Lines Matching refs:position
3 @mixin tooltip($tt-min-width, $tt-bgcolor, $tt-position, $tt-align) {
4 position: relative;
16 position: absolute;
17 @if $tt-position == "bottom" {
21 } @else if $tt-position == "top" {
25 } @else if $tt-position == "left" {
29 } @else if $tt-position == "right" {
53 …@include background-image(linear-gradient($tt-position, lighten($tt-bgcolor, 12.5%), $tt-bgcolor));
62 position: absolute;
63 @if $tt-position == "bottom" {
69 } @else if $tt-position == "top" {
75 } @else if $tt-position == "left" {
81 } @else if $tt-position == "right" {