xref: /template/strap/resources/theme/default/pages/templates/landing.css (revision 04fd306c7c155fa133ebb3669986875d65988276)
1*04fd306cSNickeau/* No gutter on x otherwise there is a overflow on the right */
2*04fd306cSNickeau#page-core {
3*04fd306cSNickeau    --bs-gutter-x: 0;
4*04fd306cSNickeau}
5*04fd306cSNickeau
6*04fd306cSNickeau/**
7*04fd306cSNickeau* When we have a landing page, the railbar
8*04fd306cSNickeau* which is by default on the right side is not visible
9*04fd306cSNickeau* This setting will set up inside and make it visible alongside the page
10*04fd306cSNickeau* We may also just put it completely in the offcanvas
11*04fd306cSNickeau* See for the HTML code {@link TplUtility::getRailBar()}
12*04fd306cSNickeau* for $ACT = show
13*04fd306cSNickeau */
14*04fd306cSNickeau#railbar-fixed {
15*04fd306cSNickeau    right: 44px !important;
16*04fd306cSNickeau    top: 30px !important;
17*04fd306cSNickeau}
18