Converted to SASS

This commit is contained in:
2021-11-11 17:56:20 +10:00
parent 81cdcd17c3
commit 150a6aced8
26 changed files with 604 additions and 103 deletions

View File

@@ -15,7 +15,6 @@ body{
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.rtl td.itemCell{
@@ -76,7 +75,7 @@ body.lightMode{
.darkMode .posButton{
color: #eee;
background: #232B30 -webkit-linear-gradient(top, #3D4850 3%, #000 4%, #333 100%);
background: #232B30 -webkit-linear-gradient(top, #3D4850 3%, #000 4%, #333 100%);
text-shadow: 1px 1px #1f272b;
}