| 1 |
/* Adding CSS classes should be done with consideration and rarely */ |
| 2 |
@tailwind base; |
| 3 |
@tailwind components; |
| 4 |
@tailwind utilities; |
| 5 |
|
| 6 |
.extendify-shared button:not(:disabled) { |
| 7 |
@apply cursor-pointer; |
| 8 |
} |
| 9 |
|
| 10 |
.extendify-shared { |
| 11 |
--tw-ring-inset: var(--tw-empty, /*!*/ /*!*/); |
| 12 |
--tw-ring-offset-width: 0px; |
| 13 |
--tw-ring-offset-color: transparent; |
| 14 |
--tw-ring-color: var(--ext-design-main, #2c39bd); |
| 15 |
--tw-translate-x: 0; |
| 16 |
--tw-translate-y: 0; |
| 17 |
--tw-rotate: 0; |
| 18 |
--tw-skew-x: 0; |
| 19 |
--tw-skew-y: 0; |
| 20 |
--tw-scale-x: 1; |
| 21 |
--tw-scale-y: 1; |
| 22 |
} |
| 23 |
|
| 24 |
.extendify-shared *, |
| 25 |
.extendify-shared *:after, |
| 26 |
.extendify-shared *:before { |
| 27 |
/* no !important */ |
| 28 |
box-sizing: border-box; |
| 29 |
border: 0 solid #e5e7eb; |
| 30 |
} |
| 31 |
|