|
@@ -49,6 +49,16 @@ $theme-colors: (
|
|
$yiq-contrasted-threshold: 120;
|
|
$yiq-contrasted-threshold: 120;
|
|
|
|
|
|
|
|
|
|
|
|
+$grid-breakpoints: (
|
|
|
|
+ xs: 0,
|
|
|
|
+ sm: 576px,
|
|
|
|
+ md: 1024px,
|
|
|
|
+ // lg: 992px,
|
|
|
|
+ // xl: 1200px
|
|
|
|
+);
|
|
|
|
+
|
|
|
|
+$layout-bp: md;
|
|
|
|
+
|
|
// Body
|
|
// Body
|
|
$body-color: $black;
|
|
$body-color: $black;
|
|
|
|
|
|
@@ -73,7 +83,7 @@ $font-family-text: 'Redaction'; // custom
|
|
$font-size-base: 1rem;
|
|
$font-size-base: 1rem;
|
|
$font-size-sm: $font-size-base * .78125;
|
|
$font-size-sm: $font-size-base * .78125;
|
|
|
|
|
|
-$line-height-base: 1.55;
|
|
|
|
|
|
+$line-height-base: 1.5;
|
|
$line-height-lg: $line-height-base;
|
|
$line-height-lg: $line-height-base;
|
|
$line-height-sm: $line-height-base;
|
|
$line-height-sm: $line-height-base;
|
|
|
|
|
|
@@ -106,13 +116,24 @@ $card-border-width: 0;
|
|
// $card-border-color: $black;
|
|
// $card-border-color: $black;
|
|
|
|
|
|
|
|
|
|
|
|
+// SPINNER
|
|
|
|
+$spinner-width: 50px;
|
|
|
|
+
|
|
// CUSTOM
|
|
// CUSTOM
|
|
-$btn-size: 25px;
|
|
|
|
|
|
+$btn-size: 26px;
|
|
$text-card-header-height: 4rem;
|
|
$text-card-header-height: 4rem;
|
|
|
|
|
|
|
|
+$node-view-spacer-sm-x: 18px;
|
|
|
|
+$node-view-spacer-sm-y: 18px;
|
|
|
|
+$node-view-spacer-x: 30px;
|
|
|
|
+$node-view-spacer-y: 25px;
|
|
|
|
|
|
|
|
+$node-card-spacer-sm-x: 8px;
|
|
|
|
+$node-card-spacer-sm-y: 8px;
|
|
|
|
+$node-card-spacer-x: 15px;
|
|
|
|
+$node-card-spacer-y: 10px;
|
|
|
|
|
|
-
|
|
|
|
|
|
+$line: $border-width solid $black;
|
|
|
|
|
|
@import '~bootstrap/scss/variables';
|
|
@import '~bootstrap/scss/variables';
|
|
@import '~bootstrap-vue/src/variables';
|
|
@import '~bootstrap-vue/src/variables';
|