Skip to content
Snippets Groups Projects
Commit d91a8dd3 authored by Tögl, Christina's avatar Tögl, Christina
Browse files

Increase mobile button size

parent a1d42290
No related branches found
No related tags found
No related merge requests found
Pipeline #84235 passed
...@@ -157,6 +157,18 @@ export class LoadingButton extends ScopedElementsMixin(LitElement) { ...@@ -157,6 +157,18 @@ export class LoadingButton extends ScopedElementsMixin(LitElement) {
.button { .button {
width: 100%; width: 100%;
} }
@media only screen
and (orientation: portrait)
and (max-width: 768px) {
.button {
min-height: 40px;
}
.label {
margin: auto;
}
}
`; `;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment