Newer
Older
@import '../../../../../sass/variables/colors';
.selected-tenant-label, .unselected-tenant-label {
color: $warm-grey;
font-size: 16px;
}
:host::ng-deep {
.mat-form-field-underline {
display: none;
}
.mat-select-value-text {
}
.mat-select-arrow {
color: var(--vitamui-primary);
}
.mat-form-field-wrapper {
padding-bottom: 0;
}
mat-form-field {
background-color: $white;
padding-left: 25px;
padding-right: 25px;
border-radius: 50px;
}
.mat-form-field-flex {
background-color: $white;
padding: 0!important;
}
mat-select {
color: #747272!important;
}
.mat-form-field-infix {
padding: 0;
}
.mat-select-arrow-wrapper {
vertical-align: inherit;
}
span.mat-select-placeholder {
margin-top: 0.4rem;
}