minor changes

This commit is contained in:
geoffrey45
2021-12-25 21:09:26 +03:00
parent dc4b87a942
commit 26ab354a1d
2 changed files with 7 additions and 5 deletions
+6 -4
View File
@@ -85,10 +85,15 @@ export default {
} }
.side-nav-container { .side-nav-container {
padding: $small;
color: #fff; color: #fff;
border-top: 1px solid var(--separator); border-top: 1px solid var(--separator);
margin-bottom: 10px; margin-bottom: 10px;
padding-top: 10px; padding-top: 10px;
.nav-button {
border-radius: $small;
}
} }
.side-nav-container .nav-button { .side-nav-container .nav-button {
@@ -98,18 +103,15 @@ export default {
background-color: transparent; background-color: transparent;
height: 100%; height: 100%;
padding: 10px; padding: 10px;
// transition: all .3s ease-in-out;
// transition-delay: 1s;
} }
.collapsed .nav-button { .collapsed .nav-button {
font-size: smaller; font-size: smaller;
margin-top: 5px; margin-top: 5px;
// transition: all 2s ease-in-out;
} }
.side-nav-container .nav-button:hover { .side-nav-container .nav-button:hover {
background-color: rgba(220, 20, 60, 0.5); background-color: rgb(5, 80, 150);
} }
.side-nav-container .nav-button .nav-icon { .side-nav-container .nav-button .nav-icon {
+1 -1
View File
@@ -240,7 +240,7 @@ export default {
.fav *:hover, .fav *:hover,
.shuffle *:hover, .shuffle *:hover,
.nav *:hover { .nav *:hover {
background-color: black; background-color: rgb(5, 80, 150);
} }
} }