CSS update

Made the site look closer to the mock-up
This commit is contained in:
Maksogonowy
2025-05-16 12:03:02 +02:00
parent 0e14821cec
commit 7c78386b04
5 changed files with 318 additions and 72 deletions

View File

@@ -1,6 +1,21 @@
.button {
border-radius: 4px;
background-color: #f4511e;
body {
color: #2898BD;
}
.input-field {
border-radius: 10px;
padding: 10px;
border: 2px solid #2898BD;
box-shadow: none;
}
.input-field:focus {
outline: none;
box-shadow: none;
border: 3px solid #2898BD;
}
.button {
border-radius: 30px;
background-color: #2898BD;
color: #FFFFFF;
text-align: center;
font-size: 28px;