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 {
|
.title {
|
||||||
font-size: 1.5rem;
|
font-size: 1.5rem;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.button:not(:last-child) {
|
@media(max-width: $breakpoint-small) {
|
||||||
margin: 0 1rem 0 0;
|
.actions {
|
||||||
|
flex-direction: column-reverse;
|
||||||
|
|
||||||
|
.button {
|
||||||
|
margin: 0 0 1rem 0;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue