Updates styling for dmp-invitation-dialog
This commit is contained in:
parent
680d592c0c
commit
3d9b30567d
|
@ -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-infix {
|
||||||
|
border: none;
|
||||||
|
padding: 14px;
|
||||||
}
|
}
|
||||||
.mat-form-field-underline {
|
.mat-form-field-underline {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
.mat-form-field-wrapper {
|
.mat-form-field-flex {
|
||||||
padding: 0em !important;
|
padding: 0em;
|
||||||
}
|
|
||||||
.mat-form-field-infix {
|
|
||||||
border: none;
|
|
||||||
}
|
}
|
||||||
.align-arrow-right {
|
.align-arrow-right {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.select-role {
|
.select-role {
|
||||||
::ng-deep {
|
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-start,
|
||||||
.mat-form-field-outline-gap,
|
.mat-form-field-outline-gap,
|
||||||
.mat-form-field-outline-end {
|
.mat-form-field-outline-end {
|
||||||
border: none !important;
|
border: none !important;
|
||||||
}
|
}
|
||||||
.mat-form-field-wrapper {
|
.mat-select-arrow-wrapper {
|
||||||
padding: 0em !important;
|
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;
|
|
||||||
}
|
|
||||||
|
|
Loading…
Reference in New Issue