feat: added nav adaptive

This commit is contained in:
Aliaksei Karzhou
2024-07-03 16:42:09 +03:00
parent f1f7528cde
commit 0c301de7f6
6 changed files with 195 additions and 2 deletions

View File

@@ -112,6 +112,23 @@
color: #dcdcdc;
border-color: rgba($color: $white, $alpha: 1.0);
}
&--white {
background-color: $white;
border-color: $white;
color: $darkgrey;
&:hover {
color: $white;
border-color: $white;
background-color: $blue;
}
&:active {
border-color: $white;
background-color: $darkblue;
}
}
}
&--prev,