You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
498 B
32 lines
498 B
5 months ago
|
.mat-form-field {
|
||
|
width: 100%;
|
||
|
}
|
||
|
|
||
|
.mat-dialog-actions {
|
||
|
margin-right: -8px;
|
||
|
}
|
||
|
|
||
|
.mat-optgroup.mat-optgroup-lv2::ng-deep {
|
||
|
>.mat-optgroup-label {
|
||
|
height: auto !important;
|
||
|
|
||
|
>span {
|
||
|
display: block;
|
||
|
|
||
|
&:last-child {
|
||
|
margin-left: 16px;
|
||
|
|
||
|
&:not(:first-child) {
|
||
|
margin-top: -8px;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
|
||
|
.hidden{
|
||
|
display: none;}
|
||
|
|
||
|
>.mat-option {
|
||
|
padding-left: 48px !important;
|
||
|
}
|
||
|
}
|