mirror of
https://github.com/kidoman/embd
synced 2025-02-10 12:43:18 +01:00
13 lines
205 B
SCSS
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;
|
||
|
}
|
||
|
}
|