1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-25 12:56:41 +07:00

boris: highlight announce comments

This commit is contained in:
Fedor Katurov 2023-03-18 16:34:47 +06:00
parent 2ecda12513
commit 6230a769e0
5 changed files with 41 additions and 18 deletions

View file

@ -1,4 +1,4 @@
@import "src/styles/variables";
@import 'src/styles/variables';
@keyframes appear {
from {
@ -11,3 +11,7 @@
.wrap {
animation: appear 1s;
}
.highlighted {
box-shadow: $color_primary 0 0 0px 2px;
}