scss: allow redefining back-top link's text margins (#72480)

This commit is contained in:
Serghei Mihai 2022-12-15 12:22:17 +01:00 committed by Gitea
parent 933a684df4
commit db9c588159
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
$back-top-display: none !default; // `mobile-only || block || inline || none`
$back-top-icon-character: "\f102" !default; // any content CSS property values, default: fontawesome angle-double-up
$back-top-icon-size: 2.5em !default;
$back-top-icon-label-space: .33em;
$back-top-icon-label-space: .33em !default;
$back-top-layout-direction: vertical !default; // horizontal || vertical
// layout position
// values: `static (options) || fixed (options)`