UI: refactoring style
This commit is contained in:
parent
961e34a44a
commit
3e2b52b500
@ -15,7 +15,7 @@
|
|||||||
limitations under the License.
|
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-icon matPrefix>settings_ethernet</mat-icon>
|
||||||
<mat-select fxFlex
|
<mat-select fxFlex
|
||||||
class="tb-rule-chain-select"
|
class="tb-rule-chain-select"
|
||||||
|
|||||||
@ -25,8 +25,10 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
:host ::ng-deep {
|
:host ::ng-deep {
|
||||||
.mat-mdc-form-field-infix {
|
.mat-mdc-form-field.tb-rule-select .mdc-text-field {
|
||||||
min-height: 48px;
|
.mat-mdc-form-field-infix {
|
||||||
padding: 12px 0 !important;
|
min-height: 48px;
|
||||||
|
padding: 12px 0;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user