From 586ec1e39ce68277a9288486ef264742e7d53aff Mon Sep 17 00:00:00 2001 From: toshikanneko Date: Tue, 15 Feb 2022 09:43:39 +0100 Subject: [PATCH] Adjust font sizes in modal on mobile --- ui/scss/component/_modal.scss | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/ui/scss/component/_modal.scss b/ui/scss/component/_modal.scss index 801b9bb17..84d478e88 100644 --- a/ui/scss/component/_modal.scss +++ b/ui/scss/component/_modal.scss @@ -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 {