forked from DebaucheryLibrarian/traxxx
Using vertical button layout in consent warning on small screens.
This commit is contained in:
parent
be15e360c1
commit
df5a9c9fd9
|
@ -215,9 +215,15 @@ export default {
|
|||
.title {
|
||||
font-size: 1.5rem;
|
||||
}
|
||||
}
|
||||
|
||||
.button:not(:last-child) {
|
||||
margin: 0 1rem 0 0;
|
||||
@media(max-width: $breakpoint-small) {
|
||||
.actions {
|
||||
flex-direction: column-reverse;
|
||||
|
||||
.button {
|
||||
margin: 0 0 1rem 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue