You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
593 B
24 lines
593 B
/*! Themestr.app `Signal` 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=Comfortaa:200,300,400,700);
|
|
$headings-font-family:Comfortaa;
|
|
|
|
$enable-grid-classes:false;
|
|
$primary:#FF304F;
|
|
$secondary:#CACACA;
|
|
$success:#015668;
|
|
$danger:#06648C;
|
|
$info:#0F81C7;
|
|
$warning:#0DE2EA;
|
|
$light:#ececec;
|
|
$dark:#222222;
|
|
|
|
/*! Import Bootstrap 4 variables */
|
|
@import "functions";
|
|
@import "variables";
|
|
|
|
$gray-300:#e0e0e0;
|
|
@import "bootstrap";
|
|
|
|
// Add SASS theme customizations here.. |