mirror of
https://gitlab.com/PronounsPage/PronounsPage.git
synced 2025-09-19 04:27:05 -04:00
fixed a bug caused by a bootstrap breaking change
(see https://github.com/twbs/bootstrap/issues/38683)
This commit is contained in:
parent
4350ea18d4
commit
7ed63d4387
@ -1,4 +1,5 @@
|
||||
@use "sass:list";
|
||||
@use "sass:math";
|
||||
|
||||
@import "../data/variables";
|
||||
$fontExtra: null !default;
|
||||
@ -26,7 +27,7 @@ $aside-width: 332px;
|
||||
$modal-backdrop-opacity: .1;
|
||||
|
||||
$glassBlur: 12px;
|
||||
$glassBlur-sm: $glassBlur / 2;
|
||||
$glassBlur-sm: math.div($glassBlur, 2);
|
||||
|
||||
$wide-escape-size: 6rem;
|
||||
|
||||
@ -34,6 +35,7 @@ $square-button-size: 2.2rem;
|
||||
|
||||
@import "~bootstrap/scss/functions";
|
||||
@import "~bootstrap/scss/variables";
|
||||
@import "~bootstrap/scss/variables-dark";
|
||||
@import "~bootstrap/scss/mixins";
|
||||
@import "~bootstrap/scss/maps";
|
||||
@import "~bootstrap/scss/utilities";
|
||||
|
Loading…
x
Reference in New Issue
Block a user