Invitation-dialog - css for select role updated
This commit is contained in:
parent
736c211944
commit
1961415ae7
|
@ -48,6 +48,12 @@
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
::ng-deep .mat-form-field-outline-start,
|
||||||
|
::ng-deep .mat-form-field-outline-gap,
|
||||||
|
::ng-deep .mat-form-field-outline-end {
|
||||||
|
border: none !important;
|
||||||
|
}
|
||||||
|
|
||||||
.invite-btn {
|
.invite-btn {
|
||||||
width: 6.64em;
|
width: 6.64em;
|
||||||
height: 2.93em;
|
height: 2.93em;
|
||||||
|
@ -61,7 +67,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.select-role {
|
.select-role {
|
||||||
width: 16% !important;
|
width: 20% !important;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
color: #848484;
|
color: #848484;
|
||||||
height: min-content;
|
height: min-content;
|
||||||
|
|
Loading…
Reference in New Issue