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
+1 -1
View File
@@ -86,7 +86,7 @@ input:focus {
}
.results {
margin: 20px 20px 0px 5px;
margin: 20px 20px 0px 0px;
display: inline-block;
}
+2 -2
View File
@@ -19,7 +19,7 @@
}
.list-row {
margin-top: 20px;
margin-bottom: 20px;
display: flex;
justify-content: space-between;
align-items: center;
@@ -47,7 +47,7 @@
}
.list-row {
margin-top: 20px;
margin-bottom: 20px;
display: flex;
flex-direction: column;
justify-content: space-between;
+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;
}