Новые стили для страниц авторизации и запросов

This commit is contained in:
Anton Kamalov
2024-10-25 21:51:22 +03:00
parent 1b900ef52e
commit ab5328a25a
3 changed files with 33 additions and 24 deletions

5
App/static/css/auth.css Normal file
View File

@@ -0,0 +1,5 @@
form[name="auth"] input[type="submit"] {
display: block;
margin: 10px auto;
background-color: #f2c464;
}