MOBILE-3025 blocks: Show empty box centered
parent
6dd6154633
commit
ae3d488877
|
@ -29,6 +29,17 @@ ion-app.app-root core-block-course-blocks {
|
||||||
min-width: $core-side-blocks-min-width;
|
min-width: $core-side-blocks-min-width;
|
||||||
@include border-start(1px, solid, $list-md-border-color);
|
@include border-start(1px, solid, $list-md-border-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.core-course-blocks-content,
|
||||||
|
div.core-course-blocks-side {
|
||||||
|
position: relative;
|
||||||
|
height: 100%;
|
||||||
|
|
||||||
|
.core-loading-center,
|
||||||
|
core-loading.core-loading-loaded {
|
||||||
|
position: initial;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@include media-breakpoint-down(sm) {
|
@include media-breakpoint-down(sm) {
|
||||||
|
|
Loading…
Reference in New Issue