mirror of
https://github.com/Akif9748/akf-forum.git
synced 2024-11-01 03:25:04 +03:00
26 lines
No EOL
394 B
CSS
26 lines
No EOL
394 B
CSS
.title {
|
|
color: var(--main);
|
|
font-weight: 700;
|
|
}
|
|
|
|
form {
|
|
display: flex;
|
|
align-items: center;
|
|
flex-direction: column;
|
|
max-width: 500px;
|
|
margin: 0 auto;
|
|
width: 100%;
|
|
padding: 8px;
|
|
}
|
|
|
|
|
|
.input {
|
|
padding: 8px 10px;
|
|
font-family: inherit;
|
|
display: block;
|
|
font-weight: 600;
|
|
color: var(--input-clr);
|
|
width: 100%;
|
|
margin-bottom: 10px;
|
|
border: 2px solid var(--borders);
|
|
} |