35 lines
796 B
CSS
35 lines
796 B
CSS
@import 'tailwind/_base.css';
|
|
@import 'tailwind/_components.css';
|
|
@import 'tailwind/_utilities.css';
|
|
@import 'intro.js/introjs.css';
|
|
@import '_checkbox-radio-switch.css';
|
|
@import '_progress.css';
|
|
@import '_scrollbars.css';
|
|
@import '_table.css';
|
|
@import '_helper.css';
|
|
@import '_calendar.css';
|
|
@import '_select-dropdown.css';
|
|
@import '_theme.css';
|
|
@import '_rich-text.css';
|
|
|
|
.introjs-tooltip {
|
|
@apply min-w-[400px] max-w-[480px] p-2 !important;
|
|
}
|
|
|
|
.good-img {
|
|
@apply -mt-96 !important;
|
|
}
|
|
.end-img {
|
|
@apply -mt-72 !important;
|
|
}
|
|
.introjs-button {
|
|
@apply bg-blue-600 text-white !important;
|
|
text-shadow: none !important;
|
|
}
|
|
.introjs-bullets ul li a.active {
|
|
@apply bg-blue-600 !important;
|
|
}
|
|
.introjs-prevbutton {
|
|
@apply bg-transparent border border-blue-600 text-blue-600 !important;
|
|
}
|