|
1 | | -@import "tailwindcss"; |
| 1 | +@layer theme, base, components, utilities; |
| 2 | + |
| 3 | +@import "tailwindcss/theme.css" layer(theme); |
| 4 | +@import "tailwindcss/utilities.css" layer(utilities); |
2 | 5 | @import "tailwindcss-primeui"; |
3 | 6 | @import "primeicons/primeicons.css"; |
4 | 7 |
|
5 | | -:root { |
6 | | - --border-color: var(--p-content-border-color); |
7 | | -} |
8 | | - |
9 | 8 | body { |
10 | | - background-color: var(--p-content-background); |
11 | | - color: var(--p-content-color); |
12 | | - margin: 0; |
13 | | - font-family: |
14 | | - Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", |
15 | | - "Helvetica Neue", sans-serif; |
16 | | - text-rendering: optimizeLegibility; |
17 | | - -webkit-font-smoothing: antialiased; |
18 | | - -moz-osx-font-smoothing: grayscale; |
19 | | - user-select: none; |
20 | | -} |
| 9 | + *, |
| 10 | + ::before, |
| 11 | + ::after { |
| 12 | + box-sizing: initial; |
| 13 | + } |
21 | 14 |
|
22 | | -.p-component { |
23 | | - transition: none !important; |
24 | | -} |
| 15 | + .opencor { |
| 16 | + --border-color: var(--p-content-border-color); |
25 | 17 |
|
26 | | -a { |
27 | | - color: var(--p-button-link-color); |
28 | | -} |
| 18 | + *, |
| 19 | + ::before, |
| 20 | + ::after { |
| 21 | + box-sizing: border-box; |
| 22 | + } |
| 23 | + |
| 24 | + background-color: var(--p-content-background); |
| 25 | + color: var(--p-content-color); |
| 26 | + margin: 0; |
| 27 | + font-family: |
| 28 | + Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", |
| 29 | + "Helvetica Neue", sans-serif; |
| 30 | + text-rendering: optimizeLegibility; |
| 31 | + -webkit-font-smoothing: antialiased; |
| 32 | + -moz-osx-font-smoothing: grayscale; |
| 33 | + user-select: none; |
| 34 | + |
| 35 | + .p-component { |
| 36 | + transition: none !important; |
| 37 | + } |
| 38 | + |
| 39 | + a { |
| 40 | + color: var(--p-button-link-color); |
| 41 | + } |
29 | 42 |
|
30 | | -:focus { |
31 | | - outline: none !important; |
| 43 | + :focus { |
| 44 | + outline: none !important; |
| 45 | + } |
| 46 | + } |
32 | 47 | } |
0 commit comments