-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update dependency eslint to v9 (#535)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> eff06e9
- Loading branch information
0 parents
commit c296e7a
Showing
5 changed files
with
159 additions
and
0 deletions.
There are no files selected for viewing
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
<!doctype html><html lang="en"><head><meta charset="utf-8"/><meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no"/><meta name="theme-color" content="#000000"/><title>Awesome DBLP Search</title><style>body{margin:auto}.container{position:relative;width:100%;height:100vh;margin:0;padding:0}.loading-square{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:60px;height:60px}.c{position:relative;float:left;width:20px;height:20px}.c::before{position:absolute;right:0;bottom:0;width:100%;height:100%;animation:square 1s infinite;background-color:#1890ff;content:''}.c2::before{animation-delay:.1s}.c3::before{animation-delay:.2s}.c4::before{animation-delay:.3s}.c5::before{animation-delay:.4s}@keyframes square{100%{width:0;height:0}}</style><script defer="defer" src="main.93fc6f90d2100a037c30.js?71587185f474cfbe0e7f"></script><link href="main.0ce0d82e693d68146154.css?71587185f474cfbe0e7f" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"><div class="container"><div class="loading-square"><span class="c c1"></span> <span class="c c2"></span> <span class="c c3"></span> <span class="c c2"></span> <span class="c c3"></span> <span class="c c4"></span> <span class="c c3"></span> <span class="c c4"></span> <span class="c c5"></span></div></div></div></body></html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
@import url(https://fonts.googleapis.com/css?family=Raleway:400,500); | ||
:root { | ||
--color-gray-0: #f8f9fa; | ||
--color-gray-1: #f1f3f5; | ||
--color-gray-2: #e9ecef; | ||
--color-gray-3: #dee2e6; | ||
--color-gray-4: #ced4da; | ||
--color-gray-5: #adb5bd; | ||
--color-gray-6: #868e96; | ||
--color-gray-7: #495057; | ||
--color-gray-8: #343a40; | ||
--color-gray-9: #212529; | ||
--color-primary: #7048e8; | ||
--color-secondary: var(--color-gray-7); | ||
--color-success: #37b24d; | ||
--color-warning: #f59f00; | ||
--color-danger: #f03e3e; | ||
--color-info: #1c7ed6; | ||
--font-stack: 'Raleway', 'HelveticaNeue', 'Helvetica Neue', 'Helvetica', | ||
'Open Sans', arial, sans-serif, serif; | ||
} | ||
|
||
body { | ||
box-sizing: border-box; | ||
max-width: 100%; | ||
min-height: 100vh; | ||
padding: 0; | ||
margin: 0 auto; | ||
font-family: var(--font-stack); | ||
} | ||
|
||
*, | ||
*::before, | ||
*::after { | ||
font-family: inherit; | ||
} | ||
|
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.