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.
67 lines
1.7 KiB
67 lines
1.7 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", |
|
red5B: "#c82b5b", |
|
red46OP: "rgba(255, 246, 246, 0.8)", |
|
grayEC: "#ececec", |
|
grayFD: "#fdfdfd", |
|
grayE0: "#e0e0e0", |
|
gray81: "#818181", |
|
gray70: "#707070", |
|
gray37: "#373737", |
|
grayAB: "#a5a8ab", |
|
red82OP: "rgba(223, 20, 82, 0.08)", |
|
pinkF5: "#fff1f5", |
|
pinkD6: "#ffd6d6", |
|
black40: "#404040", |
|
green17: "#8daf17", |
|
greenE9: "#dcffe9", |
|
green13: "#00ba13", |
|
blue5F: "#05335f", |
|
blue7E: "#15517e", |
|
blueFF: "#f2f9ff", |
|
blue65: "#65a9ff", |
|
blueE3: "#4c7fe3", |
|
blueED: "#4690ed", |
|
blueDF: "#14b5df", |
|
blue52: "#132c52", |
|
blue3A: "#00253a", |
|
blueCD: "#1064cd", |
|
}, |
|
}, |
|
screens: { |
|
res0_5: "1525px", |
|
res0_75: "1490px", |
|
res1: "1410px", |
|
res1_1: "1315px", |
|
res1_2: "1270px", |
|
res2: "1230px", |
|
}, |
|
}, |
|
plugins: [], |
|
};
|
|
|