-
Delphine authored
[FIX TRTL-499] Fix owner preview buttons color [FIX TRTL-497] Fix textarea disabled background color [FIX TRTL-502] Fix side panel with long title [FIX TRTL-502] Fix side panel uppercase title [FIX TRTL-512] fix css client input subrogation [FIX TRTL-498] fix edit input css
1d55279c
select-customer.component.scss 991 B
@import '../../../../../sass/variables/colors';
:host::ng-deep {
.selected-customer-label, .unselected-customer-label {
color: var(--vitamui-grey-600);
font-size: 16px;
}
.mat-form-field-underline {
display: none;
}
.mat-select-value-text {
font-weight: bold;
}
.mat-select-arrow {
color: var(--vitamui-primary);
}
.mat-form-field-wrapper {
padding-bottom: 0;
}
mat-form-field {
border: 1px solid var(--vitamui-grey-300);
background-color: white;
padding-left: 25px;
padding-right: 25px;
border-radius: 50px;
height: 50px;
display: inline-flex;
align-items: center;
}
.mat-form-field-flex {
background-color: white;
padding: 0!important;
}
mat-select {
color: var(--vitamui-grey-900);
font-size: 16px;
}
.mat-form-field-infix {
padding: 0;
}
.mat-select-arrow-wrapper {
vertical-align: inherit;
}
span.mat-select-placeholder {
margin-top: 0.4rem;
}
}