asteroid/bibi/wardrobe/_dress-patterns/_help.scss

22 lines
569 B
SCSS
Raw Normal View History

2023-12-28 06:39:56 +00:00
// ================================================================================
// + 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});
}