flare / flare-ui /src /app /dialogs /project-edit-dialog /project-edit-dialog.component.scss
ciyidogan's picture
Upload 44 files
9eba098 verified
raw
history blame
751 Bytes
mat-dialog-content {
padding: 24px;
min-width: 400px;
.full-width {
width: 100%;
margin-bottom: 16px;
}
.metadata {
margin-top: 24px;
padding: 16px;
background-color: #f5f5f5;
border-radius: 4px;
.metadata-item {
display: flex;
align-items: center;
gap: 8px;
margin-bottom: 8px;
&:last-child {
margin-bottom: 0;
}
mat-icon {
color: #666;
font-size: 20px;
width: 20px;
height: 20px;
}
span {
color: #666;
font-size: 14px;
strong {
color: #333;
}
}
}
}
}
mat-dialog-actions {
padding: 16px 24px;
margin: 0;
}