feat(core): pricing plans ai subscription ui (#6449)

This commit is contained in:
CatsJuice
2024-04-03 08:04:30 +00:00
parent e7de20f648
commit 3e9e2ce93b
24 changed files with 999 additions and 246 deletions
@@ -2,16 +2,17 @@ import { cssVar } from '@toeverything/theme';
import { globalStyle, style } from '@vanilla-extract/css';
export const settingHeader = style({
borderBottom: `1px solid ${cssVar('borderColor')}`,
paddingBottom: '24px',
paddingBottom: '16px',
marginBottom: '24px',
});
globalStyle(`${settingHeader} .title`, {
fontSize: cssVar('fontBase'),
fontWeight: 600,
lineHeight: '24px',
marginBottom: '4px',
});
globalStyle(`${settingHeader} .subtitle`, {
paddingTop: '4px',
paddingBottom: '8px',
fontSize: cssVar('fontXs'),
lineHeight: '16px',
color: cssVar('textSecondaryColor'),