convert $small padding -> $smaller padding

This commit is contained in:
geoffrey45
2022-02-12 10:13:33 +03:00
parent 25e6c5ce0c
commit 88e1d42ab5
12 changed files with 58 additions and 42 deletions
+1 -1
View File
@@ -150,7 +150,7 @@ export default {
}
& {
& td {
background-color: rgb(5, 80, 150);
background-color: #3131313b;
}
td:first-child {
-1
View File
@@ -66,7 +66,6 @@ const playThis = (song) => {
&:hover {
cursor: pointer;
background-color: $blue;
}
hr {