mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-24 05:56:22 +00:00
fix: no desaparece el texto al enviarse el formulario en modo oscuro #16320
This commit is contained in:
parent
60b539639f
commit
8992ff4dfe
1 changed files with 12 additions and 0 deletions
|
@ -97,6 +97,18 @@ $sizes: (
|
|||
color: var(--color);
|
||||
}
|
||||
}
|
||||
|
||||
form.was-validated {
|
||||
div.border {
|
||||
div.custom-control {
|
||||
div {
|
||||
.custom-control-label {
|
||||
color: $white;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// TODO: Encontrar la forma de generar esto desde los locales de Rails
|
||||
|
|
Loading…
Reference in a new issue