@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user