update paddings

This commit is contained in:
ghost 2023-10-10 04:52:08 +03:00
parent 247003a366
commit 4dcdd177ee
3 changed files with 13 additions and 17 deletions

View file

@ -59,6 +59,14 @@ textarea {
opacity: .96;
}
/*
main input,
main button,
main select,
main textarea {
padding: 8px;
}
*/
textarea:focus,
input:focus {
border: #65916d 1px solid;
@ -85,23 +93,11 @@ input[type="submit"] {
cursor: pointer;
}
/*
button,
input[type="submit"] {
cursor: pointer;
background: #65916d;
border-radius: 3px;
padding: 8px;
color: #fff
}
*/
textarea,
select[multiple="multiple"] {
min-height: 180px;
}
textarea::placeholder,
input::placeholder {
color: #9698a5;
@ -119,9 +115,9 @@ td {
header a.logo {
color: #ccc;
font-size: 22px;
font-size: 20px;
}
header a.logo > span {
color: #96d9a1;
}
}