Minor UI improvements.

This commit is contained in:
Daniel
2022-06-21 09:40:19 +04:30
parent 9251a29c38
commit 3b8f07a6b9
10 changed files with 41 additions and 26 deletions
+17
View File
@@ -30,3 +30,20 @@
border-radius: 14px;
background-color: rgb(52, 121, 181);
}
.sidebar-icon {
font-family: "Font Awesome 5 Free";
font-size: 1rem;
}
.menu-item {
color: rgb(255, 255, 255);
}
.menu-item:hover {
color: rgb(255, 255, 255);
}
.pro-inner-item {
margin-bottom: 10px;
}