Skip to content

Instantly share code, notes, and snippets.

@imufun
Created March 7, 2019 10:04
Show Gist options
  • Select an option

  • Save imufun/77f586c4a1a3ea665e6eaf683d46d17c to your computer and use it in GitHub Desktop.

Select an option

Save imufun/77f586c4a1a3ea665e6eaf683d46d17c to your computer and use it in GitHub Desktop.
@import "01_color-palette-overwrite";
@import "02_gng-color-palette";
$body-color: color-maker('gng','base') !default;
$navbar-light-hover-color: color-maker('gng','hover') !default;
$navbar-light-color: color-maker('gng','base') !default;
$navbar-toggler-border-radius: 0 !default;
$input-border-radius: 0 !default;
$btn-border-radius: 0 !default;
$border-color: color-maker('gng','border') !default;
$input-focus-border-color: $border-color !default;
$input-border-color: $border-color !default;
$input-btn-focus-color: rgba($border-color, .5) !default;
$link-hover-decoration: none !default;
$link-hover-color: color-maker('gng','hover') !default;
$link-color: color-maker('gng','link')!default;
$text-muted: color-maker('gng','muted')!default;
$border-radius-lg: 0 !default;
$border-radius: 0 !default;
$input-btn-focus-width: 1px !default;
$input-btn-focus-box-shadow: 0 0 2px $input-btn-focus-width $input-btn-focus-color !default;
$breadcrumb-divider: ">" !default;
$breadcrumb-bg: transparent !default;
$breadcrumb-padding-x: 0 !default;
$grid-breakpoints: (
xs: 0,
sm: 576px,
md: 768px,
lg: 1024px,
xl: 1200px
) !default;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment