Adjust font sizes in modal on mobile
This commit is contained in:
parent
80335b0e4d
commit
586ec1e39c
1 changed files with 21 additions and 0 deletions
|
@ -82,6 +82,27 @@
|
|||
box-shadow: none;
|
||||
border: none;
|
||||
}
|
||||
|
||||
.card__main-actions {
|
||||
.section__actions {
|
||||
.button {
|
||||
margin-right: var(--spacing-m);
|
||||
.button__content {
|
||||
.button__label {
|
||||
font-size: var(--font-small);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
.help {
|
||||
font-size: var(--font-small);
|
||||
}
|
||||
.checkbox {
|
||||
.sync_toggle {
|
||||
font-size: var(--font-xsmall);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.button--close {
|
||||
|
|
Loading…
Reference in a new issue