1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-26 13:26: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

@ -5,7 +5,7 @@
}
.tags.tags {
margin: 0 -$gap / 2;
margin: 0 -$gap * 0.5;
}
.heroes {
@ -21,5 +21,5 @@
}
.updates {
padding: 0 $gap / 4 $gap * 2;
padding: 0 $gap * 0.25 $gap * 2;
}