Added clean monitor table for smaller screens

This commit is contained in:
Ponkhy
2021-08-21 21:12:44 +02:00
parent 49ba5fb1b2
commit dbd3f48f68
2 changed files with 39 additions and 2 deletions

View File

@@ -80,6 +80,12 @@ h2 {
}
}
@media (max-width: 550px) {
tbody .shadow-box {
background-color: white;
}
}
// Dark Theme override here
.dark {
background-color: #090C10;
@@ -192,6 +198,12 @@ h2 {
.multiselect__option--selected {
background-color: $dark-bg;
}
@media (max-width: 550px) {
tbody .shadow-box {
background-color: $dark-bg2;
}
}
}
/*