16 lines
202 B
SCSS
16 lines
202 B
SCSS
|
mat-dialog-content {
|
||
|
overflow: inherit;
|
||
|
|
||
|
div.projectors {
|
||
|
padding: 15px;
|
||
|
|
||
|
.right {
|
||
|
float: right;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
mat-card {
|
||
|
margin-bottom: 10px;
|
||
|
}
|
||
|
}
|