hangoutsslackgmailskypefacebook-workplaceoutlookemailmicrosoft-teamsdiscordmessengercustom-servicesmacoslinuxwindowsinboxwhatsappicloudtweetdeckhipchattelegram
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.
11 lines
375 B
11 lines
375 B
9 years ago
|
/** @class Global_CSS */
|
||
|
//
|
||
|
|
||
|
$base-color: #C0D4ED !default;
|
||
|
$neutral-color: #eeeeee !default;
|
||
|
$neutral-light-color: mix(#fff, $neutral-color, 68%) !default;
|
||
|
$neutral-dark-color: mix(#000, $neutral-color, 22%) !default;
|
||
|
$font-family: tahoma, arial, verdana, sans-serif !default;
|
||
|
$font-size: 12px !default;
|
||
|
$image-extension: 'gif' !default;
|
||
|
$include-default-uis: true !default;
|