10 lines
110 B
SCSS
10 lines
110 B
SCSS
|
.dialog-container {
|
||
|
width: 100%;
|
||
|
height: 100%;
|
||
|
|
||
|
.dialog-body {
|
||
|
width: 100%;
|
||
|
height: 100%;
|
||
|
}
|
||
|
}
|