flare / flare-ui /src /app /dialogs /project-edit-dialog /project-edit-dialog.component.scss
ciyidogan's picture
Update flare-ui/src/app/dialogs/project-edit-dialog/project-edit-dialog.component.scss
07d6c00 verified
raw
history blame
736 Bytes
mat-dialog-content {
padding: 20px 24px;
min-width: 500px;
max-width: 600px;
}
.full-width {
width: 100%;
margin-bottom: 16px;
}
.test-users-section {
margin-top: 24px;
h4 {
margin-bottom: 16px;
color: rgba(0, 0, 0, 0.87);
}
.test-user-row {
display: flex;
gap: 8px;
align-items: flex-start;
margin-bottom: 8px;
.flex-1 {
flex: 1;
}
button {
margin-top: 8px;
}
}
}
mat-dialog-actions {
padding: 16px 24px;
margin: 0;
border-top: 1px solid #e0e0e0;
}
// Material form field density
::ng-deep {
.mat-mdc-form-field {
margin-bottom: 4px;
}
.mat-mdc-option {
.mat-icon {
margin-right: 8px;
vertical-align: middle;
}
}
}