Lines Matching refs:tt
3 @mixin tooltip($tt-min-width, $tt-bgcolor, $tt-position, $tt-align) {
8 background: $tt-bgcolor;
9 border: 1px solid $tt-bgcolor;
14 min-width: $tt-min-width;
17 @if $tt-position == "bottom" {
18 @if $tt-align == "right" { right: 0 } @else { left: 0; }
21 } @else if $tt-position == "top" {
22 @if $tt-align == "right" { right: 0 } @else { left: 0; }
25 } @else if $tt-position == "left" {
29 } @else if $tt-position == "right" {
35 @if $tt-align == "right" {
37 } @else if $tt-align == "left" {
52 @if $tt-pretty != "no" {
53 …@include background-image(linear-gradient($tt-position, lighten($tt-bgcolor, 12.5%), $tt-bgcolor));
54 @include box-shadow(0 0 5px 0 rgba($tt-bgcolor,.25));
63 @if $tt-position == "bottom" {
65 @if $tt-align == "right" { right: 8px } @else { left: 8px; }
66 border-bottom: 9px solid $tt-bgcolor !important;
69 } @else if $tt-position == "top" {
71 @if $tt-align == "right" { right: 8px } @else { left: 8px; }
72 border-top: 9px solid $tt-bgcolor !important;
75 } @else if $tt-position == "left" {
78 border-left: 9px solid $tt-bgcolor !important;
81 } @else if $tt-position == "right" {
84 border-right: 9px solid $tt-bgcolor !important;