mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 05:18:11 +00:00
Cleanup; poprawka wskaźnika ładowania
This commit is contained in:
@@ -8,11 +8,11 @@
|
||||
}
|
||||
|
||||
&-enter-active {
|
||||
transition: all 200ms ease-in-out;
|
||||
transition: all 100ms ease-out;
|
||||
}
|
||||
|
||||
&-leave-active {
|
||||
transition: all 200ms ease-in-out;
|
||||
transition: all 100ms ease-out;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -48,33 +48,17 @@
|
||||
}
|
||||
|
||||
.journal_item,
|
||||
.journal_warning {
|
||||
.journal_warning,
|
||||
.journal_loading {
|
||||
background: #202020;
|
||||
padding: 1em;
|
||||
margin: 1em 0;
|
||||
}
|
||||
|
||||
.journal_loading {
|
||||
margin-top: 2em;
|
||||
|
||||
img {
|
||||
margin: 0 auto;
|
||||
display: block;
|
||||
|
||||
width: 8em;
|
||||
}
|
||||
|
||||
text-align: center;
|
||||
font-size: 1.35em;
|
||||
|
||||
.loading-label {
|
||||
background: #333;
|
||||
color: white;
|
||||
|
||||
padding: 0.5em 0.5em;
|
||||
font-size: 1.3em;
|
||||
|
||||
border-radius: 1em;
|
||||
}
|
||||
}
|
||||
|
||||
@include smallScreen() {
|
||||
|
||||
Reference in New Issue
Block a user