skypefacebook-workplaceoutlookemailmicrosoft-teamsdiscordmessengercustom-servicesmacoslinuxwindowsinboxwhatsappicloudtweetdeckhipchattelegramhangoutsslackgmail
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.
15 lines
787 B
15 lines
787 B
// Source Sans Pro disabled temporarily for SenchaCon. Revisit this in the future. |
|
//$font-family: "Source Sans Pro", helvetica, arial, verdana, sans-serif !default; |
|
$font-family: helvetica, arial, verdana, sans-serif !default; |
|
$font-weight: 300 !default; |
|
$font-weight-bold: 300 !default; |
|
$base-color: #157fcc !default; |
|
$base-highlight-color: mix(#fff, $base-color, 15%) !default; |
|
$base-light-color: mix(#fff, $base-color, 65%) !default; |
|
$base-dark-color: mix(#000, $base-color, 14%) !default; |
|
$neutral-color: #e1e1e1 !default; |
|
$neutral-light-color: mix(#fff, $neutral-color, 68%) !default; |
|
$neutral-medium-dark-color: mix(#000, $neutral-color, 4%) !default; |
|
$neutral-dark-color: mix(#000, $neutral-color, 8%) !default; |
|
$body-background-color: #fff !default; |
|
$font-size: 13px !default;
|
|
|