base voting modal

This commit is contained in:
=Mtg_Dev
2021-11-18 23:36:58 +02:00
parent fbce97bc8b
commit e8fbf27f66
4 changed files with 72 additions and 7 deletions

View File

@@ -59,6 +59,7 @@ module.exports = {
body3: ["18px", "20px"],
body4: ["16px", "20px"],
body5: ["14px", "20px"],
body6: ["12px", "20px"],
},
fontFamily: {
sans: ["Inter", "sans-serif"],
@@ -75,6 +76,7 @@ module.exports = {
8: "8px",
10: "10px",
12: "12px",
14: "14px",
16: "16px",
20: "20px",
24: "24px",
@@ -99,6 +101,9 @@ module.exports = {
24: "24px",
full: "50%",
},
outline: {
primary: ["2px solid #7B61FF", "1px"],
},
},
},
variants: {