feat: added header adaptive
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user