further refactor paddings and colors

This commit is contained in:
geoffrey45
2022-02-12 11:32:50 +03:00
parent 88e1d42ab5
commit 6d6d2831c0
14 changed files with 26 additions and 24 deletions
+1 -2
View File
@@ -1,6 +1,6 @@
.right-search {
position: relative;
background-color: #03000eab;
background-color: $card-dark;
display: grid;
grid-template-rows: min-content 1fr;
overflow: hidden;
@@ -10,7 +10,6 @@
.no-res {
text-align: center;
// height: calc(100% - 1rem);
display: grid;
.highlight {
+1 -1
View File
@@ -183,7 +183,7 @@ button {
/* Handle */
::-webkit-scrollbar-thumb {
background: grey;
background: rgba(128, 128, 128, 0.322);
border-radius: 1rem;
}