mirror of
https://github.com/Bubka/2FAuth.git
synced 2024-12-23 23:49:53 +01:00
Add CSS rules for FormToggle multi-lines labels
This commit is contained in:
parent
6e66e954a0
commit
ead31fef87
13
resources/sass/app.scss
vendored
13
resources/sass/app.scss
vendored
@ -593,6 +593,19 @@ fieldset[disabled] .input {
|
||||
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-unlock {
|
||||
color: hsl(0, 0%, 48%);
|
||||
|
Loading…
Reference in New Issue
Block a user