change search form placeholder #14

This commit is contained in:
ghost 2023-09-24 15:54:38 +03:00
parent 9b0bfcb76c
commit 4697519663
2 changed files with 16 additions and 2 deletions

View file

@ -100,6 +100,16 @@ a.label-green:hover {
background-color: #65916d;
}
.button-green {
color: #fff;
background-color: #65916d;
}
.button-green:hover {
color: #fff;
background-color: #709e79;
}
.position-relative {
position: relative;
}
@ -403,6 +413,10 @@ a:visited.background-color-hover-night-light:hover {
width: 180px;
}
.min-width-200-px {
width: 200px;
}
@media (max-width: 1220px) {
.width-tablet-100 {