RED-3800: CSS fixes
This commit is contained in:
parent
9340cda21a
commit
bf325c2c09
@ -224,7 +224,11 @@ form .iqser-input-group:not(first-of-type) {
|
||||
|
||||
mat-icon {
|
||||
width: 14px;
|
||||
height: 17px;
|
||||
}
|
||||
|
||||
.mat-mdc-icon-button svg {
|
||||
width: unset;
|
||||
height: unset;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@ -29,3 +29,14 @@
|
||||
padding: 0 !important;
|
||||
border-top: 0 !important;
|
||||
}
|
||||
|
||||
mat-select {
|
||||
.mat-select-value,
|
||||
.mat-select-arrow {
|
||||
color: var(--iqser-text);
|
||||
}
|
||||
|
||||
.mat-select-arrow {
|
||||
margin-left: 6px;
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user