Phone and Address Change
This commit is contained in:
32
demo/pages/scss/bootstrap.scss
vendored
Normal file
32
demo/pages/scss/bootstrap.scss
vendored
Normal file
@@ -0,0 +1,32 @@
|
||||
/******* Customized Bootstrap ********/
|
||||
|
||||
$primary: #003A66;
|
||||
$secondary: #E02454;
|
||||
$light: #F0F5FB;
|
||||
$dark: #003A66;
|
||||
|
||||
$font-family-base: 'Open Sans', sans-serif;
|
||||
|
||||
$headings-font-family: 'Poppins', sans-serif;
|
||||
|
||||
$body-color: #7a8a9e;
|
||||
|
||||
$headings-color: $dark;
|
||||
|
||||
$headings-font-weight: 500;
|
||||
|
||||
$display-font-weight: 700;
|
||||
|
||||
$enable-responsive-font-sizes: true;
|
||||
|
||||
$border-radius: 10px;
|
||||
|
||||
$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