Restyled the sign page and cleaned up code in various places.

This commit is contained in:
Saud Fatayerji
2023-05-04 00:07:51 +03:00
parent fc0af56136
commit b2a29e2b13
16 changed files with 685 additions and 674 deletions

View File

@@ -42,3 +42,8 @@ html[lang-direction=rtl] * {
position: absolute;
bottom: 0;
}
.btn-group > label:first-of-type {
border-top-left-radius: 0.25rem !important;
border-bottom-left-radius: 0.25rem !important;
}