updated ui

This commit is contained in:
polarDefender 2024-05-30 13:07:10 -07:00
parent 4c8fdee612
commit b368a77300
12 changed files with 243 additions and 25 deletions

37
static/css/status.css Normal file
View file

@ -0,0 +1,37 @@
.status-element{
display: flex;
justify-content: space-between;
align-items: center;
gap: 100px;
margin-top: 10px;
font-size: 15px;
}
.green-dot {
font-size: 15px;
color: #32a852;
}
.yellow-dot {
font-size: 15px;
color: #ccc731;
}
.editabl-content {
font-size: 12px;
display: flex;
justify-content: end;
align-items: center;
color: #999999;
}
.invite-link {
margin-top:5px;
font-size:12px;
color:#c434e0;
text-decoration: underline;
}
@media screen and (max-width: 450px) {
.status-element {
gap: 0px;
}
main {
zoom: 1.1;
}
}