mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-05-03 16:46:41 +07:00
fixes
This commit is contained in:
parent
ef71e55543
commit
1b001db91a
6 changed files with 34 additions and 8 deletions
src/styles
|
@ -4,7 +4,8 @@ $color_blue: complement($color_red);
|
|||
//$color_yellow: complement($color_red);
|
||||
//$color_yellow: yellow;
|
||||
|
||||
$main_bg_color: #161616;
|
||||
//$main_bg_color: #161616;
|
||||
$main_bg_color: #111111;
|
||||
$main_text_color: white;
|
||||
|
||||
$content_bg_color: #222222;
|
||||
|
|
|
@ -12,6 +12,7 @@ $input_height: 32px;
|
|||
$input_radius: 2px;
|
||||
|
||||
$info_height: 24px;
|
||||
$font: Montserrat, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
||||
|
||||
@mixin outer_shadow() {
|
||||
box-shadow: inset transparentize(white, 0.95) 0 1px,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue