Continue to refactor the UI and APIs :)

This commit is contained in:
Donald Zou
2024-01-11 01:10:26 -05:00
parent ba2bcaba07
commit e6e070d89e
11 changed files with 174 additions and 34 deletions

View File

@@ -51,6 +51,10 @@
/* position: sticky;*/
/* }*/
/*}*/
[data-bs-theme="dark"].main{
background-color: #1b1e21;
}
.sidebar .nav-link, .bottomNavContainer .nav-link{
font-weight: 500;
@@ -58,6 +62,18 @@
transition: 0.2s cubic-bezier(0.82, -0.07, 0, 1.01);
}
[data-bs-theme="dark"] .sidebar .nav-link{
color: white;
}
[data-bs-theme="dark"] .sidebar .nav-link.active{
color: #74b7ff;
}
[data-bs-theme="dark"] .nav-link:hover{
background-color: #323844;
}
.nav-link:hover {
padding-left: 30px;
background-color: #dfdfdf;
@@ -131,9 +147,10 @@
border-radius: 50px;
display: inline-block;
margin-left: auto !important;
background-color: #6c757d;
}
.dot-running {
.dot.active{
background-color: #28a745!important;
box-shadow: 0 0 0 0.2rem #28a74545;
}
@@ -142,10 +159,6 @@
margin-left: 0.3rem;
}
.dot-stopped {
background-color: #6c757d!important;
}
.card-running {
border-color: #28a745;
}