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 {