18 lines
No EOL
492 B
SCSS
18 lines
No EOL
492 B
SCSS
/*! Themestr.app `Herbie` Bootstrap 4.3.1 theme */
|
|
@import url(https://fonts.googleapis.com/css?family=Nunito:200,300,400,700);
|
|
$font-family-base:Nunito;
|
|
@import url(https://fonts.googleapis.com/css?family=Crete+Round:200,300,400,700);
|
|
$headings-font-family:Crete Round;
|
|
|
|
$primary:#083358;
|
|
$secondary:#F67280;
|
|
$success:#0074E4;
|
|
$danger:#FF4057;
|
|
$info:#74DBEF;
|
|
$warning:#FC3C3C;
|
|
$light:#F2F2F0;
|
|
$dark:#072247;
|
|
|
|
@import "~bootstrap/scss/bootstrap.scss";
|
|
|
|
// Add SASS theme customizations here.. |