chore: synchronize project dependencies and update vendor directory files
This commit is contained in:
@@ -0,0 +1,32 @@
|
||||
/******* Customized Bootstrap ********/
|
||||
|
||||
$primary: #FDA12B;
|
||||
$secondary: #8D9297;
|
||||
$light: #F8F9FA;
|
||||
$dark: #182333;
|
||||
|
||||
$font-family-base: 'Roboto', sans-serif;
|
||||
|
||||
$headings-font-family: 'Poppins', sans-serif;
|
||||
|
||||
$body-color: $secondary;
|
||||
|
||||
$headings-color: $dark;
|
||||
|
||||
$headings-font-weight: 600;
|
||||
|
||||
$display-font-weight: 700;
|
||||
|
||||
$enable-responsive-font-sizes: true;
|
||||
|
||||
$border-radius: 0px;
|
||||
|
||||
$border-radius-sm: $border-radius;
|
||||
|
||||
$border-radius-lg: $border-radius;
|
||||
|
||||
$link-decoration: none;
|
||||
|
||||
$enable-negative-margins: true;
|
||||
|
||||
@import "bootstrap/scss/bootstrap";
|
||||
Reference in New Issue
Block a user