mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
07e16838b8
Bootstrap 5 base GitOrigin-RevId: 2ac614298d31a9cf65430a46d726648a742044f9
9 lines
342 B
SCSS
9 lines
342 B
SCSS
// 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;
|