You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
45 lines
1.1 KiB
45 lines
1.1 KiB
module.exports = { |
|
content: ["./src/**/*.{js,jsx,ts,tsx}"], |
|
theme: { |
|
extend: { |
|
colors: { |
|
color1: "#E3F0FF", |
|
color2: "#df1452", |
|
color2_5: "rgba(38,125,233,0.05)", |
|
color3: "#B8B8B8", |
|
color4: "#17A742", |
|
color5: "#F8F8F8", |
|
color6: "#C2C2C2", |
|
color7: "#EBEBEB", |
|
color8: "#D4D4D4", |
|
color9: "#F25D5D", |
|
color10: "#052650", |
|
color11: "#752525", |
|
color12: "rgba(38,125,233,0.1)", |
|
color13: "#81A0C7", |
|
color14: "#EEEEEE", |
|
color15: "#858585", |
|
color16: "#404040", |
|
color17: "#CB1F1F", |
|
color18: "#E2E2E2", |
|
color19: "#959595", //register input label |
|
red26: '#521326', |
|
red25: '#752525', |
|
red52: '#df1452', |
|
red46OP: 'rgba(255, 246, 246, 0.8)', |
|
grayEC: '#ececec', |
|
red82OP: 'rgba(223, 20, 82, 0.08)', |
|
pinkF5: '#fff1f5', |
|
black40: '#404040', |
|
green17 : '#8daf17', |
|
blue5F : '#05335f', |
|
blue7E : '#15517e' |
|
}, |
|
}, |
|
screens: { |
|
res1: "1410px", |
|
res2: "1230px", |
|
}, |
|
}, |
|
plugins: [], |
|
};
|
|
|