nicolium: styles

Signed-off-by: nicole mikołajczyk <git@mkljczk.pl>
This commit is contained in:
nicole mikołajczyk
2026-04-06 16:48:09 +00:00
parent 57d77c609c
commit 36b379f040

View File

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