forked from DebaucheryLibrarian/traxxx
Using vertical button layout in consent warning on small screens.
This commit is contained in:
@@ -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;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user