15 lines
251 B
SCSS
15 lines
251 B
SCSS
.dialog-container {
|
|
width: 100%;
|
|
height: 100%;
|
|
overflow: hidden;
|
|
.ng-star-inserted {
|
|
float: left;
|
|
}
|
|
mat-dialog-container {
|
|
padding: 0px !important;
|
|
background: transparent !important;
|
|
}
|
|
.ucap-edit-group-name-dialog {
|
|
}
|
|
}
|