format scss files

This commit is contained in:
Athou
2022-01-02 16:03:09 +01:00
parent 4fb95799f8
commit 8818bd90e0
18 changed files with 1709 additions and 1691 deletions

View File

@@ -1,21 +1,21 @@
::-webkit-scrollbar {
height: 8px;
width: 8px;
height: 8px;
width: 8px;
}
::-webkit-scrollbar-track {
background: rgba(0, 0, 0, 0.1);
background: rgba(0, 0, 0, 0.1);
}
::-webkit-scrollbar-track:hover {
background-color: rgba(0, 0, 0, .05);
box-shadow: inset 1px 0 0 rgba(0, 0, 0, .1)
background-color: rgba(0, 0, 0, 0.05);
box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.1);
}
::-webkit-scrollbar-thumb {
background: rgba(0, 0, 0, 0.2);
background: rgba(0, 0, 0, 0.2);
}
::-webkit-scrollbar-thumb:hover {
background: rgba(0, 0, 0, 0.5);
}
background: rgba(0, 0, 0, 0.5);
}