mirror of
https://github.com/miggymofongo/asteroid.git
synced 2024-11-24 06:00:27 +00:00
38 lines
No EOL
852 B
SCSS
38 lines
No EOL
852 B
SCSS
// ================================================================================
|
|
// + Main
|
|
// --------------------------------------------------------------------------------
|
|
|
|
|
|
main#bibi-main {
|
|
html.appearance-horizontal:not(.book-full-height) & {
|
|
top: $Menu_Height;
|
|
height: calc(100% - #{$Menu_Height});
|
|
}
|
|
html.appearance-vertical:not(.book-full-height) & {
|
|
padding-top: $Menu_Height;
|
|
height: calc(100% - #{$Menu_Height});
|
|
}
|
|
html.subpanel-opened & {
|
|
@include Main__SubpanelOpened();
|
|
}
|
|
}
|
|
div#bibi-main-book {
|
|
html.subpanel-opened & {
|
|
@include Main-Book__SubpanelOpened();
|
|
}
|
|
}
|
|
div.spread-box {
|
|
}
|
|
div.spread {
|
|
}
|
|
div.item-box {
|
|
html.book-pre-paginated & {
|
|
&:not(.placeholder):not(.loaded):after {
|
|
@include ItemBox-Loading();
|
|
}
|
|
}
|
|
}
|
|
iframe.item {
|
|
}
|
|
span.page {
|
|
} |