Cleanup; poprawka wskaźnika ładowania

This commit is contained in:
2022-05-27 13:22:44 +02:00
parent 8761cbf51c
commit a5a62435d5
11 changed files with 30 additions and 80 deletions
+5 -21
View File
@@ -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() {
View File