D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
buildteksolution
/
www
/
superadmin
/
assets
/
scss
/
shared
/
components
/
mixins
/
Filename :
_tooltips.scss
back
Copy
// Tooltip color variations @mixin tooltip-variant($color) { .tooltip-inner { background: theme-color($color); color: $white; } &.bs-tooltip-top { .arrow::before { border-top-color: theme-color($color); } } &.bs-tooltip-right { .arrow::before { border-right-color: theme-color($color); } } &.bs-tooltip-bottom { .arrow::before { border-bottom-color: theme-color($color); } } &.bs-tooltip-left { .arrow::before { border-left-color: theme-color($color); } } }