Skip to content

Instantly share code, notes, and snippets.

@lgk-bsw
Last active July 20, 2020 11:37
Show Gist options
  • Save lgk-bsw/456c2c69bfd87ec885bee56f97dacd44 to your computer and use it in GitHub Desktop.
Save lgk-bsw/456c2c69bfd87ec885bee56f97dacd44 to your computer and use it in GitHub Desktop.
Rounded Components and Buttons in Bootstrap
// Components
//
$border-radius: .5rem;
$border-radius-lg: .7rem;
$border-radius-sm: .3rem;
// Buttons
//
$btn-border-radius: 1000px;
$btn-border-radius-lg: $btn-border-radius;
$btn-border-radius-sm: $btn-border-radius;
// Forms
//
$custom-checkbox-indicator-border-radius: $border-radius-sm;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment