2013-10-22 22:23:47 +02:00

13 lines
205 B
SCSS

/* Tooltips */
.ttip {
@include tooltip($tt-min-width, $tt-bgcolor, $tt-position, $tt-align);
cursor: pointer;
}
.ttip:after, .ttip:before {
@include respond(portrait-tablets) {
display: none;
}
}