Spaces:
Paused
Paused
File size: 751 Bytes
9eba098 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 |
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;
} |