Better nesting of styling for button-container.
This commit is contained in:
@@ -74,13 +74,15 @@ body {
|
|||||||
margin-right: 2rem;
|
margin-right: 2rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
@include mobile &:not(.row) {
|
@include mobile {
|
||||||
flex-direction: column;
|
&:not(.row) {
|
||||||
align-items: center;
|
flex-direction: column;
|
||||||
|
align-items: center;
|
||||||
|
|
||||||
> *:not(:last-child) {
|
> *:not(:last-child) {
|
||||||
margin-right: unset;
|
margin-right: unset;
|
||||||
margin-bottom: .75rem;
|
margin-bottom: .75rem;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user