parent
b8dbeed03e
commit
14219309e0
2 changed files with 3 additions and 5 deletions
|
@ -30,10 +30,9 @@
|
|||
justify-content: center;
|
||||
aspect-ratio: 1;
|
||||
border-radius:999px;
|
||||
opacity: 0.75;
|
||||
|
||||
&:hover {
|
||||
opacity:1;
|
||||
background-color:$color-primary;
|
||||
}
|
||||
|
||||
@include sm() {
|
||||
|
|
|
@ -2689,10 +2689,9 @@ footer {
|
|||
align-content: center;
|
||||
justify-content: center;
|
||||
aspect-ratio: 1;
|
||||
border-radius: 999px;
|
||||
opacity: 0.75; }
|
||||
border-radius: 999px; }
|
||||
.menu-button:hover {
|
||||
opacity: 1; }
|
||||
background-color: #e03131; }
|
||||
@media (min-width: 576px) {
|
||||
.menu-button {
|
||||
display: none; } }
|
||||
|
|
Reference in a new issue