This commit is contained in:
E
2021-03-10 19:51:31 -07:00
parent fa6809b507
commit 6720816a97
4 changed files with 52 additions and 20 deletions
+11 -1
View File
@@ -62,8 +62,18 @@
.loading-bar-container {
background: #282c34;
width: 100%;
height: 30px;
min-height: 30px;
}
.loading-bar {
background: green;
background: #66ff66;
height: 100%;
}
.page-head {
background: #282c34;
color: white !important;
margin-top: 0;
padding: 1rem;
}