mirror of
https://github.com/miggymofongo/asteroid.git
synced 2024-11-24 14:10:27 +00:00
22 lines
No EOL
569 B
SCSS
22 lines
No EOL
569 B
SCSS
// ================================================================================
|
|
// + Help
|
|
// --------------------------------------------------------------------------------
|
|
|
|
|
|
div#bibi-help {
|
|
border-top: $Help_BorderTop;
|
|
height: $Help_Height;
|
|
background: $Help_Background;
|
|
html.slider-opened.view-paged &,
|
|
html.slider-opened.view-horizontal & {
|
|
bottom: $Slider_Size !important;
|
|
}
|
|
p {
|
|
line-height: $Help_Height * 1.1;
|
|
color: $Help-P_Color;
|
|
}
|
|
}
|
|
|
|
html.slider-opened:not(.panel-opened).view-vertical div#bibi-help {
|
|
width: calc(100% - #{$Slider_Size});
|
|
} |