Refactor home search #21

Merged
ro merged 6 commits from moiety/search into develop 2025-05-05 22:44:21 +02:00
Showing only changes of commit 04ac27ea04 - Show all commits

View file

@ -8,7 +8,8 @@ input[type="text"] {
display: inline-block;
background: var(--white);
color: var(--primary);
transition: all 0.2s linear;
transition: 0.2s linear;
transition-property: color, background-color;
height: 30px;
}
@ -42,7 +43,8 @@ input[type="submit"] {
position: relative;
cursor: pointer;
border: 0;
transition: all 0.3s linear;
transition: 0.3s linear;
transition-property: color, background-color;
height: 35px;
margin-top: 15px;
}