feat(standard-styling): Fix icons; add standard css
This commit is contained in:
12
falcon/_dev/css/custom/components/_forms.scss
Normal file
12
falcon/_dev/css/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;
|
||||
}
|
||||
}
|
||||
10
falcon/_dev/css/custom/layout/_left-column.scss
Normal file
10
falcon/_dev/css/custom/layout/_left-column.scss
Normal file
@@ -0,0 +1,10 @@
|
||||
#left-column {
|
||||
.list-group-item,
|
||||
.list-group-item-action-dropdown-link,
|
||||
label {
|
||||
font-family: $font-family-base;
|
||||
font-size: $font-size-base;
|
||||
color: $secondary;
|
||||
font-weight: 400;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user