feat: added header adaptive

This commit is contained in:
Aliaksei Karzhou
2024-06-30 01:07:59 +03:00
parent 8653542a07
commit 086f0099ba
26 changed files with 387 additions and 9 deletions

View File

@@ -7,9 +7,21 @@
&--order {
display: inline-block;
padding: 14px 29px;
color: $grey;
font-weight: 500;
font-size: 14px;
letter-spacing: 0.01em;
border: 1px solid #cacaca;
border: 1px solid $lightgrey;
&:hover {
color: $white;
border-color: $blue;
background-color: $blue;
}
&:active {
border-color: $darkblue;
background-color: $darkblue;
}
}
}