mirror of
https://github.com/we-promise/sure.git
synced 2026-04-19 12:04:08 +00:00
Scaffold out the UI for individual account page (#461)
* Add `AccountBalance` table for account views * Scaffold out account UI * Add D3 line chart scaffolding * Style fixes
This commit is contained in:
@@ -197,6 +197,18 @@ module.exports = {
|
||||
"2xl": "0px 24px 48px -12px rgba(11, 11, 11, 0.12)",
|
||||
"3xl": "0px 32px 64px -12px rgba(11, 11, 11, 0.14)",
|
||||
},
|
||||
borderRadius: {
|
||||
none: "0",
|
||||
full: "9999px",
|
||||
xs: "2px",
|
||||
sm: "4px",
|
||||
md: "8px",
|
||||
DEFAULT: "8px",
|
||||
lg: "10px",
|
||||
xl: "12px",
|
||||
"2xl": "16px",
|
||||
"3xl": "24px",
|
||||
},
|
||||
extend: {
|
||||
fontFamily: {
|
||||
display: ["Inter var", ...defaultTheme.fontFamily.sans],
|
||||
@@ -205,14 +217,14 @@ module.exports = {
|
||||
"2xs": ".625rem",
|
||||
},
|
||||
keyframes: {
|
||||
'appear-then-fade': {
|
||||
'0%,100%': { opacity: 0 },
|
||||
'5%,90%': { opacity: 1 },
|
||||
"appear-then-fade": {
|
||||
"0%,100%": { opacity: 0 },
|
||||
"5%,90%": { opacity: 1 },
|
||||
},
|
||||
'stroke-fill': {
|
||||
to: { 'stroke-dashoffset': 0 },
|
||||
}
|
||||
}
|
||||
"stroke-fill": {
|
||||
to: { "stroke-dashoffset": 0 },
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
plugins: [
|
||||
|
||||
Reference in New Issue
Block a user