style improvements and fixes
This commit is contained in:
parent
ef7b8e0bb8
commit
0869d6a58c
21 changed files with 57 additions and 35 deletions
assets/css
|
@ -15,3 +15,13 @@
|
|||
|
||||
/* Navbar toggler icon override */
|
||||
@import "nav-burger";
|
||||
|
||||
/* extra */
|
||||
.was-validated .no-valid-style .form-check-input:valid,
|
||||
.form-check-input.is-valid {
|
||||
border-color: inherit !important;
|
||||
}
|
||||
.was-validated .no-valid-style .form-check-input:valid ~ .form-check-label,
|
||||
.no-valid-style .form-check-input.is-valid ~ .form-check-label {
|
||||
color: inherit !important;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue