Browse Source

UI: refactoring style

pull/8812/head
Artem Dzhereleiko 3 years ago
parent
commit
3e2b52b500
  1. 2
      ui-ngx/src/app/shared/components/rule-chain/rule-chain-select.component.html
  2. 8
      ui-ngx/src/app/shared/components/rule-chain/rule-chain-select.component.scss

2
ui-ngx/src/app/shared/components/rule-chain/rule-chain-select.component.html

@ -15,7 +15,7 @@
limitations under the License.
-->
<mat-form-field subscriptSizing="dynamic">
<mat-form-field class="tb-rule-select" subscriptSizing="dynamic">
<mat-icon matPrefix>settings_ethernet</mat-icon>
<mat-select fxFlex
class="tb-rule-chain-select"

8
ui-ngx/src/app/shared/components/rule-chain/rule-chain-select.component.scss

@ -25,8 +25,10 @@
}
:host ::ng-deep {
.mat-mdc-form-field-infix {
min-height: 48px;
padding: 12px 0 !important;
.mat-mdc-form-field.tb-rule-select .mdc-text-field {
.mat-mdc-form-field-infix {
min-height: 48px;
padding: 12px 0;
}
}
}

Loading…
Cancel
Save