|
|
@@ -1,4 +1,4 @@
|
|
|
-@use '@growi/core/scss/bootstrap/init' as bs;
|
|
|
+@use '@growi/core/scss/bootstrap/utilities' as bs;
|
|
|
|
|
|
@use '../variables' as var;
|
|
|
|
|
|
@@ -14,6 +14,14 @@
|
|
|
|
|
|
font-size: 16px;
|
|
|
|
|
|
+ a {
|
|
|
+ @extend .link-primary;
|
|
|
+ @extend .link-offset-2;
|
|
|
+ @extend .link-underline-opacity-25;
|
|
|
+ @extend .link-underline-opacity-50-hover;
|
|
|
+ text-decoration: underline;
|
|
|
+ }
|
|
|
+
|
|
|
// @extend .text-break;
|
|
|
// https://github.com/twbs/bootstrap/blob/v4.6.1/scss/utilities/_text.scss#L65-L68
|
|
|
word-break: break-word !important; // Deprecated, but avoids issues with flex containers
|