mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 04:46:40 +07:00
replaced node-sass with sass
This commit is contained in:
parent
8ee5b09b65
commit
5c9fdf93db
39 changed files with 148 additions and 1162 deletions
|
@ -95,6 +95,6 @@ $outgoing_color: $comment_bg;
|
|||
.deleted {
|
||||
background: mix($red, $content_bg, 50%);
|
||||
border-radius: $radius $radius $radius 0;
|
||||
padding: $gap / 2;
|
||||
padding: $gap * 0.5;
|
||||
z-index: 2;
|
||||
}
|
||||
|
|
|
@ -36,7 +36,7 @@ $pad_usual: mix(white, $content_bg, 10%);
|
|||
border-radius: 4px;
|
||||
font: $font_10_semibold;
|
||||
line-height: 12px;
|
||||
padding: 2px $gap / 2;
|
||||
padding: 2px $gap * 0.5;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue