diff --git a/assets/scss/common/_custom.scss b/assets/scss/common/_custom.scss index cc4e2b5..71c69d7 100644 --- a/assets/scss/common/_custom.scss +++ b/assets/scss/common/_custom.scss @@ -1 +1,17 @@ // Put your custom SCSS code here +.docs-links { + overflow-y: inherit!important; + svg { + height: 24px!important; + width: 24px!important; + margin-bottom: 0!important; + } + .with-icon { + position: relative; + + svg { + position: absolute; + left: calc(-24px - 1rem); + } + } +} diff --git a/portails/shared/layouts/partials/sidebar/render-section-menu.html b/portails/shared/layouts/partials/sidebar/render-section-menu.html index 89b84f9..b78e6bb 100644 --- a/portails/shared/layouts/partials/sidebar/render-section-menu.html +++ b/portails/shared/layouts/partials/sidebar/render-section-menu.html @@ -88,7 +88,10 @@ skipped. To override this behavior, set $skipHome to false below.