mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 12:56:41 +07:00
fixed cyclic dependencies for dialogs
This commit is contained in:
parent
d7ed0cbe54
commit
c0c832d158
19 changed files with 399 additions and 263 deletions
|
@ -12,6 +12,9 @@ $grass: #41800d;
|
|||
$wisegreen: #007962;
|
||||
// $wisegreen: #006868;
|
||||
|
||||
$primary: $red;
|
||||
$secondary: $wisegreen;
|
||||
|
||||
$red_gradient: linear-gradient(165deg, $orange -50%, $red 150%);
|
||||
$blue_gradient: linear-gradient(170deg, $green, $dark_blue);
|
||||
$green_gradient: linear-gradient(
|
||||
|
|
|
@ -96,6 +96,11 @@ body {
|
|||
font-weight: bold;
|
||||
}
|
||||
|
||||
a {
|
||||
color: $primary;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar {
|
||||
width: 18px;
|
||||
height: 18px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue