Pages are now grouped per group they appear in on in the header (where possible) Utilities used by multiple pages in the project are grouped in folders such as services/pipes/etc
14 lines
153 B
SCSS
14 lines
153 B
SCSS
:host {
|
|
display: block;
|
|
width: 100%;
|
|
max-width: 400px;
|
|
}
|
|
|
|
.mat-dialog-content {
|
|
padding-top: 10px;
|
|
}
|
|
|
|
.mat-dialog-actions {
|
|
padding: 16px 0;
|
|
}
|