1
0
Fork 0
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:
Fedor Katurov 2022-01-28 11:09:21 +07:00
parent 8ee5b09b65
commit 5c9fdf93db
39 changed files with 148 additions and 1162 deletions

View file

@ -15,7 +15,7 @@
touch-action: none;
& > * {
margin: 0 $gap / 2;
margin: 0 $gap * 0.5;
pointer-events: all;
touch-action: auto;

View file

@ -4,7 +4,7 @@
@include outer_shadow();
height: $upload_button_height;
border-radius: ($upload_button_height / 2) !important;
border-radius: ($upload_button_height * 0.5) !important;
position: relative;
border-radius: $radius;
cursor: pointer;
@ -49,7 +49,7 @@
top: 0;
left: 0;
z-index: 1;
border-radius: ($upload_button_height / 2) !important;
border-radius: ($upload_button_height * 0.5) !important;
background: 50% 50% no-repeat;
background-size: cover;
will-change: transform;