관리자 헤더와 메뉴 목록 디자인 추가
This commit is contained in:
20
nuxt/constants/theme/ui.ts
Normal file
20
nuxt/constants/theme/ui.ts
Normal file
@@ -0,0 +1,20 @@
|
||||
import type { ThemeConfig } from 'ant-design-vue/lib/config-provider/context';
|
||||
|
||||
export const FONT_FAMILY =
|
||||
'"Pretendard GOV Variable", "Pretendard GOV", -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif';
|
||||
|
||||
export const DEFAULT_THEME: ThemeConfig = {
|
||||
token: {
|
||||
fontFamily: `${FONT_FAMILY}`,
|
||||
fontSize: 16,
|
||||
fontSizeIcon: 12,
|
||||
colorPrimary: '#003668'
|
||||
},
|
||||
components: {
|
||||
Button: {
|
||||
borderRadius: 6,
|
||||
paddingContentHorizontal: 16,
|
||||
fontSize: 14
|
||||
}
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user