правки

This commit is contained in:
Lev 2025-11-26 11:31:10 +03:00
parent 5344195674
commit 8482aafcfa
5 changed files with 22 additions and 5 deletions

4
Frontend/Styles/cp.css Normal file
View file

@ -0,0 +1,4 @@
*{
margin: 0;
padding: 0;
}

View file

@ -115,6 +115,11 @@ button:active{
box-shadow: 0 2px 6px rgba(0, 255, 255, 0.2);
}
p{
text-align: center;
margin-top: 2vh;
}
.error{
color: #ff6b6b;
font-size: 0.85rem;