Adjust font sizes in modal on mobile

This commit is contained in:
toshikanneko 2022-02-15 09:43:39 +01:00
parent 80335b0e4d
commit 586ec1e39c

View file

@ -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 {