Updates styling for dmp-invitation-dialog
This commit is contained in:
parent
680d592c0c
commit
3d9b30567d
|
@ -28,37 +28,48 @@
|
|||
border-radius: 4px;
|
||||
}
|
||||
|
||||
::ng-deep .mat-dialog-container {
|
||||
border-radius: 8px;
|
||||
}
|
||||
|
||||
.search {
|
||||
::ng-deep {
|
||||
.mat-dialog-container {
|
||||
border-radius: 8px;
|
||||
}
|
||||
.mat-form-field-underline {
|
||||
display: none;
|
||||
}
|
||||
.mat-form-field-wrapper {
|
||||
padding: 0em !important;
|
||||
}
|
||||
.mat-form-field-infix {
|
||||
border: none;
|
||||
}
|
||||
.align-arrow-right {
|
||||
display: none;
|
||||
}
|
||||
padding: 2px !important;
|
||||
}
|
||||
|
||||
::ng-deep .search {
|
||||
.mat-form-field-infix {
|
||||
border: none;
|
||||
padding: 14px;
|
||||
}
|
||||
.mat-form-field-underline {
|
||||
display: none;
|
||||
}
|
||||
.mat-form-field-flex {
|
||||
padding: 0em;
|
||||
}
|
||||
.align-arrow-right {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
.select-role {
|
||||
::ng-deep {
|
||||
.mat-form-field-outline-start,
|
||||
.mat-form-field-outline-gap,
|
||||
.mat-form-field-outline-end {
|
||||
border: none !important;
|
||||
}
|
||||
.mat-form-field-wrapper {
|
||||
padding: 0em !important;
|
||||
}
|
||||
width: 20% !important;
|
||||
font-size: 14px;
|
||||
color: #848484;
|
||||
height: min-content;
|
||||
margin-right: 2.5rem;
|
||||
border: none;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
::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;
|
||||
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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue