Sass config: Bootstrap overrides
This commit is contained in:
@@ -25,7 +25,7 @@ $color-text-light-primary: rgba($color-text-light, .87) !default
|
|||||||
$color-text-light-secondary: rgba($color-text-light, .54) !default
|
$color-text-light-secondary: rgba($color-text-light, .54) !default
|
||||||
$color-text-light-hint: rgba($color-text-light, .38) !default
|
$color-text-light-hint: rgba($color-text-light, .38) !default
|
||||||
|
|
||||||
$color-primary: #065687 !default
|
$color-primary: #009eff !default
|
||||||
$color-primary-light: hsl(hue($color-primary), 30%, 90%) !default
|
$color-primary-light: hsl(hue($color-primary), 30%, 90%) !default
|
||||||
$color-primary-dark: hsl(hue($color-primary), 80%, 30%) !default
|
$color-primary-dark: hsl(hue($color-primary), 80%, 30%) !default
|
||||||
$color-primary-accent: hsl(hue($color-primary), 100%, 50%) !default
|
$color-primary-accent: hsl(hue($color-primary), 100%, 50%) !default
|
||||||
@@ -101,11 +101,9 @@ $sidebar-width: 50px !default
|
|||||||
/* Project specifics */
|
/* Project specifics */
|
||||||
$project_nav-width: 250px !default
|
$project_nav-width: 250px !default
|
||||||
$project-sidebar-width: 50px !default
|
$project-sidebar-width: 50px !default
|
||||||
$project_header-height: 50px !default
|
$project_header-height: 37px !default
|
||||||
$project_footer-height: 30px !default
|
$project_footer-height: 30px !default
|
||||||
|
|
||||||
$navbar-backdrop-height: 600px !default
|
|
||||||
|
|
||||||
$node-type-asset_image: #e87d86 !default
|
$node-type-asset_image: #e87d86 !default
|
||||||
$node-type-asset_file: #CC91C7 !default
|
$node-type-asset_file: #CC91C7 !default
|
||||||
$node-type-asset_video: #7dc5e8 !default
|
$node-type-asset_video: #7dc5e8 !default
|
||||||
@@ -126,6 +124,26 @@ $z-index-base: 13 !default
|
|||||||
width: 1270px
|
width: 1270px
|
||||||
|
|
||||||
|
|
||||||
|
// Bootstrap overrides.
|
||||||
|
$enable-caret: false
|
||||||
|
|
||||||
|
$border-radius: .2rem
|
||||||
|
$btn-border-radius: $border-radius
|
||||||
|
|
||||||
|
$primary: $color-primary
|
||||||
|
|
||||||
|
$body-bg: $color-background
|
||||||
|
$body-color: $color-text
|
||||||
|
|
||||||
|
$color-background-nav: #fff
|
||||||
|
$link-color: $primary
|
||||||
|
|
||||||
|
$font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"
|
||||||
|
$font-size-base: .9rem
|
||||||
|
|
||||||
|
$dropdown-border-width: 0
|
||||||
|
$dropdown-box-shadow: 0 10px 25px rgba($black, .1)
|
||||||
|
|
||||||
// Tooltips.
|
// Tooltips.
|
||||||
$tooltip-font-size: 0.83rem
|
$tooltip-font-size: 0.83rem
|
||||||
$tooltip-max-width: auto
|
$tooltip-max-width: auto
|
||||||
|
Reference in New Issue
Block a user