Красявости

This commit is contained in:
2026-01-19 11:43:37 +03:00
parent 8b20efc0e6
commit 594107efb9
3 changed files with 66 additions and 15 deletions

14
css/auth.css Normal file
View File

@@ -0,0 +1,14 @@
.btn-primary {
width: 100%;
padding: 10px 12px;
border: none;
border-radius: 8px;
background: #3b82f6;
color: #fff;
font-size: 15px;
cursor: pointer;
transition: background 0.2s;
}
.btn-primary:hover {
background: #2563eb;
}