Browse Source

add $font-weight-bold

takeru0001 5 years ago
parent
commit
b8f3b550ab
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/client/styles/scss/_override-bootstrap-variables.scss

+ 2 - 0
src/client/styles/scss/_override-bootstrap-variables.scss

@@ -39,6 +39,8 @@ $line-height-base: 1.42857;
 $text-muted: $gray-500;
 $text-muted: $gray-500;
 $blockquote-small-color: $gray-500;
 $blockquote-small-color: $gray-500;
 
 
+$font-weight-bold: bold;
+
 //== Components
 //== Components
 //
 //
 $border-radius:               .15rem;
 $border-radius:               .15rem;