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.

38 lines
888 B

3 years ago
module.exports = {
content: ["./src/**/*.{js,jsx,ts,tsx}"],
theme: {
extend: {
colors: {
color1: "#E3F0FF",
color2: "#267DE9",
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',
red52: '#df1452',
grayEC: '#ececec'
3 years ago
},
},
screens: {
res1: "1410px",
res2: "1230px",
},
},
plugins: [],
};