mirror of
https://github.com/overleaf/overleaf.git
synced 2025-01-13 09:01:20 +00:00
10 lines
342 B
SCSS
10 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;
|