linuxwindowsinboxwhatsappicloudtweetdeckhipchattelegramhangoutsslackgmailskypefacebook-workplaceoutlookemailmicrosoft-teamsdiscordmessengercustom-servicesmacos
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.
17 lines
877 B
17 lines
877 B
9 years ago
|
/** @class Ext.tip.Tip */
|
||
|
//
|
||
|
|
||
|
$tip-base-color: adjust-color($base-color, $hue: 2.121deg, $saturation: 44.444%, $lightness: 11.569%) !default;
|
||
|
$tip-background-color: $tip-base-color !default;
|
||
|
$tip-body-color: adjust-color($neutral-color, $hue: 0deg, $saturation: 0%, $lightness: -66.667%) !default;
|
||
|
$tip-tool-spacing: 6px !default;
|
||
|
$tip-body-font-size: ceil($font-size * .9) !default;
|
||
|
$tip-body-link-color: darken($tip-body-color, 10%) !default;
|
||
|
$tip-border-color: adjust-color($tip-base-color, $hue: -1.705deg, $saturation: -60.494%, $lightness: -27.451%) !default;
|
||
|
$tip-error-background-color: #fff !default;
|
||
|
$tip-error-inner-border-color: #d87166 !default;
|
||
|
$tip-error-inner-border-width: 1px !default;
|
||
|
$tip-error-border-color: #a1311f !default;
|
||
|
$tip-error-border-radius: 5px !default;
|
||
|
$tip-error-border-width: 1px !default;
|
||
|
$tip-error-body-padding: 3px 3px 3px 22px !default;
|