overleaf/services/web/frontend/stylesheets/bootstrap-5/scss/bootstrap-variable-overrides/buttons.scss

10 lines
342 B
SCSS
Raw Normal View History

// This file provides overrides for Bootstrap 5's default button-related Sass variables
$btn-font-family: $font-family-sans-serif;
$btn-font-weight: 700;
$btn-padding-x: $spacing-06;
$btn-padding-y: $spacing-02;
$btn-border-radius: $border-radius-full;
$btn-border-radius-lg: $border-radius-full;
$btn-border-radius-sm: $border-radius-full;