argos/dmp-frontend/src/app/ui/dmp/invitation/dmp-invitation.component.scss

57 lines
894 B
SCSS

.form-container {
width: 530px;
height: 228px;
padding: 4.5px 5.5px 14px 18px;
// margin: 28.5px 29.5px 38px 42px;
}
.close-icon {
cursor: pointer;
}
.title {
// text-align: left;
font-size: 38px;
font-weight: lighter;
color: #000000;
opacity: 0.8;
margin-bottom: 32px;
}
.content {
width: 496px;
margin: 0px;
padding: 0px;
}
.input {
border: 2px black;
}
.mat-form-field {
background: #FAFAFA;
border: 1px solid #D1D1D1;
border-radius: 4px;
}
::ng-deep .mat-form-field-underline {
display: none;
}
::ng-deep .multiple-auto-complete[_ngcontent-mut-c19] {
display: none;
}
.invite-btn{
width: 6.64em;
height: 2.93em;
background: #FFFFFF;
border: 1px solid #B5B5B5;
border-radius: 30px;
font-weight: bold;
letter-spacing: -0.35px;
color: #B5B5B5;
margin-bottom: 1px;
}