Filtry dzienników; poprawki stylistyczne

This commit is contained in:
2022-09-07 20:37:58 +02:00
parent 0d9a3f4b4f
commit 21bacb1c95
8 changed files with 167 additions and 147 deletions
+3 -3
View File
@@ -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;
}