Edit button style

This commit is contained in:
Paul Nicoué 2023-02-14 17:50:36 +01:00
parent b82fd9f9ee
commit 12da502e99
3 changed files with 6 additions and 17 deletions

View file

@ -99,19 +99,9 @@
}
&__button {
@include button-with-icon;
grid-area: button;
margin: 0 2rem;
&-icon {
display: none;
}
}
@media screen and (min-width: $tablet-media-query) {
&__button {
@include button-with-icon;
}
}
}

View file

@ -80,8 +80,8 @@
row-gap: 0.5rem;
&__button {
grid-area: button;
@include button-with-icon;
grid-area: button;
}
&__loader {