|
2 | 2 | @tailwind components; |
3 | 3 | @tailwind utilities; |
4 | 4 |
|
| 5 | +@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap'); |
| 6 | +@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap'); |
| 7 | + |
5 | 8 | @layer utilities { |
6 | 9 | input[type='number']::-webkit-inner-spin-button, |
7 | 10 | input[type='number']::-webkit-outer-spin-button { |
|
15 | 18 | } |
16 | 19 |
|
17 | 20 | @layer base { |
18 | | - /* input:-webkit-autofill, |
19 | | - input:-webkit-autofill:enabled, |
20 | | - input:-webkit-autofill:hover, |
21 | | - input:-webkit-autofill:focus, |
22 | | - textarea:-webkit-autofill, |
23 | | - textarea:-webkit-autofill:enabled, |
24 | | - textarea:-webkit-autofill:hover, |
25 | | - textarea:-webkit-autofill:focus select:-webkit-autofill, |
26 | | - select:-webkit-autofill:enabled, |
27 | | - select:-webkit-autofill:hover, |
28 | | - select:-webkit-autofill:focus { |
29 | | - -webkit-text-fill-color: #fff; |
30 | | - -webkit-box-shadow: 0 0 0px 1000px #837354c7 inset; |
31 | | - box-shadow: 0 0 0px 1000px #8a8274c7 inset; |
32 | | - background-color: #645c4cc7; |
33 | | - } */ |
| 21 | + @font-face { |
| 22 | + font-family: 'Roboto'; |
| 23 | + font-style: normal; |
| 24 | + font-weight: 400; |
| 25 | + font-display: swap; |
| 26 | + src: url('https://fonts.googleapis.com/css2?family=Roboto&display=swap'); |
| 27 | + } |
34 | 28 |
|
35 | 29 | [v-cloak] { |
36 | 30 | display: none; |
|
42 | 36 | } |
43 | 37 | } |
44 | 38 |
|
45 | | - /* Custom scrollbar width */ |
46 | | - |
47 | | - /* Scrollbar track */ |
| 39 | + /* Custom scrollbar track width */ |
48 | 40 |
|
49 | 41 | @supports selector(::-webkit-scrollbar) { |
50 | 42 | .scrollbar-minimal::-webkit-scrollbar { |
|
83 | 75 |
|
84 | 76 | .slider { |
85 | 77 | --thumb-size: 2; |
86 | | - --thumb-rounded: 9999px; /* rounded-full */ |
87 | | - --track-color: rgba(255, 255, 255, 0.3); /* white with 30% opacity */ |
88 | | - --track-rounded: 9999px; /* rounded-full */ |
89 | | - --progress-color: #111827; /* gray-900 */ |
| 78 | + --thumb-rounded: 9999px; |
| 79 | + --track-color: rgba(255, 255, 255, 0.3); |
| 80 | + --track-rounded: 9999px; |
| 81 | + --progress-color: #111827; |
90 | 82 | } |
91 | 83 |
|
92 | 84 | .slider.timeline { |
|
0 commit comments