add badges

This commit is contained in:
2025-12-09 03:33:27 +03:00
parent 1539486456
commit dbf0150a5e
43 changed files with 913 additions and 111 deletions

View File

@@ -73,9 +73,6 @@ $br: 16px;
}
#bottomnav {
border-bottom-left-radius: $br;
border-bottom-right-radius: $br;
color: white;
}
@@ -83,9 +80,10 @@ textarea {
padding: 12px 16px;
}
footer {
margin-top: 10px;
#footer {
border-radius: $br;
border-top-left-radius: 0;
border-top-right-radius: 0;
border: none;
text-align: center;
}