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