-
Notifications
You must be signed in to change notification settings - Fork 29
/
Copy pathtailwind.config.cjs
231 lines (228 loc) · 7.03 KB
/
tailwind.config.cjs
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
const defaultTheme = require('tailwindcss/defaultTheme')
module.exports = {
content: [
'./pages/**/*.{js,ts,jsx,tsx}',
'./components/**/*.{js,ts,jsx,tsx}',
'./app/**/*.{js,ts,jsx,tsx}',
"./node_modules/flowbite/**/*.js"
],
darkMode: "class",
purge: ["./components/**/*.{js,ts,jsx,tsx}", "./pages/**/*.{js,ts,jsx,tsx}"],
theme: {
extend: {
keyframes: {
'slide-out-bottom': {
'0%': { transform: 'translateY(0)', opacity: 1 },
'100%': { transform: 'translateY(120%)', opacity: 0 },
},
'fade-in': {
'0%': { visibility: 'hidden', opacity: 0 },
'100%': { visibility: 'visible', opacity: 1 },
},
'fade-out': {
'0%': { visibility: 'visible', opacity: 1 },
'100%': { visibility: 'hidden', opacity: 0 },
},
},
animation: {
'bounce-10': 'bounce 10s linear infinite',
'bounce-11': 'bounce 11s linear infinite',
'bounce-12': 'bounce 12s linear infinite',
'bounce-13': 'bounce 13s linear infinite',
'bounce-14': 'bounce 14s linear infinite',
'bounce-15': 'bounce 15s linear infinite',
'pulse-slow': 'pulse 5s linear infinite',
'slide-out-bottom': 'slide-out-bottom 7s linear infinite both',
'slide-out-bottom-8': 'slide-out-bottom 8s linear infinite both',
'slide-out-bottom-10': 'slide-out-bottom 10s linear infinite both',
'slide-out-bottom-11': 'slide-out-bottom 11s linear infinite both',
'slide-out-bottom-12': 'slide-out-bottom 12s linear infinite both',
'slide-out-bottom-13': 'slide-out-bottom 13s linear infinite both',
'fade-in': 'fade-in 0.5s linear both',
'fade-out': 'fade-out 0.5s both',
},
colors: {
'green-price-tier': '#31C48D',
'primary-color-transparent': 'rgba(0, 188, 212, 0.5)',
'secondary-color': '#D9F5F9',
'third-color': '#01C5BA',
'primary-background': 'rgba(0, 188, 212, 0.08)',
'primary-background-blend': '#091d22',
'footer-grey-background': 'rgba(0, 0, 0, 0.1)',
'primary-color': 'rgba(0, 188, 212)',
'carmel-background': '#383838',
'carmel-white': '#FAFAFA',
'carmel-black': '#1A1C1F',
'carmel-light-grey': '#F9F9F9',
'carmel-dark-grey': '#272E35',
'carmel-sky-grey': '#F5F5F7',
'carmel-grey': '#6E757C',
'membership-gold': '#FFC700',
'light-grey': 'rgba(0, 0, 0, 0.65)',
'light-grey-2': '#CECCD6',
'toggle-grey': '#ccc',
'neutral-color': '#6B6785',
'highlight-green-primary': '#6FCF9733',
'highlight-green-secondary': '#219653',
'dark-green': '#0A0F12',
'description-gray': 'rgba(156, 153, 174, 0.8)',
'description-gray-2': 'rgba(255, 255, 255, 0.8)',
'dark-purple': '#393556',
linkedin: '#0077B5',
twitter: '#00A8FF',
'dark-blue': '#0077B5',
'blue-navy': '#016DB0',
'turquoise-light': '#01FFCA',
'twitter-teal': '#03A9F4',
neon: 'rgba(97, 255, 0, 0.2)',
green: '#61FF00',
'green-dark': 'rgba(97, 255, 0, 0.08)',
'bright-green': '#61FF00',
purple: '#B600D4',
'light-purple': 'rgba(182, 0, 212, 0.2)',
'dark-purple': 'rgba(182, 0, 212, 0.08)',
'light-blue': 'rgba(0, 188, 212, 0.2)',
},
boxShadow: {
'inner-input-sm': 'inset 1px 1px 7px 0 rgb(0 0 0 / 0.05)',
'inner-input-xl': 'inset 2px 2px 7px 0 rgb(0 0 0 / 0.2)',
},
backgroundImage: {
'primary-gradient': 'url(/images/bg-1.png)',
},
backgroundSize: {
fill: '100% 100%',
quest: '100% 50%',
footer: '100%',
},
backgroundPosition: {
questposition: '50% 150%',
},
width: {
7.5: '1.9rem',
414: '26rem',
432: '28rem',
384: '96rem',
164: '41rem',
192: '48rem',
296: '296px',
367: '367px',
1000: '1000px',
1400: '1400px',
2000: '2000px',
1100: '1100px',
900: '900px',
800: '800px',
500: '500px',
449: '449px',
220: '220px',
unset: 'unset',
},
height: {
26: '1.625rem',
100: '25rem',
360: '360px',
450: '450px',
580: '580px',
638: '638px',
700: '700px',
784: '784px',
unset: 'unset',
},
maxWidth: {
'1/4': '25%',
'2/4': '50%',
'3/4': '75%',
320: '320px',
414: '26rem',
432: '27rem',
386: '24rem',
400: '400px',
160: '160px',
240: '240px',
},
maxHeight: {
'1/4': '25%',
580: '36.25',
311: '311px',
},
minWidth: {
'1/4': '25%',
auto: 'auto',
292: '292px',
320: '320px',
},
minHeight: {
'1/4': '25%',
100: '25rem',
32: '8rem',
72: '18rem',
},
fontFamily: {
sans: ['Epilogue'],
'epilogue-medium': 'Epilogue-Medium',
'epilogue-bold': 'Epilogue-Bold',
},
screens: {
xxs: '320px',
xs: '468px',
},
},
fontSize: {
xxs: '0.6875',
xs: '.75rem',
sm: '.875rem',
base: '1rem',
lg: '1.125rem',
xl: '1.25rem',
'2xl': '1.5rem',
'3xl': '1.875rem',
'4xl': '2.25rem',
'5xl': '3rem',
'6xl': '4rem',
'7xl': '5rem',
'7xl': '5rem',
},
lineHeight: {
0: '0',
},
},
variants: {},
plugins: [require("@tailwindcss/typography"), require("daisyui"), require('flowbite/plugin')],
daisyui: {
styled: true,
base: true,
utils: true,
logs: true,
rtl: false,
prefix: "",
darkTheme: "main",
themes: [
{
main: {
primary: "#00BCD4",
secondary: "#D926A9",
accent: "#1FB2A6",
neutral: "#191D24",
"base-100": "#2A303C",
"base-200": "#232731",
"base-300": "#1D2129",
info: "#3ABFF8",
success: "#36D399",
warning: "#FBBD23",
error: "#F87272",
"--rounded-box": "1rem", // border radius rounded-box utility class, used in card and other large boxes
"--rounded-btn": "0rem", // border radius rounded-btn utility class, used in buttons and similar element
"--rounded-badge": "1.9rem", // border radius rounded-badge utility class, used in badges and similar
"--animation-btn": "0.25s", // duration of animation when you click on button
"--animation-input": "0.2s", // duration of animation for inputs like checkbox, toggle, radio, etc
"--btn-text-case": "uppercase", // set default text transform for buttons
"--btn-focus-scale": "0.95", // scale transform of button when you focus on it
"--border-btn": "0px", // border width of buttons
"--tab-border": "1px", // border width of tabs
"--tab-radius": "0.5rem", // border radius of tabs
},
},
],
},
}