Skip to content

Instantly share code, notes, and snippets.

@anithegregorian
Last active August 28, 2021 14:38
Show Gist options
  • Save anithegregorian/c125bd5cb589a3d8011272fc0a16d81e to your computer and use it in GitHub Desktop.
Save anithegregorian/c125bd5cb589a3d8011272fc0a16d81e to your computer and use it in GitHub Desktop.
// Required
@import "../node_modules/bootstrap/scss/functions";
// Default variable overrides, or semantic initilization (without flag !default)
$theme-colors: (
"primary": lighten(#495055, 60%),
"secondary": #ECECEC,
);
// BUTTONS
$btn-box-shadow: none;
// NAVBAR
$navbar-dark-color: rgba($white, 0.8);
// Include default variables (with flag !default)
@import "../node_modules/bootstrap/scss/variables";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment