Compare commits
No commits in common. "119940b92b6469589da9e96f2cc103ab8b968b18" and "e472f3fe99b0d12cde128ae691fb26a518b87a8a" have entirely different histories.
119940b92b
...
e472f3fe99
|
@ -53,9 +53,7 @@
|
|||
"transparent": true,
|
||||
"title": "blek! nox",
|
||||
"width": 800,
|
||||
"height": 600,
|
||||
"minWidth": 300,
|
||||
"minHeight": 400
|
||||
"height": 600
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
@ -5,7 +5,5 @@
|
|||
|
||||
<Titlebar />
|
||||
<div class='backdrop'>
|
||||
<div class='delay-show'>
|
||||
<Load />
|
||||
</div>
|
||||
<Load />
|
||||
</div>
|
||||
|
|
26
src/root.css
26
src/root.css
|
@ -13,29 +13,3 @@ body, html {
|
|||
border-radius: 16px;
|
||||
z-index: 0;
|
||||
}
|
||||
|
||||
@keyframes delay-show-fade-in {
|
||||
0% {
|
||||
opacity: 0;
|
||||
position: relative;
|
||||
top: 10%;
|
||||
}
|
||||
50% {
|
||||
opacity: 0;
|
||||
position: relative;
|
||||
top: 10%;
|
||||
}
|
||||
to {
|
||||
opacity: 1;
|
||||
position: relative;
|
||||
top: 0%;
|
||||
}
|
||||
}
|
||||
|
||||
.delay-show {
|
||||
position: relative;
|
||||
top: 10%;
|
||||
display: block;
|
||||
opacity: 1;
|
||||
animation: delay-show-fade-in 1.5s ease;
|
||||
}
|
|
@ -39,7 +39,6 @@ $corners: 10px;
|
|||
color: #b0b0b0;
|
||||
font-size: 12pt;
|
||||
padding-left: 12px;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.btns {
|
||||
|
|
Loading…
Reference in New Issue