22 lines
315 B
SCSS
22 lines
315 B
SCSS
.app-layout-default-top {
|
|
width: 100%;
|
|
}
|
|
|
|
.app-layout-default-body {
|
|
width: 100%;
|
|
|
|
.app-layout-default-body-left {
|
|
width: 200px;
|
|
height: 100%;
|
|
}
|
|
.app-layout-default-body-content {
|
|
width: calc(100% - 200px);
|
|
height: 100%;
|
|
}
|
|
}
|
|
|
|
.app-layout-default-bottom {
|
|
width: 100%;
|
|
bottom: 0px;
|
|
}
|