Updates styling for dmp-invitation-dialog

This commit is contained in:
gpapavgeri 2020-08-27 16:05:16 +03:00
parent 680d592c0c
commit 3d9b30567d
1 changed files with 36 additions and 35 deletions

View File

@ -28,37 +28,48 @@
border-radius: 4px; border-radius: 4px;
} }
::ng-deep .mat-dialog-container {
border-radius: 8px;
}
.search { .search {
::ng-deep { padding: 2px !important;
.mat-dialog-container { }
border-radius: 8px;
} ::ng-deep .search {
.mat-form-field-underline { .mat-form-field-infix {
display: none; border: none;
} padding: 14px;
.mat-form-field-wrapper { }
padding: 0em !important; .mat-form-field-underline {
} display: none;
.mat-form-field-infix { }
border: none; .mat-form-field-flex {
} padding: 0em;
.align-arrow-right { }
display: none; .align-arrow-right {
} display: none;
} }
} }
.select-role { .select-role {
::ng-deep { width: 20% !important;
.mat-form-field-outline-start, font-size: 14px;
.mat-form-field-outline-gap, color: #848484;
.mat-form-field-outline-end { height: min-content;
border: none !important; margin-right: 2.5rem;
} border: none;
.mat-form-field-wrapper { background-color: transparent;
padding: 0em !important; }
}
::ng-deep .select-role {
.mat-form-field-outline-start,
.mat-form-field-outline-gap,
.mat-form-field-outline-end {
border: none !important;
}
.mat-select-arrow-wrapper {
transform: none;
} }
} }
@ -73,13 +84,3 @@
color: #B5B5B5; color: #B5B5B5;
margin-bottom: 0.25em; margin-bottom: 0.25em;
} }
.select-role {
width: 20% !important;
font-size: 14px;
color: #848484;
height: min-content;
margin-right: 2.5rem;
border: none;
background-color: transparent;
}