mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 05:18:11 +00:00
Filtry dzienników; poprawki stylistyczne
This commit is contained in:
@@ -8,11 +8,11 @@
|
||||
}
|
||||
|
||||
&-enter-active {
|
||||
transition: all 150ms ease-out;
|
||||
transition: all 150ms 100ms ease-out;
|
||||
}
|
||||
|
||||
&-leave-active {
|
||||
transition: all 150ms ease-out;
|
||||
transition: all 150ms 100ms ease-out;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -47,7 +47,7 @@
|
||||
|
||||
.journal_item,
|
||||
.journal_warning {
|
||||
background: #202020;
|
||||
background-color: #1a1a1a;
|
||||
padding: 1em;
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user