| 1 |
/* Adding CSS classes should be done with consideration and rarely */ |
| 2 |
@tailwind base; |
| 3 |
@tailwind components; |
| 4 |
@tailwind utilities; |
| 5 |
|
| 6 |
.extendify-assist { |
| 7 |
--tw-ring-inset: var(--tw-empty, /*!*/ /*!*/); |
| 8 |
--tw-ring-offset-width: 0px; |
| 9 |
--tw-ring-offset-color: transparent; |
| 10 |
--tw-ring-color: var(--ext-partner-theme-primary-bg, #2c39bd); |
| 11 |
} |
| 12 |
|
| 13 |
.extendify-assist *, |
| 14 |
.extendify-assist *:after, |
| 15 |
.extendify-assist *:before { |
| 16 |
box-sizing: border-box; |
| 17 |
} |
| 18 |
.hide-checkmark::before { |
| 19 |
content: none; |
| 20 |
} |
| 21 |
|