RED-3800: CSS fixes

This commit is contained in:
Adina Țeudan 2022-12-21 16:12:14 +02:00
parent 9340cda21a
commit bf325c2c09
2 changed files with 16 additions and 1 deletions

View File

@ -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;
}
}
}

View File

@ -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;
}
}