mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-26 05:16:41 +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
|
@ -4,7 +4,7 @@
|
|||
position: fixed;
|
||||
bottom: 0;
|
||||
left: 50%;
|
||||
transform: translate($content_width / 2 + $gap, 0);
|
||||
transform: translate($content_width * 0.5 + $gap, 0);
|
||||
z-index: 14;
|
||||
|
||||
@media (max-width: $content_width + ($bar_height + $gap) * 2) {
|
||||
|
@ -17,7 +17,7 @@
|
|||
background: $red_gradient;
|
||||
width: $bar_height;
|
||||
height: $bar_height;
|
||||
border-radius: $bar_height / 2;
|
||||
border-radius: $bar_height * 0.5;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue