update scss root & add new node-view variables

This commit is contained in:
axolotle
2021-06-10 13:58:51 +02:00
parent 5b98e2654a
commit 133897cf26
6 changed files with 50 additions and 45 deletions
+24 -3
View File
@@ -49,6 +49,16 @@ $theme-colors: (
$yiq-contrasted-threshold: 120;
$grid-breakpoints: (
xs: 0,
sm: 576px,
md: 1024px,
// lg: 992px,
// xl: 1200px
);
$layout-bp: md;
// Body
$body-color: $black;
@@ -73,7 +83,7 @@ $font-family-text: 'Redaction'; // custom
$font-size-base: 1rem;
$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-sm: $line-height-base;
@@ -106,13 +116,24 @@ $card-border-width: 0;
// $card-border-color: $black;
// SPINNER
$spinner-width: 50px;
// CUSTOM
$btn-size: 25px;
$btn-size: 26px;
$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-vue/src/variables';