Line | |
---|
1 | $tip-base-color: color-offset($base-color, 45%) !default;
|
---|
2 | $include-tip-highlights: $include-highlights !default;
|
---|
3 |
|
---|
4 | //background
|
---|
5 | $tip-background-color: #fff !default;
|
---|
6 | $tip-background-gradient: null !default;
|
---|
7 |
|
---|
8 | //text
|
---|
9 | $tip-body-color: color-by-background($tip-base-color, $contrast: 40%) !default;
|
---|
10 | $tip-body-font-size: $font-size-small !default;
|
---|
11 | $tip-body-font-weight: normal !default;
|
---|
12 | $tip-body-padding: 3px 3px 0 !default;
|
---|
13 | $tip-body-link-color: darken($tip-body-color, 10%) !default;
|
---|
14 |
|
---|
15 | $tip-header-color : $tip-body-color !default;
|
---|
16 | $tip-header-font-size : $tip-body-font-size !default;
|
---|
17 | $tip-header-font-weight: bold !default;
|
---|
18 | $tip-header-padding : 3px 3px 0 !default;
|
---|
19 |
|
---|
20 | //borders
|
---|
21 | $tip-border-color: #fff !default; //color-offset($tip-base-color, $mode: dark, $contrast: 20%) !default;
|
---|
22 | $tip-border-width: 0 !default;
|
---|
23 | $tip-border-radius: 5px !default;
|
---|
24 |
|
---|
25 | //error tips
|
---|
26 | $tip-error-inner-border-color: #d87166 !default;
|
---|
27 | $tip-error-border-color: #a1311f !default;
|
---|
28 | $tip-error-border-radius: 5px !default;
|
---|
29 | $tip-error-border-width: 1px !default;
|
---|
30 | $tip-error-background-color: #fff !default;
|
---|
Note:
See
TracBrowser
for help on using the repository browser.