72 lines
2.2 KiB
CSS
72 lines
2.2 KiB
CSS
@import "tippy.js/dist/tippy.css";
|
|
|
|
.tippy-box {
|
|
background-color: theme('colors.primary');
|
|
}
|
|
.tippy-box[data-placement^='top'] > .tippy-arrow::before {
|
|
border-top-color: theme('colors.primary');
|
|
}
|
|
.tippy-box[data-placement^='bottom'] > .tippy-arrow::before {
|
|
border-bottom-color: theme('colors.primary');
|
|
}
|
|
.tippy-box[data-placement^='left'] > .tippy-arrow::before {
|
|
border-left-color: theme('colors.primary');
|
|
}
|
|
.tippy-box[data-placement^='right'] > .tippy-arrow::before {
|
|
border-right-color: theme('colors.primary');
|
|
}
|
|
|
|
.sbw {
|
|
.tippy-box {
|
|
background-color: theme('colors.sbw.secondary');
|
|
}
|
|
.tippy-box[data-placement^='top'] > .tippy-arrow::before {
|
|
border-top-color: theme('colors.sbw.secondary');
|
|
}
|
|
.tippy-box[data-placement^='bottom'] > .tippy-arrow::before {
|
|
border-bottom-color: theme('colors.sbw.secondary');
|
|
}
|
|
.tippy-box[data-placement^='left'] > .tippy-arrow::before {
|
|
border-left-color: theme('colors.sbw.secondary');
|
|
}
|
|
.tippy-box[data-placement^='right'] > .tippy-arrow::before {
|
|
border-right-color: theme('colors.sbw.secondary');
|
|
}
|
|
}
|
|
|
|
.snz {
|
|
.tippy-box {
|
|
background-color: theme('colors.snz.primary-dark');
|
|
}
|
|
.tippy-box[data-placement^='top'] > .tippy-arrow::before {
|
|
border-top-color: theme('colors.snz.primary-dark');
|
|
}
|
|
.tippy-box[data-placement^='bottom'] > .tippy-arrow::before {
|
|
border-bottom-color: theme('colors.snz.primary-dark');
|
|
}
|
|
.tippy-box[data-placement^='left'] > .tippy-arrow::before {
|
|
border-left-color: theme('colors.snz.primary-dark');
|
|
}
|
|
.tippy-box[data-placement^='right'] > .tippy-arrow::before {
|
|
border-right-color: theme('colors.snz.primary-dark');
|
|
}
|
|
}
|
|
|
|
.ser {
|
|
.tippy-box {
|
|
background-color: theme('colors.ser.secondary');
|
|
}
|
|
.tippy-box[data-placement^='top'] > .tippy-arrow::before {
|
|
border-top-color: theme('colors.ser.secondary');
|
|
}
|
|
.tippy-box[data-placement^='bottom'] > .tippy-arrow::before {
|
|
border-bottom-color: theme('colors.ser.secondary');
|
|
}
|
|
.tippy-box[data-placement^='left'] > .tippy-arrow::before {
|
|
border-left-color: theme('colors.ser.secondary');
|
|
}
|
|
.tippy-box[data-placement^='right'] > .tippy-arrow::before {
|
|
border-right-color: theme('colors.ser.secondary');
|
|
}
|
|
}
|