1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-26 05:16:41 +07:00

fixed cyclic dependencies for dialogs

This commit is contained in:
Fedor Katurov 2019-11-25 15:02:32 +07:00
parent d7ed0cbe54
commit c0c832d158
19 changed files with 399 additions and 263 deletions

View file

@ -96,6 +96,11 @@ body {
font-weight: bold;
}
a {
color: $primary;
text-decoration: underline;
}
::-webkit-scrollbar {
width: 18px;
height: 18px;