From 36b379f040389023e45f055bc0fb09413643e722 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?nicole=20miko=C5=82ajczyk?= Date: Mon, 6 Apr 2026 16:48:09 +0000 Subject: [PATCH] nicolium: styles MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: nicole mikołajczyk --- packages/nicolium/src/styles/new/forms.scss | 41 ++++++++++++--------- 1 file changed, 23 insertions(+), 18 deletions(-) diff --git a/packages/nicolium/src/styles/new/forms.scss b/packages/nicolium/src/styles/new/forms.scss index 7a33c86e7..c97bab8ce 100644 --- a/packages/nicolium/src/styles/new/forms.scss +++ b/packages/nicolium/src/styles/new/forms.scss @@ -9,6 +9,7 @@ &__actions { display: flex; gap: 0.5rem; + align-items: center; justify-content: flex-end; } } @@ -325,6 +326,10 @@ &--checkbox { margin-top: -0.125rem; + + a:hover & { + text-decoration: underline; + } } } @@ -332,24 +337,6 @@ margin-top: 0.25rem; } - &__hint { - font-size: 0.75rem; - line-height: 1rem; - color: rgb(var(--color-gray-700)); - - .dark & { - color: rgb(var(--color-gray-600)); - } - - &--above { - margin-bottom: 0.125rem; - } - - &--below { - margin-top: 0.125rem; - } - } - &__error { position: relative; @@ -394,6 +381,24 @@ } } +p.⁂-form-group__hint { + font-size: 0.75rem; + line-height: 1rem; + color: rgb(var(--color-gray-700)); + + .dark & { + color: rgb(var(--color-gray-600)); + } + + &--above { + margin-bottom: 0.125rem; + } + + &--below { + margin-top: 0.125rem; + } +} + .⁂-toggle { flex: none;