mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-07-16 20:35:03 +02:00
Add CSS rules for FormToggle multi-lines labels
This commit is contained in:
13
resources/sass/app.scss
vendored
13
resources/sass/app.scss
vendored
@ -593,6 +593,19 @@ fieldset[disabled] .input {
|
|||||||
line-height: 1rem;
|
line-height: 1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.button.is-multiline {
|
||||||
|
min-height: 2.25em;
|
||||||
|
white-space: unset;
|
||||||
|
height: auto;
|
||||||
|
flex-direction: column;
|
||||||
|
}
|
||||||
|
.button.is-multiline span {
|
||||||
|
color: $grey;
|
||||||
|
}
|
||||||
|
.button.is-link.is-multiline span {
|
||||||
|
color: $grey-lighter;
|
||||||
|
}
|
||||||
|
|
||||||
.button.is-dark.field-lock,
|
.button.is-dark.field-lock,
|
||||||
.button.is-dark.field-unlock {
|
.button.is-dark.field-unlock {
|
||||||
color: hsl(0, 0%, 48%);
|
color: hsl(0, 0%, 48%);
|
||||||
|
Reference in New Issue
Block a user