ucap-lg-web/src/app/layouts/components/default-dialog.layout.component.scss
Park Byung Eun 23bbfc4b63 0524 sync
2020-05-24 13:46:38 +09:00

26 lines
362 B
SCSS

.layout-container {
width: 100%;
height: 100%;
.layout-header {
.layout-header-content {
width: 100%;
height: 100%;
}
}
.layout-body {
overflow: auto;
.layout-body-content {
width: 100%;
height: 100%;
}
}
.layout-action {
.layout-action-content {
width: 100%;
height: 100%;
}
}
}