fix(standard-styling): Fix structure of custom css
This commit is contained in:
12
falcon/_dev/css/theme/custom/components/_forms.scss
Normal file
12
falcon/_dev/css/theme/custom/components/_forms.scss
Normal file
@ -0,0 +1,12 @@
|
||||
.field-password-policy .input-group.js-parent-focus {
|
||||
> * {
|
||||
max-height: rem-calc(39px);
|
||||
}
|
||||
.form-control {
|
||||
height: unset;
|
||||
}
|
||||
.input-group-append .btn {
|
||||
border-top-right-radius: $border-radius !important;
|
||||
border-bottom-right-radius: $border-radius !important;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user