sellmate-design-system-react 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +65 -0
- package/dist/components/ActionModal/ActionModal.cjs +3085 -0
- package/dist/components/ActionModal/ActionModal.cjs.map +1 -0
- package/dist/components/ActionModal/ActionModal.d.ts +24 -0
- package/dist/components/ActionModal/ActionModal.js +3062 -0
- package/dist/components/ActionModal/ActionModal.js.map +1 -0
- package/dist/components/ActionModal/index.d.ts +1 -0
- package/dist/components/Badge/Badge.cjs +39 -0
- package/dist/components/Badge/Badge.cjs.map +1 -0
- package/dist/components/Badge/Badge.d.ts +12 -0
- package/dist/components/Badge/Badge.js +36 -0
- package/dist/components/Badge/Badge.js.map +1 -0
- package/dist/components/Badge/index.d.ts +1 -0
- package/dist/components/BarcodeInput/BarcodeInput.cjs +3183 -0
- package/dist/components/BarcodeInput/BarcodeInput.cjs.map +1 -0
- package/dist/components/BarcodeInput/BarcodeInput.d.ts +45 -0
- package/dist/components/BarcodeInput/BarcodeInput.js +3160 -0
- package/dist/components/BarcodeInput/BarcodeInput.js.map +1 -0
- package/dist/components/BarcodeInput/index.d.ts +1 -0
- package/dist/components/Button/Button.cjs +2796 -0
- package/dist/components/Button/Button.cjs.map +1 -0
- package/dist/components/Button/Button.d.ts +21 -0
- package/dist/components/Button/Button.js +2794 -0
- package/dist/components/Button/Button.js.map +1 -0
- package/dist/components/Button/button.config.d.ts +33 -0
- package/dist/components/Button/index.d.ts +2 -0
- package/dist/components/Calendar/Calendar.cjs +3055 -0
- package/dist/components/Calendar/Calendar.cjs.map +1 -0
- package/dist/components/Calendar/Calendar.d.ts +27 -0
- package/dist/components/Calendar/Calendar.js +3033 -0
- package/dist/components/Calendar/Calendar.js.map +1 -0
- package/dist/components/Calendar/index.d.ts +1 -0
- package/dist/components/Callout/Callout.cjs +2701 -0
- package/dist/components/Callout/Callout.cjs.map +1 -0
- package/dist/components/Callout/Callout.d.ts +20 -0
- package/dist/components/Callout/Callout.js +2699 -0
- package/dist/components/Callout/Callout.js.map +1 -0
- package/dist/components/Callout/index.d.ts +1 -0
- package/dist/components/Card/Card.cjs +26 -0
- package/dist/components/Card/Card.cjs.map +1 -0
- package/dist/components/Card/Card.d.ts +7 -0
- package/dist/components/Card/Card.js +24 -0
- package/dist/components/Card/Card.js.map +1 -0
- package/dist/components/Card/index.d.ts +1 -0
- package/dist/components/Checkbox/Checkbox.cjs +2729 -0
- package/dist/components/Checkbox/Checkbox.cjs.map +1 -0
- package/dist/components/Checkbox/Checkbox.d.ts +23 -0
- package/dist/components/Checkbox/Checkbox.js +2707 -0
- package/dist/components/Checkbox/Checkbox.js.map +1 -0
- package/dist/components/Checkbox/index.d.ts +1 -0
- package/dist/components/Chip/Chip.cjs +2958 -0
- package/dist/components/Chip/Chip.cjs.map +1 -0
- package/dist/components/Chip/Chip.d.ts +39 -0
- package/dist/components/Chip/Chip.js +2936 -0
- package/dist/components/Chip/Chip.js.map +1 -0
- package/dist/components/Chip/index.d.ts +1 -0
- package/dist/components/ChipInput/ChipInput.cjs +3558 -0
- package/dist/components/ChipInput/ChipInput.cjs.map +1 -0
- package/dist/components/ChipInput/ChipInput.d.ts +51 -0
- package/dist/components/ChipInput/ChipInput.js +3535 -0
- package/dist/components/ChipInput/ChipInput.js.map +1 -0
- package/dist/components/ChipInput/index.d.ts +1 -0
- package/dist/components/CircleProgress/CircleProgress.cjs +102 -0
- package/dist/components/CircleProgress/CircleProgress.cjs.map +1 -0
- package/dist/components/CircleProgress/CircleProgress.d.ts +16 -0
- package/dist/components/CircleProgress/CircleProgress.js +100 -0
- package/dist/components/CircleProgress/CircleProgress.js.map +1 -0
- package/dist/components/CircleProgress/index.d.ts +1 -0
- package/dist/components/ConfirmModal/ConfirmModal.cjs +3145 -0
- package/dist/components/ConfirmModal/ConfirmModal.cjs.map +1 -0
- package/dist/components/ConfirmModal/ConfirmModal.d.ts +41 -0
- package/dist/components/ConfirmModal/ConfirmModal.js +3122 -0
- package/dist/components/ConfirmModal/ConfirmModal.js.map +1 -0
- package/dist/components/ConfirmModal/index.d.ts +1 -0
- package/dist/components/DatePicker/DatePicker.cjs +3409 -0
- package/dist/components/DatePicker/DatePicker.cjs.map +1 -0
- package/dist/components/DatePicker/DatePicker.d.ts +40 -0
- package/dist/components/DatePicker/DatePicker.js +3386 -0
- package/dist/components/DatePicker/DatePicker.js.map +1 -0
- package/dist/components/DatePicker/index.d.ts +1 -0
- package/dist/components/DateRangePicker/DateRangePicker.cjs +3367 -0
- package/dist/components/DateRangePicker/DateRangePicker.cjs.map +1 -0
- package/dist/components/DateRangePicker/DateRangePicker.d.ts +41 -0
- package/dist/components/DateRangePicker/DateRangePicker.js +3344 -0
- package/dist/components/DateRangePicker/DateRangePicker.js.map +1 -0
- package/dist/components/DateRangePicker/index.d.ts +1 -0
- package/dist/components/Divider/Divider.cjs +31 -0
- package/dist/components/Divider/Divider.cjs.map +1 -0
- package/dist/components/Divider/Divider.d.ts +7 -0
- package/dist/components/Divider/Divider.js +29 -0
- package/dist/components/Divider/Divider.js.map +1 -0
- package/dist/components/Divider/index.d.ts +1 -0
- package/dist/components/DropdownButton/DropdownButton.cjs +2884 -0
- package/dist/components/DropdownButton/DropdownButton.cjs.map +1 -0
- package/dist/components/DropdownButton/DropdownButton.d.ts +43 -0
- package/dist/components/DropdownButton/DropdownButton.js +2862 -0
- package/dist/components/DropdownButton/DropdownButton.js.map +1 -0
- package/dist/components/DropdownButton/index.d.ts +1 -0
- package/dist/components/Field/Field.cjs +2895 -0
- package/dist/components/Field/Field.cjs.map +1 -0
- package/dist/components/Field/Field.d.ts +64 -0
- package/dist/components/Field/Field.js +2872 -0
- package/dist/components/Field/Field.js.map +1 -0
- package/dist/components/Field/index.d.ts +1 -0
- package/dist/components/FilePicker/FilePicker.cjs +3385 -0
- package/dist/components/FilePicker/FilePicker.cjs.map +1 -0
- package/dist/components/FilePicker/FilePicker.d.ts +49 -0
- package/dist/components/FilePicker/FilePicker.js +3362 -0
- package/dist/components/FilePicker/FilePicker.js.map +1 -0
- package/dist/components/FilePicker/index.d.ts +1 -0
- package/dist/components/GhostButton/GhostButton.cjs +2804 -0
- package/dist/components/GhostButton/GhostButton.cjs.map +1 -0
- package/dist/components/GhostButton/GhostButton.d.ts +27 -0
- package/dist/components/GhostButton/GhostButton.js +2782 -0
- package/dist/components/GhostButton/GhostButton.js.map +1 -0
- package/dist/components/GhostButton/index.d.ts +1 -0
- package/dist/components/Guide/Guide.cjs +2884 -0
- package/dist/components/Guide/Guide.cjs.map +1 -0
- package/dist/components/Guide/Guide.d.ts +20 -0
- package/dist/components/Guide/Guide.js +2861 -0
- package/dist/components/Guide/Guide.js.map +1 -0
- package/dist/components/Guide/index.d.ts +1 -0
- package/dist/components/Icon/Icon.cjs +2638 -0
- package/dist/components/Icon/Icon.cjs.map +1 -0
- package/dist/components/Icon/Icon.d.ts +21 -0
- package/dist/components/Icon/Icon.js +2636 -0
- package/dist/components/Icon/Icon.js.map +1 -0
- package/dist/components/Icon/icons.gen.cjs +2615 -0
- package/dist/components/Icon/icons.gen.cjs.map +1 -0
- package/dist/components/Icon/icons.gen.d.ts +96 -0
- package/dist/components/Icon/icons.gen.js +2613 -0
- package/dist/components/Icon/icons.gen.js.map +1 -0
- package/dist/components/Icon/index.d.ts +2 -0
- package/dist/components/Input/Input.cjs +3044 -0
- package/dist/components/Input/Input.cjs.map +1 -0
- package/dist/components/Input/Input.d.ts +52 -0
- package/dist/components/Input/Input.js +3021 -0
- package/dist/components/Input/Input.js.map +1 -0
- package/dist/components/Input/index.d.ts +1 -0
- package/dist/components/KeyValueTable/KeyValueTable.cjs +5339 -0
- package/dist/components/KeyValueTable/KeyValueTable.cjs.map +1 -0
- package/dist/components/KeyValueTable/KeyValueTable.d.ts +40 -0
- package/dist/components/KeyValueTable/KeyValueTable.js +5314 -0
- package/dist/components/KeyValueTable/KeyValueTable.js.map +1 -0
- package/dist/components/KeyValueTable/index.d.ts +1 -0
- package/dist/components/LinearProgress/LinearProgress.cjs +70 -0
- package/dist/components/LinearProgress/LinearProgress.cjs.map +1 -0
- package/dist/components/LinearProgress/LinearProgress.d.ts +16 -0
- package/dist/components/LinearProgress/LinearProgress.js +68 -0
- package/dist/components/LinearProgress/LinearProgress.js.map +1 -0
- package/dist/components/LinearProgress/index.d.ts +1 -0
- package/dist/components/LoadingContainer/LoadingContainer.cjs +126 -0
- package/dist/components/LoadingContainer/LoadingContainer.cjs.map +1 -0
- package/dist/components/LoadingContainer/LoadingContainer.d.ts +16 -0
- package/dist/components/LoadingContainer/LoadingContainer.js +124 -0
- package/dist/components/LoadingContainer/LoadingContainer.js.map +1 -0
- package/dist/components/LoadingContainer/index.d.ts +2 -0
- package/dist/components/LoadingContainer/loading.cjs +164 -0
- package/dist/components/LoadingContainer/loading.cjs.map +1 -0
- package/dist/components/LoadingContainer/loading.d.ts +10 -0
- package/dist/components/LoadingContainer/loading.js +161 -0
- package/dist/components/LoadingContainer/loading.js.map +1 -0
- package/dist/components/LoadingModal/LoadingModal.cjs +3178 -0
- package/dist/components/LoadingModal/LoadingModal.cjs.map +1 -0
- package/dist/components/LoadingModal/LoadingModal.d.ts +23 -0
- package/dist/components/LoadingModal/LoadingModal.js +3155 -0
- package/dist/components/LoadingModal/LoadingModal.js.map +1 -0
- package/dist/components/LoadingModal/index.d.ts +1 -0
- package/dist/components/ModalContainer/ModalContainer.cjs +2875 -0
- package/dist/components/ModalContainer/ModalContainer.cjs.map +1 -0
- package/dist/components/ModalContainer/ModalContainer.d.ts +27 -0
- package/dist/components/ModalContainer/ModalContainer.js +2852 -0
- package/dist/components/ModalContainer/ModalContainer.js.map +1 -0
- package/dist/components/ModalContainer/index.d.ts +1 -0
- package/dist/components/NumberInput/NumberInput.cjs +3136 -0
- package/dist/components/NumberInput/NumberInput.cjs.map +1 -0
- package/dist/components/NumberInput/NumberInput.d.ts +63 -0
- package/dist/components/NumberInput/NumberInput.js +3113 -0
- package/dist/components/NumberInput/NumberInput.js.map +1 -0
- package/dist/components/NumberInput/index.d.ts +1 -0
- package/dist/components/Pagination/Pagination.cjs +2721 -0
- package/dist/components/Pagination/Pagination.cjs.map +1 -0
- package/dist/components/Pagination/Pagination.d.ts +15 -0
- package/dist/components/Pagination/Pagination.js +2719 -0
- package/dist/components/Pagination/Pagination.js.map +1 -0
- package/dist/components/Pagination/index.d.ts +1 -0
- package/dist/components/Popover/Popover.cjs +2973 -0
- package/dist/components/Popover/Popover.cjs.map +1 -0
- package/dist/components/Popover/Popover.d.ts +48 -0
- package/dist/components/Popover/Popover.js +2951 -0
- package/dist/components/Popover/Popover.js.map +1 -0
- package/dist/components/Popover/index.d.ts +1 -0
- package/dist/components/Popup/Popup.cjs +2859 -0
- package/dist/components/Popup/Popup.cjs.map +1 -0
- package/dist/components/Popup/Popup.d.ts +31 -0
- package/dist/components/Popup/Popup.js +2857 -0
- package/dist/components/Popup/Popup.js.map +1 -0
- package/dist/components/Popup/index.d.ts +1 -0
- package/dist/components/Radio/Radio.cjs +104 -0
- package/dist/components/Radio/Radio.cjs.map +1 -0
- package/dist/components/Radio/Radio.d.ts +21 -0
- package/dist/components/Radio/Radio.js +102 -0
- package/dist/components/Radio/Radio.js.map +1 -0
- package/dist/components/Radio/RadioGroup.cjs +139 -0
- package/dist/components/Radio/RadioGroup.cjs.map +1 -0
- package/dist/components/Radio/RadioGroup.d.ts +26 -0
- package/dist/components/Radio/RadioGroup.js +137 -0
- package/dist/components/Radio/RadioGroup.js.map +1 -0
- package/dist/components/Radio/index.d.ts +2 -0
- package/dist/components/RadioButton/RadioButton.cjs +67 -0
- package/dist/components/RadioButton/RadioButton.cjs.map +1 -0
- package/dist/components/RadioButton/RadioButton.d.ts +28 -0
- package/dist/components/RadioButton/RadioButton.js +65 -0
- package/dist/components/RadioButton/RadioButton.js.map +1 -0
- package/dist/components/RadioButton/index.d.ts +1 -0
- package/dist/components/Select/Select.cjs +3274 -0
- package/dist/components/Select/Select.cjs.map +1 -0
- package/dist/components/Select/Select.d.ts +71 -0
- package/dist/components/Select/Select.js +3250 -0
- package/dist/components/Select/Select.js.map +1 -0
- package/dist/components/Select/index.d.ts +1 -0
- package/dist/components/Select/select.config.d.ts +24 -0
- package/dist/components/Switch/Switch.cjs +91 -0
- package/dist/components/Switch/Switch.cjs.map +1 -0
- package/dist/components/Switch/Switch.d.ts +15 -0
- package/dist/components/Switch/Switch.js +69 -0
- package/dist/components/Switch/Switch.js.map +1 -0
- package/dist/components/Switch/index.d.ts +1 -0
- package/dist/components/Table/Table.cjs +4021 -0
- package/dist/components/Table/Table.cjs.map +1 -0
- package/dist/components/Table/Table.d.ts +117 -0
- package/dist/components/Table/Table.js +3996 -0
- package/dist/components/Table/Table.js.map +1 -0
- package/dist/components/Table/index.d.ts +1 -0
- package/dist/components/Tabs/Tabs.cjs +2849 -0
- package/dist/components/Tabs/Tabs.cjs.map +1 -0
- package/dist/components/Tabs/Tabs.d.ts +24 -0
- package/dist/components/Tabs/Tabs.js +2847 -0
- package/dist/components/Tabs/Tabs.js.map +1 -0
- package/dist/components/Tabs/index.d.ts +2 -0
- package/dist/components/Tabs/tabs.config.d.ts +37 -0
- package/dist/components/Tag/Tag.cjs +2716 -0
- package/dist/components/Tag/Tag.cjs.map +1 -0
- package/dist/components/Tag/Tag.d.ts +23 -0
- package/dist/components/Tag/Tag.js +2714 -0
- package/dist/components/Tag/Tag.js.map +1 -0
- package/dist/components/Tag/index.d.ts +2 -0
- package/dist/components/Tag/tag.config.d.ts +17 -0
- package/dist/components/TextLink/TextLink.cjs +2717 -0
- package/dist/components/TextLink/TextLink.cjs.map +1 -0
- package/dist/components/TextLink/TextLink.d.ts +27 -0
- package/dist/components/TextLink/TextLink.js +2715 -0
- package/dist/components/TextLink/TextLink.js.map +1 -0
- package/dist/components/TextLink/index.d.ts +1 -0
- package/dist/components/Textarea/Textarea.cjs +2999 -0
- package/dist/components/Textarea/Textarea.cjs.map +1 -0
- package/dist/components/Textarea/Textarea.d.ts +49 -0
- package/dist/components/Textarea/Textarea.js +2976 -0
- package/dist/components/Textarea/Textarea.js.map +1 -0
- package/dist/components/Textarea/index.d.ts +1 -0
- package/dist/components/Toast/Toast.cjs +3050 -0
- package/dist/components/Toast/Toast.cjs.map +1 -0
- package/dist/components/Toast/Toast.d.ts +27 -0
- package/dist/components/Toast/Toast.js +3028 -0
- package/dist/components/Toast/Toast.js.map +1 -0
- package/dist/components/Toast/ToastContainer.cjs +3285 -0
- package/dist/components/Toast/ToastContainer.cjs.map +1 -0
- package/dist/components/Toast/ToastContainer.d.ts +28 -0
- package/dist/components/Toast/ToastContainer.js +3263 -0
- package/dist/components/Toast/ToastContainer.js.map +1 -0
- package/dist/components/Toast/index.d.ts +2 -0
- package/dist/components/Toggle/Toggle.cjs +45 -0
- package/dist/components/Toggle/Toggle.cjs.map +1 -0
- package/dist/components/Toggle/Toggle.d.ts +18 -0
- package/dist/components/Toggle/Toggle.js +43 -0
- package/dist/components/Toggle/Toggle.js.map +1 -0
- package/dist/components/Toggle/index.d.ts +1 -0
- package/dist/components/Tooltip/Tooltip.cjs +2753 -0
- package/dist/components/Tooltip/Tooltip.cjs.map +1 -0
- package/dist/components/Tooltip/Tooltip.d.ts +44 -0
- package/dist/components/Tooltip/Tooltip.js +2730 -0
- package/dist/components/Tooltip/Tooltip.js.map +1 -0
- package/dist/components/Tooltip/index.d.ts +1 -0
- package/dist/index.cjs +8101 -0
- package/dist/index.cjs.map +1 -0
- package/dist/index.d.ts +44 -0
- package/dist/index.js +8019 -0
- package/dist/index.js.map +1 -0
- package/dist/lib/cn.cjs +13 -0
- package/dist/lib/cn.cjs.map +1 -0
- package/dist/lib/cn.d.ts +6 -0
- package/dist/lib/cn.js +11 -0
- package/dist/lib/cn.js.map +1 -0
- package/dist/lib/date.cjs +44 -0
- package/dist/lib/date.cjs.map +1 -0
- package/dist/lib/date.d.ts +15 -0
- package/dist/lib/date.js +38 -0
- package/dist/lib/date.js.map +1 -0
- package/dist/lib/form.cjs +15 -0
- package/dist/lib/form.cjs.map +1 -0
- package/dist/lib/form.d.ts +4 -0
- package/dist/lib/form.js +13 -0
- package/dist/lib/form.js.map +1 -0
- package/dist/lib/sanitize-inline-html.cjs +66 -0
- package/dist/lib/sanitize-inline-html.cjs.map +1 -0
- package/dist/lib/sanitize-inline-html.d.ts +1 -0
- package/dist/lib/sanitize-inline-html.js +64 -0
- package/dist/lib/sanitize-inline-html.js.map +1 -0
- package/dist/styles.css +3384 -0
- package/dist/theme.css +1483 -0
- package/package.json +78 -0
package/dist/theme.css
ADDED
|
@@ -0,0 +1,1483 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* sellmate-design-system-react — 디자인 토큰 (자동 생성)
|
|
3
|
+
* 생성: node scripts/generate-tokens.mjs (원본: 모노레포 루트 ../tokens/token.json)
|
|
4
|
+
* ⚠️ 직접 수정 금지 — token.json 을 고치고 재생성할 것. 다크모드 미지원.
|
|
5
|
+
*
|
|
6
|
+
* 소비 앱: (자체 @import "tailwindcss" 뒤에) @import "sellmate-design-system-react/theme.css";
|
|
7
|
+
* ※ 이 파일은 tailwindcss 를 import 하지 않는다 — 소비자가 먼저 import 하는 것을 전제로 한다.
|
|
8
|
+
*/
|
|
9
|
+
@theme {
|
|
10
|
+
--color-white: #FFFFFF;
|
|
11
|
+
--color-black: #000000;
|
|
12
|
+
--color-grey-10: #F6F6F6;
|
|
13
|
+
--color-grey-20: #EEEEEE;
|
|
14
|
+
--color-grey-25: #E5E5E5;
|
|
15
|
+
--color-grey-30: #E1E1E1;
|
|
16
|
+
--color-grey-35: #D8D8D8;
|
|
17
|
+
--color-grey-45: #CCCCCC;
|
|
18
|
+
--color-grey-50: #BBBBBB;
|
|
19
|
+
--color-grey-55: #AAAAAA;
|
|
20
|
+
--color-grey-60: #999999;
|
|
21
|
+
--color-grey-65: #888888;
|
|
22
|
+
--color-grey-70: #737373;
|
|
23
|
+
--color-grey-80: #555555;
|
|
24
|
+
--color-grey-85: #444444;
|
|
25
|
+
--color-grey-90: #333333;
|
|
26
|
+
--color-grey-95: #222222;
|
|
27
|
+
--color-grey-05: #F9F9F9;
|
|
28
|
+
--color-red-15: #FCEFEF;
|
|
29
|
+
--color-red-20: #FCE6E6;
|
|
30
|
+
--color-red-30: #FFD3D3;
|
|
31
|
+
--color-red-45: #FFB5B5;
|
|
32
|
+
--color-red-60: #FF7C7C;
|
|
33
|
+
--color-red-70: #FB4444;
|
|
34
|
+
--color-red-75: #E30000;
|
|
35
|
+
--color-red-80: #AD0000;
|
|
36
|
+
--color-red-85: #820000;
|
|
37
|
+
--color-red-90: #5E0000;
|
|
38
|
+
--color-red-95: #440000;
|
|
39
|
+
--color-red-99: #220000;
|
|
40
|
+
--color-orange-10: #FEF1EA;
|
|
41
|
+
--color-orange-20: #FFEAD7;
|
|
42
|
+
--color-orange-35: #FFD5AF;
|
|
43
|
+
--color-orange-45: #FFBC81;
|
|
44
|
+
--color-orange-55: #FFA452;
|
|
45
|
+
--color-orange-60: #FF7F22;
|
|
46
|
+
--color-orange-65: #FF6B00;
|
|
47
|
+
--color-orange-75: #CE4900;
|
|
48
|
+
--color-orange-85: #9B3700;
|
|
49
|
+
--color-orange-90: #752A00;
|
|
50
|
+
--color-orange-95: #4D1B00;
|
|
51
|
+
--color-orange-99: #2F1100;
|
|
52
|
+
--color-yellow-10: #FFF7DD;
|
|
53
|
+
--color-yellow-20: #FEF1C4;
|
|
54
|
+
--color-yellow-25: #FFE99E;
|
|
55
|
+
--color-yellow-30: #FEE17C;
|
|
56
|
+
--color-yellow-40: #FFD643;
|
|
57
|
+
--color-yellow-45: #FFC700;
|
|
58
|
+
--color-yellow-50: #EBB110;
|
|
59
|
+
--color-yellow-60: #CA9612;
|
|
60
|
+
--color-yellow-70: #916C0D;
|
|
61
|
+
--color-yellow-80: #6C5002;
|
|
62
|
+
--color-yellow-90: #453602;
|
|
63
|
+
--color-yellow-95: #322700;
|
|
64
|
+
--color-olive-10: #FBFBBF;
|
|
65
|
+
--color-olive-15: #FAFAA1;
|
|
66
|
+
--color-olive-20: #F6F65F;
|
|
67
|
+
--color-olive-30: #EEEE37;
|
|
68
|
+
--color-olive-45: #DDDD12;
|
|
69
|
+
--color-olive-55: #C7C700;
|
|
70
|
+
--color-olive-65: #A5A500;
|
|
71
|
+
--color-olive-70: #838300;
|
|
72
|
+
--color-olive-80: #636300;
|
|
73
|
+
--color-olive-90: #454500;
|
|
74
|
+
--color-olive-95: #2C2C00;
|
|
75
|
+
--color-olive-05: #FEFED9;
|
|
76
|
+
--color-green-15: #E8F9EF;
|
|
77
|
+
--color-green-25: #D4FAE3;
|
|
78
|
+
--color-green-45: #ACF4C9;
|
|
79
|
+
--color-green-55: #6DE39C;
|
|
80
|
+
--color-green-65: #2BCE6C;
|
|
81
|
+
--color-green-70: #12B553;
|
|
82
|
+
--color-green-75: #00973C;
|
|
83
|
+
--color-green-80: #007B31;
|
|
84
|
+
--color-green-85: #006629;
|
|
85
|
+
--color-green-90: #00461C;
|
|
86
|
+
--color-green-95: #003013;
|
|
87
|
+
--color-green-99: #001D0B;
|
|
88
|
+
--color-steelblue-10: #ECF8FD;
|
|
89
|
+
--color-steelblue-25: #D9F2FD;
|
|
90
|
+
--color-steelblue-45: #A4E2FD;
|
|
91
|
+
--color-steelblue-60: #50BFF0;
|
|
92
|
+
--color-steelblue-65: #229FD7;
|
|
93
|
+
--color-steelblue-70: #128FC7;
|
|
94
|
+
--color-steelblue-75: #066D9B;
|
|
95
|
+
--color-steelblue-80: #06587D;
|
|
96
|
+
--color-steelblue-85: #033F59;
|
|
97
|
+
--color-steelblue-90: #032D40;
|
|
98
|
+
--color-steelblue-95: #02212F;
|
|
99
|
+
--color-steelblue-99: #021A25;
|
|
100
|
+
--color-oceanblue-15: #EAF5FE;
|
|
101
|
+
--color-oceanblue-25: #D5EBFE;
|
|
102
|
+
--color-oceanblue-50: #9CD1FC;
|
|
103
|
+
--color-oceanblue-60: #5CB0F3;
|
|
104
|
+
--color-oceanblue-65: #1F8AE1;
|
|
105
|
+
--color-oceanblue-70: #006AC1;
|
|
106
|
+
--color-oceanblue-75: #025497;
|
|
107
|
+
--color-oceanblue-80: #004177;
|
|
108
|
+
--color-oceanblue-85: #07284A;
|
|
109
|
+
--color-oceanblue-90: #051D36;
|
|
110
|
+
--color-oceanblue-95: #03172D;
|
|
111
|
+
--color-oceanblue-99: #011428;
|
|
112
|
+
--color-brilliantblue-10: #EFF6FF;
|
|
113
|
+
--color-brilliantblue-20: #E6F1FF;
|
|
114
|
+
--color-brilliantblue-25: #D9EAFF;
|
|
115
|
+
--color-brilliantblue-40: #BBDAFF;
|
|
116
|
+
--color-brilliantblue-50: #93C4FF;
|
|
117
|
+
--color-brilliantblue-60: #64ABFF;
|
|
118
|
+
--color-brilliantblue-70: #2D8DFF;
|
|
119
|
+
--color-brilliantblue-75: #0075FF;
|
|
120
|
+
--color-brilliantblue-80: #005CC9;
|
|
121
|
+
--color-brilliantblue-85: #004290;
|
|
122
|
+
--color-brilliantblue-90: #002B5E;
|
|
123
|
+
--color-brilliantblue-95: #001B39;
|
|
124
|
+
--color-brilliantblue-99: #001226;
|
|
125
|
+
--color-brilliantblue-05: #F5FAFF;
|
|
126
|
+
--color-bg-screen: #EEEEEE;
|
|
127
|
+
--color-bg-frame: #FFFFFF;
|
|
128
|
+
--color-bg-brand: #025497;
|
|
129
|
+
--color-bg-subtle: #1F8AE1;
|
|
130
|
+
--color-bg-accent: #0075FF;
|
|
131
|
+
--color-bg-accentLight: #2D8DFF;
|
|
132
|
+
--color-bg-accentBright: #D9EAFF;
|
|
133
|
+
--color-bg-deep: #07284A;
|
|
134
|
+
--color-bg-danger: #E30000;
|
|
135
|
+
--color-bg-dangerLight: #FB4444;
|
|
136
|
+
--color-bg-warning: #FF6B00;
|
|
137
|
+
--color-bg-caution: #FFC700;
|
|
138
|
+
--color-bg-progress: #0075FF;
|
|
139
|
+
--color-bg-success: #00973C;
|
|
140
|
+
--color-bg-successLight: #12B553;
|
|
141
|
+
--color-bg-neutralLight: #F6F6F6;
|
|
142
|
+
--color-bg-tableHeader: #F5FAFF;
|
|
143
|
+
--color-fg-primary: #222222;
|
|
144
|
+
--color-fg-secondary: #555555;
|
|
145
|
+
--color-fg-tertiary: #888888;
|
|
146
|
+
--color-fg-quaternary: #AAAAAA;
|
|
147
|
+
--color-fg-brand: #005CC9;
|
|
148
|
+
--color-fg-subtleWarm: #066D9B;
|
|
149
|
+
--color-fg-subtleCool: #025497;
|
|
150
|
+
--color-fg-deep: #004290;
|
|
151
|
+
--color-fg-success: #00973C;
|
|
152
|
+
--color-fg-dangerLight: #FB4444;
|
|
153
|
+
--color-fg-accent: #0075FF;
|
|
154
|
+
--color-fg-danger: #E30000;
|
|
155
|
+
--color-fg-warning: #FF6B00;
|
|
156
|
+
--color-fg-inverse: #FFFFFF;
|
|
157
|
+
--color-disabled-bg: #E1E1E1;
|
|
158
|
+
--color-disabled-text: #888888;
|
|
159
|
+
--color-disabled-icon: #BBBBBB;
|
|
160
|
+
--color-disabled-border: #CCCCCC;
|
|
161
|
+
--color-link-accent: #006AC1;
|
|
162
|
+
--color-divider-default: #E1E1E1;
|
|
163
|
+
--color-border-default: #E1E1E1;
|
|
164
|
+
--color-border-accent: #0075FF;
|
|
165
|
+
--color-border-accentLight: #93C4FF;
|
|
166
|
+
--color-border-danger: #FB4444;
|
|
167
|
+
--color-border-success: #12B553;
|
|
168
|
+
--color-red-strong: #FB4444;
|
|
169
|
+
--color-red-subtle: #FCEFEF;
|
|
170
|
+
--color-orange-strong: #FF6B00;
|
|
171
|
+
--color-orange-subtle: #FEF1EA;
|
|
172
|
+
--color-yellow-strong: #916C0D;
|
|
173
|
+
--color-yellow-moderate: #FFC700;
|
|
174
|
+
--color-yellow-subtle: #FFF7DD;
|
|
175
|
+
--color-green-strong: #00973C;
|
|
176
|
+
--color-green-subtle: #E8F9EF;
|
|
177
|
+
--color-blue-strong: #0075FF;
|
|
178
|
+
--color-blue-subtle: #E6F1FF;
|
|
179
|
+
--color-darkblue-strong: #006AC1;
|
|
180
|
+
--color-darkblue-subtle: #EAF5FE;
|
|
181
|
+
--color-indigo-strong: #004290;
|
|
182
|
+
--color-indigo-subtle: #EFF6FF;
|
|
183
|
+
--color-grey-strong: #737373;
|
|
184
|
+
--color-grey-subtle: #EEEEEE;
|
|
185
|
+
--color-field-bg-default: #FFFFFF;
|
|
186
|
+
--color-field-bg-hover: #0075FF;
|
|
187
|
+
--color-field-bg-readOnly: #EEEEEE;
|
|
188
|
+
--color-field-border-default: #AAAAAA;
|
|
189
|
+
--color-field-border-focus: #0075FF;
|
|
190
|
+
--color-field-border-hover: #0075FF;
|
|
191
|
+
--color-field-border-danger: #FB4444;
|
|
192
|
+
--color-field-border-success: #12B553;
|
|
193
|
+
--color-field-text-default: #222222;
|
|
194
|
+
--color-field-text-placeholder: #AAAAAA;
|
|
195
|
+
--color-field-text-readOnly: #555555;
|
|
196
|
+
--color-field-icon-default: #888888;
|
|
197
|
+
--color-control-bg-inverseHover: #0075FF;
|
|
198
|
+
--color-navigation-gnb-bg-dark: #001B39;
|
|
199
|
+
--color-primary-10: #EFF6FF;
|
|
200
|
+
--color-primary-20: #E6F1FF;
|
|
201
|
+
--color-primary-25: #D9EAFF;
|
|
202
|
+
--color-primary-40: #BBDAFF;
|
|
203
|
+
--color-primary-50: #93C4FF;
|
|
204
|
+
--color-primary-60: #64ABFF;
|
|
205
|
+
--color-primary-70: #2D8DFF;
|
|
206
|
+
--color-primary-75: #0075FF;
|
|
207
|
+
--color-primary-80: #005CC9;
|
|
208
|
+
--color-primary-85: #004290;
|
|
209
|
+
--color-primary-90: #002B5E;
|
|
210
|
+
--color-primary-95: #001B39;
|
|
211
|
+
--color-primary-99: #001226;
|
|
212
|
+
--color-primary-05: #F5FAFF;
|
|
213
|
+
--color-danger-15: #FCEFEF;
|
|
214
|
+
--color-danger-20: #FCE6E6;
|
|
215
|
+
--color-danger-30: #FFD3D3;
|
|
216
|
+
--color-danger-45: #FFB5B5;
|
|
217
|
+
--color-danger-60: #FF7C7C;
|
|
218
|
+
--color-danger-70: #FB4444;
|
|
219
|
+
--color-danger-75: #E30000;
|
|
220
|
+
--color-danger-80: #AD0000;
|
|
221
|
+
--color-danger-85: #820000;
|
|
222
|
+
--color-danger-90: #5E0000;
|
|
223
|
+
--color-danger-95: #440000;
|
|
224
|
+
--color-danger-99: #220000;
|
|
225
|
+
--color-danger-strong: #FB4444;
|
|
226
|
+
--color-danger-subtle: #FCEFEF;
|
|
227
|
+
--color-success-15: #E8F9EF;
|
|
228
|
+
--color-success-25: #D4FAE3;
|
|
229
|
+
--color-success-45: #ACF4C9;
|
|
230
|
+
--color-success-55: #6DE39C;
|
|
231
|
+
--color-success-65: #2BCE6C;
|
|
232
|
+
--color-success-70: #12B553;
|
|
233
|
+
--color-success-75: #00973C;
|
|
234
|
+
--color-success-80: #007B31;
|
|
235
|
+
--color-success-85: #006629;
|
|
236
|
+
--color-success-90: #00461C;
|
|
237
|
+
--color-success-95: #003013;
|
|
238
|
+
--color-success-99: #001D0B;
|
|
239
|
+
--color-success-strong: #00973C;
|
|
240
|
+
--color-success-subtle: #E8F9EF;
|
|
241
|
+
--color-warning-10: #FEF1EA;
|
|
242
|
+
--color-warning-20: #FFEAD7;
|
|
243
|
+
--color-warning-35: #FFD5AF;
|
|
244
|
+
--color-warning-45: #FFBC81;
|
|
245
|
+
--color-warning-55: #FFA452;
|
|
246
|
+
--color-warning-60: #FF7F22;
|
|
247
|
+
--color-warning-65: #FF6B00;
|
|
248
|
+
--color-warning-75: #CE4900;
|
|
249
|
+
--color-warning-85: #9B3700;
|
|
250
|
+
--color-warning-90: #752A00;
|
|
251
|
+
--color-warning-95: #4D1B00;
|
|
252
|
+
--color-warning-99: #2F1100;
|
|
253
|
+
--color-warning-strong: #FF6B00;
|
|
254
|
+
--color-warning-subtle: #FEF1EA;
|
|
255
|
+
--spacing-2: 2px;
|
|
256
|
+
--spacing-4: 4px;
|
|
257
|
+
--spacing-6: 6px;
|
|
258
|
+
--spacing-8: 8px;
|
|
259
|
+
--spacing-10: 10px;
|
|
260
|
+
--spacing-12: 12px;
|
|
261
|
+
--spacing-16: 16px;
|
|
262
|
+
--spacing-19: 19px;
|
|
263
|
+
--spacing-20: 20px;
|
|
264
|
+
--spacing-22: 22px;
|
|
265
|
+
--spacing-24: 24px;
|
|
266
|
+
--spacing-28: 28px;
|
|
267
|
+
--spacing-32: 32px;
|
|
268
|
+
--spacing-36: 36px;
|
|
269
|
+
--spacing-40: 40px;
|
|
270
|
+
--spacing-48: 48px;
|
|
271
|
+
--spacing-60: 60px;
|
|
272
|
+
--spacing-control-xs-paddingX: 8px;
|
|
273
|
+
--spacing-control-xs-gap: 4px;
|
|
274
|
+
--spacing-control-sm-paddingX: 12px;
|
|
275
|
+
--spacing-control-sm-gap: 6px;
|
|
276
|
+
--spacing-control-md-paddingX: 20px;
|
|
277
|
+
--spacing-control-md-gap: 8px;
|
|
278
|
+
--spacing-control-lg-paddingX: 28px;
|
|
279
|
+
--spacing-control-lg-gap: 12px;
|
|
280
|
+
--spacing-feedback-xs-paddingX: 6px;
|
|
281
|
+
--spacing-feedback-xs-gap: 4px;
|
|
282
|
+
--spacing-feedback-sm-paddingX: 8px;
|
|
283
|
+
--spacing-feedback-sm-gap: 6px;
|
|
284
|
+
--spacing-feedback-md-paddingX: 12px;
|
|
285
|
+
--spacing-feedback-md-gap: 8px;
|
|
286
|
+
--spacing-feedback-lg-paddingX: 16px;
|
|
287
|
+
--spacing-feedback-lg-gap: 12px;
|
|
288
|
+
--spacing-stack-gap-tight: 2px;
|
|
289
|
+
--spacing-stack-gap-normal: 4px;
|
|
290
|
+
--spacing-stack-gap-relaxed: 8px;
|
|
291
|
+
--spacing-field-sm-paddingX: 12px;
|
|
292
|
+
--spacing-field-sm-paddingY: 4px;
|
|
293
|
+
--spacing-field-sm-container-gap: 8px;
|
|
294
|
+
--spacing-field-sm-gap: 12px;
|
|
295
|
+
--spacing-field-md-paddingX: 16px;
|
|
296
|
+
--spacing-field-md-paddingY: 8px;
|
|
297
|
+
--spacing-field-md-container-gap: 12px;
|
|
298
|
+
--spacing-field-md-gap: 16px;
|
|
299
|
+
--spacing-navigation-lg-paddingX: 32px;
|
|
300
|
+
--spacing-navigation-md-paddingX: 24px;
|
|
301
|
+
--spacing-table-padding-sm: 8px;
|
|
302
|
+
--spacing-table-padding-md: 16px;
|
|
303
|
+
--spacing-action-gap: 16px;
|
|
304
|
+
--spacing-overlay-paddingX-sm: 20px;
|
|
305
|
+
--spacing-overlay-paddingX-md: 24px;
|
|
306
|
+
--spacing-overlay-paddingY-sm: 8px;
|
|
307
|
+
--spacing-panel-gap: 12px;
|
|
308
|
+
--spacing-44: 44px;
|
|
309
|
+
--spacing-56: 56px;
|
|
310
|
+
--spacing-62: 62px;
|
|
311
|
+
--spacing-80: 80px;
|
|
312
|
+
--spacing-control-xs-height: 24px;
|
|
313
|
+
--spacing-control-sm-height: 28px;
|
|
314
|
+
--spacing-control-md-height: 36px;
|
|
315
|
+
--spacing-control-lg-height: 62px;
|
|
316
|
+
--spacing-icon-xxxs: 8px;
|
|
317
|
+
--spacing-icon-xxs: 10px;
|
|
318
|
+
--spacing-icon-xs: 12px;
|
|
319
|
+
--spacing-icon-sm: 16px;
|
|
320
|
+
--spacing-icon-md: 20px;
|
|
321
|
+
--spacing-icon-lg: 24px;
|
|
322
|
+
--spacing-icon-xl: 32px;
|
|
323
|
+
--spacing-feedback-arrow-width: 16px;
|
|
324
|
+
--spacing-feedback-arrow-height: 12px;
|
|
325
|
+
--spacing-feedback-xs-height: 20px;
|
|
326
|
+
--spacing-feedback-sm-height: 24px;
|
|
327
|
+
--spacing-feedback-md-height: 28px;
|
|
328
|
+
--spacing-field-control: 16px;
|
|
329
|
+
--spacing-field-icon: 12px;
|
|
330
|
+
--spacing-field-sm-height: 28px;
|
|
331
|
+
--spacing-field-md-height: 36px;
|
|
332
|
+
--spacing-navigation-lg-height: 44px;
|
|
333
|
+
--spacing-navigation-md-height: 36px;
|
|
334
|
+
--spacing-navigation-gnb-topbar-height: 56px;
|
|
335
|
+
--spacing-table-height-xs: 32px;
|
|
336
|
+
--spacing-table-height-sm: 36px;
|
|
337
|
+
--spacing-table-height-md: 44px;
|
|
338
|
+
--radius-2: 2px;
|
|
339
|
+
--radius-4: 4px;
|
|
340
|
+
--radius-6: 6px;
|
|
341
|
+
--radius-8: 8px;
|
|
342
|
+
--radius-full: 9999px;
|
|
343
|
+
--radius-control-sm: 4px;
|
|
344
|
+
--radius-control-md: 6px;
|
|
345
|
+
--radius-feedback-xs-square: 6px;
|
|
346
|
+
--radius-feedback-sm-square: 8px;
|
|
347
|
+
--radius-feedback-pill: 9999px;
|
|
348
|
+
--radius-field-sm: 4px;
|
|
349
|
+
--radius-field-md: 6px;
|
|
350
|
+
--radius-navigation: 6px;
|
|
351
|
+
--text-10: 10px;
|
|
352
|
+
--text-11: 11px;
|
|
353
|
+
--text-12: 12px;
|
|
354
|
+
--text-13: 13px;
|
|
355
|
+
--text-14: 14px;
|
|
356
|
+
--text-16: 16px;
|
|
357
|
+
--text-18: 18px;
|
|
358
|
+
--text-20: 20px;
|
|
359
|
+
--text-24: 24px;
|
|
360
|
+
--text-28: 28px;
|
|
361
|
+
--text-32: 32px;
|
|
362
|
+
--font-weight-regular: 400;
|
|
363
|
+
--font-weight-medium: 500;
|
|
364
|
+
--font-weight-semibold: 600;
|
|
365
|
+
--font-weight-bold: 700;
|
|
366
|
+
--font-weight-extrabold: 800;
|
|
367
|
+
--font-weight-black: 900;
|
|
368
|
+
--font-base: Pretendard Variable, Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Segoe UI, Apple SD Gothic Neo, Noto Sans KR, Malgun Gothic, Apple Color Emoji, Segoe UI Emoji, sans-serif;
|
|
369
|
+
--border-width-1: 1px;
|
|
370
|
+
--border-width-4: 4px;
|
|
371
|
+
--border-width-6: 6px;
|
|
372
|
+
--border-width-control-default: 1px;
|
|
373
|
+
--border-width-field-default: 1px;
|
|
374
|
+
--border-width-navigation-default: 1px;
|
|
375
|
+
--opacity-005: 5%;
|
|
376
|
+
--z-raised: 1;
|
|
377
|
+
--shadow-normal-xs: 0px 0px 16px -4px rgba(34,34,34,0.12), 2px 4px 6px -2px rgba(34,34,34,0.1);
|
|
378
|
+
--shadow-normal-sm: 0px 0px 24px -6px rgba(34,34,34,0.12), 4px 8px 16px -4px rgba(34,34,34,0.1);
|
|
379
|
+
--shadow-normal-md: 0px 8px 36px -6px rgba(34,34,34,0.16), 4px 12px 16px -4px rgba(34,34,34,0.12);
|
|
380
|
+
--shadow-spread-sm: 0px 0px 8px 0px rgba(34,34,34,0.1);
|
|
381
|
+
--shadow-spread-md: 0px 0px 24px 0px rgba(34,34,34,0.2);
|
|
382
|
+
--shadow-focus: 0px 0px 8px 0px rgba(0,117,255,0.25);
|
|
383
|
+
--shadow-overlay: 0px 0px 16px -4px rgba(34,34,34,0.12), 2px 4px 6px -2px rgba(34,34,34,0.1);
|
|
384
|
+
--shadow-floating: 0px 0px 24px -6px rgba(34,34,34,0.12), 4px 8px 16px -4px rgba(34,34,34,0.1);
|
|
385
|
+
--shadow-dialog: 0px 8px 36px -6px rgba(34,34,34,0.16), 4px 12px 16px -4px rgba(34,34,34,0.12);
|
|
386
|
+
}
|
|
387
|
+
|
|
388
|
+
/* 시맨틱 토큰 (별칭 해석값) — var()로 참조 */
|
|
389
|
+
:root {
|
|
390
|
+
--sys-size-control-xs-height: 24px;
|
|
391
|
+
--sys-size-control-sm-height: 28px;
|
|
392
|
+
--sys-size-control-md-height: 36px;
|
|
393
|
+
--sys-size-control-lg-height: 62px;
|
|
394
|
+
--sys-size-icon-xxxs: 8px;
|
|
395
|
+
--sys-size-icon-xxs: 10px;
|
|
396
|
+
--sys-size-icon-xs: 12px;
|
|
397
|
+
--sys-size-icon-sm: 16px;
|
|
398
|
+
--sys-size-icon-md: 20px;
|
|
399
|
+
--sys-size-icon-lg: 24px;
|
|
400
|
+
--sys-size-icon-xl: 32px;
|
|
401
|
+
--sys-size-feedback-arrow-width: 16px;
|
|
402
|
+
--sys-size-feedback-arrow-height: 12px;
|
|
403
|
+
--sys-size-feedback-xs-height: 20px;
|
|
404
|
+
--sys-size-feedback-sm-height: 24px;
|
|
405
|
+
--sys-size-feedback-md-height: 28px;
|
|
406
|
+
--sys-size-field-control: 16px;
|
|
407
|
+
--sys-size-field-icon: 12px;
|
|
408
|
+
--sys-size-field-sm-height: 28px;
|
|
409
|
+
--sys-size-field-md-height: 36px;
|
|
410
|
+
--sys-size-navigation-lg-height: 44px;
|
|
411
|
+
--sys-size-navigation-md-height: 36px;
|
|
412
|
+
--sys-size-navigation-gnb-topbar-height: 56px;
|
|
413
|
+
--sys-size-table-height-xs: 32px;
|
|
414
|
+
--sys-size-table-height-sm: 36px;
|
|
415
|
+
--sys-size-table-height-md: 44px;
|
|
416
|
+
--sys-space-control-xs-paddingX: 8px;
|
|
417
|
+
--sys-space-control-xs-gap: 4px;
|
|
418
|
+
--sys-space-control-sm-paddingX: 12px;
|
|
419
|
+
--sys-space-control-sm-gap: 6px;
|
|
420
|
+
--sys-space-control-md-paddingX: 20px;
|
|
421
|
+
--sys-space-control-md-gap: 8px;
|
|
422
|
+
--sys-space-control-lg-paddingX: 28px;
|
|
423
|
+
--sys-space-control-lg-gap: 12px;
|
|
424
|
+
--sys-space-feedback-xs-paddingX: 6px;
|
|
425
|
+
--sys-space-feedback-xs-gap: 4px;
|
|
426
|
+
--sys-space-feedback-sm-paddingX: 8px;
|
|
427
|
+
--sys-space-feedback-sm-gap: 6px;
|
|
428
|
+
--sys-space-feedback-md-paddingX: 12px;
|
|
429
|
+
--sys-space-feedback-md-gap: 8px;
|
|
430
|
+
--sys-space-feedback-lg-paddingX: 16px;
|
|
431
|
+
--sys-space-feedback-lg-gap: 12px;
|
|
432
|
+
--sys-space-stack-gap-tight: 2px;
|
|
433
|
+
--sys-space-stack-gap-normal: 4px;
|
|
434
|
+
--sys-space-stack-gap-relaxed: 8px;
|
|
435
|
+
--sys-space-field-sm-paddingX: 12px;
|
|
436
|
+
--sys-space-field-sm-paddingY: 4px;
|
|
437
|
+
--sys-space-field-sm-container-gap: 8px;
|
|
438
|
+
--sys-space-field-sm-gap: 12px;
|
|
439
|
+
--sys-space-field-md-paddingX: 16px;
|
|
440
|
+
--sys-space-field-md-paddingY: 8px;
|
|
441
|
+
--sys-space-field-md-container-gap: 12px;
|
|
442
|
+
--sys-space-field-md-gap: 16px;
|
|
443
|
+
--sys-space-navigation-lg-paddingX: 32px;
|
|
444
|
+
--sys-space-navigation-md-paddingX: 24px;
|
|
445
|
+
--sys-space-table-padding-sm: 8px;
|
|
446
|
+
--sys-space-table-padding-md: 16px;
|
|
447
|
+
--sys-space-action-gap: 16px;
|
|
448
|
+
--sys-space-overlay-paddingX-sm: 20px;
|
|
449
|
+
--sys-space-overlay-paddingX-md: 24px;
|
|
450
|
+
--sys-space-overlay-paddingY-sm: 8px;
|
|
451
|
+
--sys-space-panel-gap: 12px;
|
|
452
|
+
--sys-radius-control-sm: 4px;
|
|
453
|
+
--sys-radius-control-md: 6px;
|
|
454
|
+
--sys-radius-feedback-xs-square: 6px;
|
|
455
|
+
--sys-radius-feedback-sm-square: 8px;
|
|
456
|
+
--sys-radius-feedback-pill: 9999px;
|
|
457
|
+
--sys-radius-field-sm: 4px;
|
|
458
|
+
--sys-radius-field-md: 6px;
|
|
459
|
+
--sys-border-width-control-default: 1px;
|
|
460
|
+
--sys-border-width-field-default: 1px;
|
|
461
|
+
--sys-border-width-navigation-default: 1px;
|
|
462
|
+
--sys-color-bg-screen: #EEEEEE;
|
|
463
|
+
--sys-color-bg-frame: #FFFFFF;
|
|
464
|
+
--sys-color-bg-brand: #025497;
|
|
465
|
+
--sys-color-bg-subtle: #1F8AE1;
|
|
466
|
+
--sys-color-bg-accent: #0075FF;
|
|
467
|
+
--sys-color-bg-accentLight: #2D8DFF;
|
|
468
|
+
--sys-color-bg-accentBright: #D9EAFF;
|
|
469
|
+
--sys-color-bg-deep: #07284A;
|
|
470
|
+
--sys-color-bg-danger: #E30000;
|
|
471
|
+
--sys-color-bg-dangerLight: #FB4444;
|
|
472
|
+
--sys-color-bg-warning: #FF6B00;
|
|
473
|
+
--sys-color-bg-caution: #FFC700;
|
|
474
|
+
--sys-color-bg-progress: #0075FF;
|
|
475
|
+
--sys-color-bg-success: #00973C;
|
|
476
|
+
--sys-color-bg-successLight: #12B553;
|
|
477
|
+
--sys-color-bg-neutralLight: #F6F6F6;
|
|
478
|
+
--sys-color-bg-tableHeader: #F5FAFF;
|
|
479
|
+
--sys-color-fg-primary: #222222;
|
|
480
|
+
--sys-color-fg-secondary: #555555;
|
|
481
|
+
--sys-color-fg-tertiary: #888888;
|
|
482
|
+
--sys-color-fg-quaternary: #AAAAAA;
|
|
483
|
+
--sys-color-fg-brand: #005CC9;
|
|
484
|
+
--sys-color-fg-subtleWarm: #066D9B;
|
|
485
|
+
--sys-color-fg-subtleCool: #025497;
|
|
486
|
+
--sys-color-fg-deep: #004290;
|
|
487
|
+
--sys-color-fg-success: #00973C;
|
|
488
|
+
--sys-color-fg-dangerLight: #FB4444;
|
|
489
|
+
--sys-color-fg-accent: #0075FF;
|
|
490
|
+
--sys-color-fg-danger: #E30000;
|
|
491
|
+
--sys-color-fg-warning: #FF6B00;
|
|
492
|
+
--sys-color-fg-inverse: #FFFFFF;
|
|
493
|
+
--sys-color-disabled-bg: #E1E1E1;
|
|
494
|
+
--sys-color-disabled-text: #888888;
|
|
495
|
+
--sys-color-disabled-icon: #BBBBBB;
|
|
496
|
+
--sys-color-disabled-border: #CCCCCC;
|
|
497
|
+
--sys-color-link-accent: #006AC1;
|
|
498
|
+
--sys-color-divider-default: #E1E1E1;
|
|
499
|
+
--sys-color-border-default: #E1E1E1;
|
|
500
|
+
--sys-color-border-accent: #0075FF;
|
|
501
|
+
--sys-color-border-accentLight: #93C4FF;
|
|
502
|
+
--sys-color-border-danger: #FB4444;
|
|
503
|
+
--sys-color-border-success: #12B553;
|
|
504
|
+
--sys-color-blue-strong: #0075FF;
|
|
505
|
+
--sys-color-blue-subtle: #E6F1FF;
|
|
506
|
+
--sys-color-darkblue-strong: #006AC1;
|
|
507
|
+
--sys-color-darkblue-subtle: #EAF5FE;
|
|
508
|
+
--sys-color-indigo-strong: #004290;
|
|
509
|
+
--sys-color-indigo-subtle: #EFF6FF;
|
|
510
|
+
--sys-color-field-bg-default: #FFFFFF;
|
|
511
|
+
--sys-color-field-bg-hover: #0075FF;
|
|
512
|
+
--sys-color-field-bg-readOnly: #EEEEEE;
|
|
513
|
+
--sys-color-field-border-default: #AAAAAA;
|
|
514
|
+
--sys-color-field-border-focus: #0075FF;
|
|
515
|
+
--sys-color-field-border-hover: #0075FF;
|
|
516
|
+
--sys-color-field-border-danger: #FB4444;
|
|
517
|
+
--sys-color-field-border-success: #12B553;
|
|
518
|
+
--sys-color-field-text-default: #222222;
|
|
519
|
+
--sys-color-field-text-placeholder: #AAAAAA;
|
|
520
|
+
--sys-color-field-text-readOnly: #555555;
|
|
521
|
+
--sys-color-field-icon-default: #888888;
|
|
522
|
+
--sys-color-control-bg-inverseHover: #0075FF;
|
|
523
|
+
--sys-color-navigation-gnb-bg-dark: #001B39;
|
|
524
|
+
|
|
525
|
+
/* 컴포넌트 토큰 */
|
|
526
|
+
--cmp-button-xs-height: 24px;
|
|
527
|
+
--cmp-button-xs-paddingX: 8px;
|
|
528
|
+
--cmp-button-xs-gap: 4px;
|
|
529
|
+
--cmp-button-xs-icon: 12px;
|
|
530
|
+
--cmp-button-sm-height: 28px;
|
|
531
|
+
--cmp-button-sm-paddingX: 12px;
|
|
532
|
+
--cmp-button-sm-gap: 6px;
|
|
533
|
+
--cmp-button-sm-icon: 16px;
|
|
534
|
+
--cmp-button-md-height: 36px;
|
|
535
|
+
--cmp-button-md-paddingX: 20px;
|
|
536
|
+
--cmp-button-md-gap: 8px;
|
|
537
|
+
--cmp-button-md-icon: 20px;
|
|
538
|
+
--cmp-button-lg-height: 62px;
|
|
539
|
+
--cmp-button-lg-paddingX: 28px;
|
|
540
|
+
--cmp-button-lg-gap: 12px;
|
|
541
|
+
--cmp-button-lg-icon: 24px;
|
|
542
|
+
--cmp-button-radius-sm: 4px;
|
|
543
|
+
--cmp-button-radius-md: 6px;
|
|
544
|
+
--cmp-button-border-width-default: 1px;
|
|
545
|
+
--cmp-button-border-disabled: #CCCCCC;
|
|
546
|
+
--cmp-button-iconOnly-xs-width: 24px;
|
|
547
|
+
--cmp-button-iconOnly-sm-width: 28px;
|
|
548
|
+
--cmp-button-iconOnly-md-width: 36px;
|
|
549
|
+
--cmp-button-iconOnly-lg-width: 62px;
|
|
550
|
+
--cmp-button-bg-disabled: #E1E1E1;
|
|
551
|
+
--cmp-button-text-disabled: #888888;
|
|
552
|
+
--cmp-button-icon-disabled: #BBBBBB;
|
|
553
|
+
--cmp-button-brand-strong-bg-default: #025497;
|
|
554
|
+
--cmp-button-brand-strong-bg-hover: #004177;
|
|
555
|
+
--cmp-button-brand-strong-content: #FFFFFF;
|
|
556
|
+
--cmp-button-brand-subtle-bg-default: #1F8AE1;
|
|
557
|
+
--cmp-button-brand-subtle-bg-hover: #006AC1;
|
|
558
|
+
--cmp-button-brand-subtle-content: #FFFFFF;
|
|
559
|
+
--cmp-button-brand-outline-bg-default: #FFFFFF;
|
|
560
|
+
--cmp-button-brand-outline-bg-hover: #EAF5FE;
|
|
561
|
+
--cmp-button-brand-outline-border: #025497;
|
|
562
|
+
--cmp-button-brand-outline-content: #025497;
|
|
563
|
+
--cmp-button-dropdown-brand-strong-split: #006AC1;
|
|
564
|
+
--cmp-button-dropdown-brand-subtle-split: #5CB0F3;
|
|
565
|
+
--cmp-button-dropdown-danger-strong-split: #FF7C7C;
|
|
566
|
+
--cmp-button-dropdown-xs-arrow: 12px;
|
|
567
|
+
--cmp-button-dropdown-xs-gap: 6px;
|
|
568
|
+
--cmp-button-dropdown-sm-arrow: 12px;
|
|
569
|
+
--cmp-button-dropdown-sm-gap: 8px;
|
|
570
|
+
--cmp-button-dropdown-md-arrow: 16px;
|
|
571
|
+
--cmp-button-dropdown-md-gap: 16px;
|
|
572
|
+
--cmp-button-neutral-outline-bg-default: #FFFFFF;
|
|
573
|
+
--cmp-button-neutral-outline-bg-hover: #EEEEEE;
|
|
574
|
+
--cmp-button-neutral-outline-border: #888888;
|
|
575
|
+
--cmp-button-neutral-outline-text: #222222;
|
|
576
|
+
--cmp-button-neutral-outline-icon: #555555;
|
|
577
|
+
--cmp-button-danger-strong-bg-default: #E30000;
|
|
578
|
+
--cmp-button-danger-strong-bg-hover: #AD0000;
|
|
579
|
+
--cmp-button-danger-strong-content: #FFFFFF;
|
|
580
|
+
--cmp-button-danger-outline-bg-default: #FFFFFF;
|
|
581
|
+
--cmp-button-danger-outline-bg-hover: #FCEFEF;
|
|
582
|
+
--cmp-button-danger-outline-border: #E30000;
|
|
583
|
+
--cmp-button-danger-outline-content: #E30000;
|
|
584
|
+
--cmp-ghostButton-xxs-size: 16px;
|
|
585
|
+
--cmp-ghostButton-xxs-icon: 12px;
|
|
586
|
+
--cmp-ghostButton-xs-size: 24px;
|
|
587
|
+
--cmp-ghostButton-xs-icon: 16px;
|
|
588
|
+
--cmp-ghostButton-sm-size: 28px;
|
|
589
|
+
--cmp-ghostButton-sm-icon: 20px;
|
|
590
|
+
--cmp-ghostButton-md-size: 36px;
|
|
591
|
+
--cmp-ghostButton-md-icon: 24px;
|
|
592
|
+
--cmp-ghostButton-lg-size: 62px;
|
|
593
|
+
--cmp-ghostButton-lg-icon: 32px;
|
|
594
|
+
--cmp-ghostButton-radius-sm: 4px;
|
|
595
|
+
--cmp-ghostButton-radius-md: 6px;
|
|
596
|
+
--cmp-ghostButton-hover-opacity: 5%;
|
|
597
|
+
--cmp-ghostButton-icon-disabled: #BBBBBB;
|
|
598
|
+
--cmp-ghostButton-default-content: #888888;
|
|
599
|
+
--cmp-ghostButton-default-hover-bg: #222222;
|
|
600
|
+
--cmp-ghostButton-danger-content: #E30000;
|
|
601
|
+
--cmp-ghostButton-danger-hover-bg: #E30000;
|
|
602
|
+
--cmp-ghostButton-action-content: #025497;
|
|
603
|
+
--cmp-ghostButton-action-hover-bg: #0075FF;
|
|
604
|
+
--cmp-ghostButton-inverse-content: #FFFFFF;
|
|
605
|
+
--cmp-ghostButton-inverse-disabled: #E1E1E1;
|
|
606
|
+
--cmp-ghostButton-inverse-hover-bg: #FFFFFF;
|
|
607
|
+
--cmp-textLink-sm-gap: 4px;
|
|
608
|
+
--cmp-textLink-sm-icon: 16px;
|
|
609
|
+
--cmp-textLink-md-gap: 8px;
|
|
610
|
+
--cmp-textLink-md-icon: 16px;
|
|
611
|
+
--cmp-textLink-content-default: #222222;
|
|
612
|
+
--cmp-textLink-content-disabled: #888888;
|
|
613
|
+
--cmp-textLink-icon-default: #006AC1;
|
|
614
|
+
--cmp-textLink-icon-disabled: #BBBBBB;
|
|
615
|
+
--cmp-textLink-lg-gap: 8px;
|
|
616
|
+
--cmp-textLink-lg-icon: 20px;
|
|
617
|
+
--cmp-switch-width: 32px;
|
|
618
|
+
--cmp-switch-height: 20px;
|
|
619
|
+
--cmp-switch-paddingXY: 2px;
|
|
620
|
+
--cmp-switch-radius: 9999px;
|
|
621
|
+
--cmp-switch-knob-size: 16px;
|
|
622
|
+
--cmp-switch-knob-default: #FFFFFF;
|
|
623
|
+
--cmp-switch-knob-disabled: #EEEEEE;
|
|
624
|
+
--cmp-switch-bg-on: #0075FF;
|
|
625
|
+
--cmp-switch-bg-off: #CCCCCC;
|
|
626
|
+
--cmp-switch-bg-disabled-on: #BBDAFF;
|
|
627
|
+
--cmp-switch-bg-disabled-off: #E1E1E1;
|
|
628
|
+
--cmp-switch-gap: 6px;
|
|
629
|
+
--cmp-toggle-height: 28px;
|
|
630
|
+
--cmp-toggle-paddingX: 12px;
|
|
631
|
+
--cmp-toggle-radius: 9999px;
|
|
632
|
+
--cmp-toggle-border-width: 1px;
|
|
633
|
+
--cmp-toggle-border-default: #CCCCCC;
|
|
634
|
+
--cmp-toggle-border-select: #0075FF;
|
|
635
|
+
--cmp-toggle-border-disabled: #CCCCCC;
|
|
636
|
+
--cmp-toggle-bg-default: #FFFFFF;
|
|
637
|
+
--cmp-toggle-bg-hover: #0075FF;
|
|
638
|
+
--cmp-toggle-bg-select: #FFFFFF;
|
|
639
|
+
--cmp-toggle-bg-disabled: #E1E1E1;
|
|
640
|
+
--cmp-toggle-content-default: #555555;
|
|
641
|
+
--cmp-toggle-content-hover: #FFFFFF;
|
|
642
|
+
--cmp-toggle-content-select: #0075FF;
|
|
643
|
+
--cmp-toggle-content-disabled: #888888;
|
|
644
|
+
--cmp-checkbox-size: 16px;
|
|
645
|
+
--cmp-checkbox-radius: 2px;
|
|
646
|
+
--cmp-checkbox-borderWidth: 1px;
|
|
647
|
+
--cmp-checkbox-gap: 8px;
|
|
648
|
+
--cmp-checkbox-icon: 12px;
|
|
649
|
+
--cmp-checkbox-unchecked-bg-default: #FFFFFF;
|
|
650
|
+
--cmp-checkbox-unchecked-bg-hover: #D9EAFF;
|
|
651
|
+
--cmp-checkbox-unchecked-border-default: #AAAAAA;
|
|
652
|
+
--cmp-checkbox-unchecked-border-hover: #0075FF;
|
|
653
|
+
--cmp-checkbox-checked-bg-default: #0075FF;
|
|
654
|
+
--cmp-checkbox-checked-icon-default: #FFFFFF;
|
|
655
|
+
--cmp-checkbox-checked-icon-disabled: #BBBBBB;
|
|
656
|
+
--cmp-checkbox-checked-icon-inverse: #FFFFFF;
|
|
657
|
+
--cmp-checkbox-checked-border-inverse: #FFFFFF;
|
|
658
|
+
--cmp-checkbox-label-default: #222222;
|
|
659
|
+
--cmp-checkbox-label-inverse: #FFFFFF;
|
|
660
|
+
--cmp-checkbox-label-disabled: #888888;
|
|
661
|
+
--cmp-checkbox-bg-disabled: #E1E1E1;
|
|
662
|
+
--cmp-checkbox-border-disabled: #CCCCCC;
|
|
663
|
+
--cmp-radio-size: 16px;
|
|
664
|
+
--cmp-radio-radius: 9999px;
|
|
665
|
+
--cmp-radio-borderWidth: 1px;
|
|
666
|
+
--cmp-radio-gap: 8px;
|
|
667
|
+
--cmp-radio-bg-default: #FFFFFF;
|
|
668
|
+
--cmp-radio-bg-disabled: #E1E1E1;
|
|
669
|
+
--cmp-radio-bg-hover: #D9EAFF;
|
|
670
|
+
--cmp-radio-border-default: #AAAAAA;
|
|
671
|
+
--cmp-radio-border-hover: #0075FF;
|
|
672
|
+
--cmp-radio-border-active: #0075FF;
|
|
673
|
+
--cmp-radio-border-disabled: #CCCCCC;
|
|
674
|
+
--cmp-radio-dot-default: #0075FF;
|
|
675
|
+
--cmp-radio-dot-disabled: #CCCCCC;
|
|
676
|
+
--cmp-radio-dot-size: 10px;
|
|
677
|
+
--cmp-radio-label-default: #222222;
|
|
678
|
+
--cmp-radio-label-disabled: #888888;
|
|
679
|
+
--cmp-radioButton-xs-height: 24px;
|
|
680
|
+
--cmp-radioButton-xs-paddingX: 8px;
|
|
681
|
+
--cmp-radioButton-sm-height: 28px;
|
|
682
|
+
--cmp-radioButton-sm-paddingX: 12px;
|
|
683
|
+
--cmp-radioButton-radius: 4px;
|
|
684
|
+
--cmp-radioButton-border-width: 1px;
|
|
685
|
+
--cmp-radioButton-border-default: #CCCCCC;
|
|
686
|
+
--cmp-radioButton-border-select: #0075FF;
|
|
687
|
+
--cmp-radioButton-border-disabled: #CCCCCC;
|
|
688
|
+
--cmp-radioButton-bg-default: #FFFFFF;
|
|
689
|
+
--cmp-radioButton-bg-hover: #0075FF;
|
|
690
|
+
--cmp-radioButton-bg-select: #FFFFFF;
|
|
691
|
+
--cmp-radioButton-bg-disabled: #E1E1E1;
|
|
692
|
+
--cmp-radioButton-content-default: #555555;
|
|
693
|
+
--cmp-radioButton-content-hover: #FFFFFF;
|
|
694
|
+
--cmp-radioButton-content-select: #0075FF;
|
|
695
|
+
--cmp-radioButton-content-disabled: #888888;
|
|
696
|
+
--cmp-radioButton-group-gap: -1px;
|
|
697
|
+
--cmp-listItem-paddingY: 4px;
|
|
698
|
+
--cmp-listItem-paddingRight: 12px;
|
|
699
|
+
--cmp-listItem-gap: 8px;
|
|
700
|
+
--cmp-listItem-paddingLeft-depth1: 12px;
|
|
701
|
+
--cmp-listItem-paddingLeft-depth2: 20px;
|
|
702
|
+
--cmp-listItem-paddingLeft-depth3: 28px;
|
|
703
|
+
--cmp-listItem-bg-default: #FFFFFF;
|
|
704
|
+
--cmp-listItem-bg-hover: #0075FF;
|
|
705
|
+
--cmp-listItem-content-default: #222222;
|
|
706
|
+
--cmp-listItem-content-hover: #FFFFFF;
|
|
707
|
+
--cmp-listItem-content-disabled: #888888;
|
|
708
|
+
--cmp-listItem-content-selected: #0075FF;
|
|
709
|
+
--cmp-listItem-depth1-bg-default: #EFF6FF;
|
|
710
|
+
--cmp-listItem-depth1-bg-disabled: #EEEEEE;
|
|
711
|
+
--cmp-listItem-depth1-border-color: #E1E1E1;
|
|
712
|
+
--cmp-listItem-depth1-border-width: 1px;
|
|
713
|
+
--cmp-listItem-depth2-middle-bg: #F6F6F6;
|
|
714
|
+
--cmp-listItem-count-color: #888888;
|
|
715
|
+
--cmp-listBox-radius: 4px;
|
|
716
|
+
--cmp-listBox-bg: #FFFFFF;
|
|
717
|
+
--cmp-listBox-chip-paddingXY: 8px;
|
|
718
|
+
--cmp-listBox-chip-gap: 8px;
|
|
719
|
+
--cmp-select-sm-height: 28px;
|
|
720
|
+
--cmp-select-sm-radius: 4px;
|
|
721
|
+
--cmp-select-sm-borderWidth: 1px;
|
|
722
|
+
--cmp-select-sm-paddingX: 12px;
|
|
723
|
+
--cmp-select-sm-gap: 8px;
|
|
724
|
+
--cmp-select-sm-icon: 16px;
|
|
725
|
+
--cmp-select-md-height: 36px;
|
|
726
|
+
--cmp-select-md-radius: 6px;
|
|
727
|
+
--cmp-select-md-borderWidth: 1px;
|
|
728
|
+
--cmp-select-md-paddingX: 16px;
|
|
729
|
+
--cmp-select-md-gap: 12px;
|
|
730
|
+
--cmp-select-md-icon: 16px;
|
|
731
|
+
--cmp-select-icon-default: #888888;
|
|
732
|
+
--cmp-select-icon-disabled: #BBBBBB;
|
|
733
|
+
--cmp-select-border-default: #AAAAAA;
|
|
734
|
+
--cmp-select-border-hover: #0075FF;
|
|
735
|
+
--cmp-select-border-danger: #FB4444;
|
|
736
|
+
--cmp-select-border-disabled: #CCCCCC;
|
|
737
|
+
--cmp-select-bg-default: #FFFFFF;
|
|
738
|
+
--cmp-select-bg-disabled: #E1E1E1;
|
|
739
|
+
--cmp-select-text-default: #222222;
|
|
740
|
+
--cmp-select-text-disabled: #888888;
|
|
741
|
+
--cmp-field-label-sm-height: 28px;
|
|
742
|
+
--cmp-field-label-sm-gap: 6px;
|
|
743
|
+
--cmp-field-label-sm-icon: 12px;
|
|
744
|
+
--cmp-field-label-md-height: 36px;
|
|
745
|
+
--cmp-field-label-md-gap: 8px;
|
|
746
|
+
--cmp-field-label-md-icon: 12px;
|
|
747
|
+
--cmp-field-addonLabel-height: 28px;
|
|
748
|
+
--cmp-field-addonLabel-gap: 6px;
|
|
749
|
+
--cmp-field-addonLabel-paddingX: 12px;
|
|
750
|
+
--cmp-field-addonLabel-bg: #F6F6F6;
|
|
751
|
+
--cmp-field-addonLabel-border-default: #AAAAAA;
|
|
752
|
+
--cmp-field-addonLabel-border-disabled: #CCCCCC;
|
|
753
|
+
--cmp-field-addonLabel-border-width: 1px;
|
|
754
|
+
--cmp-field-hint-color: #555555;
|
|
755
|
+
--cmp-field-errorMessage-color: #E30000;
|
|
756
|
+
--cmp-field-contents-gap: 4px;
|
|
757
|
+
--cmp-textinput-sm-height: 28px;
|
|
758
|
+
--cmp-textinput-sm-paddingX: 12px;
|
|
759
|
+
--cmp-textinput-sm-paddingY: 4px;
|
|
760
|
+
--cmp-textinput-sm-gap: 8px;
|
|
761
|
+
--cmp-textinput-sm-radius: 4px;
|
|
762
|
+
--cmp-textinput-md-paddingX: 16px;
|
|
763
|
+
--cmp-textinput-md-paddingY: 8px;
|
|
764
|
+
--cmp-textinput-md-height: 36px;
|
|
765
|
+
--cmp-textinput-md-gap: 12px;
|
|
766
|
+
--cmp-textinput-md-radius: 6px;
|
|
767
|
+
--cmp-textinput-borderWidth: 1px;
|
|
768
|
+
--cmp-textinput-border-default: #AAAAAA;
|
|
769
|
+
--cmp-textinput-border-focus: #0075FF;
|
|
770
|
+
--cmp-textinput-border-danger: #FB4444;
|
|
771
|
+
--cmp-textinput-border-success: #12B553;
|
|
772
|
+
--cmp-textinput-border-disabled: #CCCCCC;
|
|
773
|
+
--cmp-textinput-bg-default: #FFFFFF;
|
|
774
|
+
--cmp-textinput-bg-disabled: #E1E1E1;
|
|
775
|
+
--cmp-textinput-bg-barcode: #FAFAA1;
|
|
776
|
+
--cmp-textinput-text-default: #222222;
|
|
777
|
+
--cmp-textinput-text-placeholder: #AAAAAA;
|
|
778
|
+
--cmp-textinput-text-disabled: #888888;
|
|
779
|
+
--cmp-textinput-size-icon: 16px;
|
|
780
|
+
--cmp-textinput-icon-default: #888888;
|
|
781
|
+
--cmp-textinput-unit-color: #888888;
|
|
782
|
+
--cmp-textinput-resizer-size: 12px;
|
|
783
|
+
--cmp-textinput-resizer-color: #AAAAAA;
|
|
784
|
+
--cmp-numberInput-sm-height: 28px;
|
|
785
|
+
--cmp-numberInput-sm-paddingX: 6px;
|
|
786
|
+
--cmp-numberInput-sm-radius: 4px;
|
|
787
|
+
--cmp-numberInput-sm-gap: 4px;
|
|
788
|
+
--cmp-numberInput-md-height: 36px;
|
|
789
|
+
--cmp-numberInput-md-paddingX: 8px;
|
|
790
|
+
--cmp-numberInput-md-radius: 6px;
|
|
791
|
+
--cmp-numberInput-md-gap: 6px;
|
|
792
|
+
--cmp-numberInput-borderWidth: 1px;
|
|
793
|
+
--cmp-numberInput-border-default: #AAAAAA;
|
|
794
|
+
--cmp-numberInput-border-focus: #0075FF;
|
|
795
|
+
--cmp-numberInput-border-danger: #FB4444;
|
|
796
|
+
--cmp-numberInput-border-success: #12B553;
|
|
797
|
+
--cmp-numberInput-border-disabled: #CCCCCC;
|
|
798
|
+
--cmp-numberInput-bg-default: #FFFFFF;
|
|
799
|
+
--cmp-numberInput-bg-disabled: #E1E1E1;
|
|
800
|
+
--cmp-numberInput-text-default: #222222;
|
|
801
|
+
--cmp-numberInput-text-placeholder: #AAAAAA;
|
|
802
|
+
--cmp-numberInput-text-disabled: #888888;
|
|
803
|
+
--cmp-numberInput-stepper-sm-size: 20px;
|
|
804
|
+
--cmp-numberInput-stepper-md-size: 24px;
|
|
805
|
+
--cmp-numberInput-stepper-radius: 4px;
|
|
806
|
+
--cmp-numberInput-stepper-bg-default: #EFF6FF;
|
|
807
|
+
--cmp-numberInput-stepper-bg-disabled: #EEEEEE;
|
|
808
|
+
--cmp-numberInput-stepper-icon-default: #0075FF;
|
|
809
|
+
--cmp-numberInput-stepper-icon-disabled: #BBBBBB;
|
|
810
|
+
--cmp-chipInput-sm-minHeight: 36px;
|
|
811
|
+
--cmp-chipInput-sm-paddingX: 12px;
|
|
812
|
+
--cmp-chipInput-sm-paddingY: 6px;
|
|
813
|
+
--cmp-chipInput-sm-radius: 4px;
|
|
814
|
+
--cmp-chipInput-md-minHeight: 40px;
|
|
815
|
+
--cmp-chipInput-md-paddingX: 16px;
|
|
816
|
+
--cmp-chipInput-md-paddingY: 8px;
|
|
817
|
+
--cmp-chipInput-md-radius: 6px;
|
|
818
|
+
--cmp-chipInput-chip-gap: 8px;
|
|
819
|
+
--cmp-chipInput-borderWidth: 1px;
|
|
820
|
+
--cmp-chipInput-border-default: #AAAAAA;
|
|
821
|
+
--cmp-chipInput-border-focus: #0075FF;
|
|
822
|
+
--cmp-chipInput-border-disabled: #CCCCCC;
|
|
823
|
+
--cmp-chipInput-bg-default: #FFFFFF;
|
|
824
|
+
--cmp-chipInput-bg-disabled: #E1E1E1;
|
|
825
|
+
--cmp-chipInput-text-placeholder: #AAAAAA;
|
|
826
|
+
--cmp-filepicker-sm-height: 28px;
|
|
827
|
+
--cmp-filepicker-sm-paddingX: 12px;
|
|
828
|
+
--cmp-filepicker-sm-gap: 8px;
|
|
829
|
+
--cmp-filepicker-sm-radius: 4px;
|
|
830
|
+
--cmp-filepicker-sm-borderWidth: 1px;
|
|
831
|
+
--cmp-filepicker-sm-icon: 16px;
|
|
832
|
+
--cmp-filepicker-md-height: 36px;
|
|
833
|
+
--cmp-filepicker-md-paddingX: 16px;
|
|
834
|
+
--cmp-filepicker-md-gap: 12px;
|
|
835
|
+
--cmp-filepicker-md-radius: 6px;
|
|
836
|
+
--cmp-filepicker-md-borderWidth: 1px;
|
|
837
|
+
--cmp-filepicker-md-icon: 20px;
|
|
838
|
+
--cmp-filepicker-border-default: #AAAAAA;
|
|
839
|
+
--cmp-filepicker-border-disabled: #CCCCCC;
|
|
840
|
+
--cmp-filepicker-bg-default: #FFFFFF;
|
|
841
|
+
--cmp-filepicker-bg-disabled: #E1E1E1;
|
|
842
|
+
--cmp-filepicker-text-default: #222222;
|
|
843
|
+
--cmp-filepicker-text-placeholder: #AAAAAA;
|
|
844
|
+
--cmp-filepicker-text-disabled: #888888;
|
|
845
|
+
--cmp-filepicker-icon-disabled: #BBBBBB;
|
|
846
|
+
--cmp-datepicker-sm-height: 28px;
|
|
847
|
+
--cmp-datepicker-sm-paddingX: 12px;
|
|
848
|
+
--cmp-datepicker-sm-gap: 8px;
|
|
849
|
+
--cmp-datepicker-sm-icon: 16px;
|
|
850
|
+
--cmp-datepicker-sm-radius: 4px;
|
|
851
|
+
--cmp-datepicker-md-height: 36px;
|
|
852
|
+
--cmp-datepicker-md-paddingX: 16px;
|
|
853
|
+
--cmp-datepicker-md-gap: 12px;
|
|
854
|
+
--cmp-datepicker-md-icon: 20px;
|
|
855
|
+
--cmp-datepicker-md-radius: 6px;
|
|
856
|
+
--cmp-datepicker-border-width: 1px;
|
|
857
|
+
--cmp-datepicker-border-default: #AAAAAA;
|
|
858
|
+
--cmp-datepicker-border-focus: #0075FF;
|
|
859
|
+
--cmp-datepicker-border-disabled: #CCCCCC;
|
|
860
|
+
--cmp-datepicker-bg-default: #FFFFFF;
|
|
861
|
+
--cmp-datepicker-bg-disabled: #E1E1E1;
|
|
862
|
+
--cmp-datepicker-icon-default: #888888;
|
|
863
|
+
--cmp-datepicker-icon-disabled: #BBBBBB;
|
|
864
|
+
--cmp-datepicker-text-default: #222222;
|
|
865
|
+
--cmp-datepicker-text-disabled: #888888;
|
|
866
|
+
--cmp-datepicker-calendar-bg: #FFFFFF;
|
|
867
|
+
--cmp-datepicker-calendar-paddingXY: 24px;
|
|
868
|
+
--cmp-datepicker-calendar-gap: 12px;
|
|
869
|
+
--cmp-datepicker-calendar-radius: 8px;
|
|
870
|
+
--cmp-datepicker-calendar-header-gap: 8px;
|
|
871
|
+
--cmp-datepicker-calendar-header-divider: #E1E1E1;
|
|
872
|
+
--cmp-datepicker-calendar-week-color: #888888;
|
|
873
|
+
--cmp-datepicker-calendar-grid-rowGap: 4px;
|
|
874
|
+
--cmp-datepicker-calendar-day-width: 40px;
|
|
875
|
+
--cmp-datepicker-calendar-day-circle-size: 32px;
|
|
876
|
+
--cmp-datepicker-calendar-day-circle-radius: 9999px;
|
|
877
|
+
--cmp-datepicker-calendar-day-default-text: #222222;
|
|
878
|
+
--cmp-datepicker-calendar-day-hover-text: #222222;
|
|
879
|
+
--cmp-datepicker-calendar-day-hover-border: #0075FF;
|
|
880
|
+
--cmp-datepicker-calendar-day-select-bg: #0075FF;
|
|
881
|
+
--cmp-datepicker-calendar-day-select-text: #FFFFFF;
|
|
882
|
+
--cmp-datepicker-calendar-day-disabled-text: #BBBBBB;
|
|
883
|
+
--cmp-datepicker-calendar-day-dot-size: 6px;
|
|
884
|
+
--cmp-datepicker-calendar-day-dot-gap: 2px;
|
|
885
|
+
--cmp-datepicker-calendar-day-dot-paddingY: 4px;
|
|
886
|
+
--cmp-datepicker-calendar-range-bg: #D9EAFF;
|
|
887
|
+
--cmp-datepicker-calendar-range-height: 32px;
|
|
888
|
+
--cmp-datepicker-calendar-range-panelGap: 24px;
|
|
889
|
+
--cmp-datepicker-calendar-range-divider: #E1E1E1;
|
|
890
|
+
--cmp-datepicker-calendar-range-width: 20px;
|
|
891
|
+
--cmp-datepicker-calendar-legend-gap: 4px;
|
|
892
|
+
--cmp-datepicker-calendar-legend-group-gap: 12px;
|
|
893
|
+
--cmp-chip-height: 24px;
|
|
894
|
+
--cmp-chip-paddingX: 8px;
|
|
895
|
+
--cmp-chip-gap: 4px;
|
|
896
|
+
--cmp-chip-radius: 9999px;
|
|
897
|
+
--cmp-chip-bg-default: #F6F6F6;
|
|
898
|
+
--cmp-chip-bg-error: #FCEFEF;
|
|
899
|
+
--cmp-chip-bg-focus: #FFFFFF;
|
|
900
|
+
--cmp-chip-bg-disabled: #F6F6F6;
|
|
901
|
+
--cmp-chip-content-default: #222222;
|
|
902
|
+
--cmp-chip-content-error: #E30000;
|
|
903
|
+
--cmp-chip-content-focus: #222222;
|
|
904
|
+
--cmp-chip-content-disabled: #888888;
|
|
905
|
+
--cmp-chip-border-focus: #E1E1E1;
|
|
906
|
+
--cmp-chip-border-width: 1px;
|
|
907
|
+
--cmp-tag-xs-height: 20px;
|
|
908
|
+
--cmp-tag-xs-paddingX: 8px;
|
|
909
|
+
--cmp-tag-xs-gap: 4px;
|
|
910
|
+
--cmp-tag-xs-icon: 12px;
|
|
911
|
+
--cmp-tag-xs-radius: 6px;
|
|
912
|
+
--cmp-tag-sm-height: 24px;
|
|
913
|
+
--cmp-tag-sm-paddingX: 8px;
|
|
914
|
+
--cmp-tag-sm-gap: 4px;
|
|
915
|
+
--cmp-tag-sm-icon: 16px;
|
|
916
|
+
--cmp-tag-sm-radius: 6px;
|
|
917
|
+
--cmp-tag-md-height: 28px;
|
|
918
|
+
--cmp-tag-md-paddingX: 12px;
|
|
919
|
+
--cmp-tag-md-gap: 6px;
|
|
920
|
+
--cmp-tag-md-icon: 16px;
|
|
921
|
+
--cmp-tag-md-radius: 8px;
|
|
922
|
+
--cmp-tag-red-content: #FB4444;
|
|
923
|
+
--cmp-tag-red-bg: #FCEFEF;
|
|
924
|
+
--cmp-tag-orange-content: #FF6B00;
|
|
925
|
+
--cmp-tag-orange-bg: #FEF1EA;
|
|
926
|
+
--cmp-tag-yellow-content: #916C0D;
|
|
927
|
+
--cmp-tag-yellow-bg: #FFF7DD;
|
|
928
|
+
--cmp-tag-green-content: #00973C;
|
|
929
|
+
--cmp-tag-green-bg: #E8F9EF;
|
|
930
|
+
--cmp-tag-blue-content: #0075FF;
|
|
931
|
+
--cmp-tag-blue-bg: #E6F1FF;
|
|
932
|
+
--cmp-tag-darkblue-content: #006AC1;
|
|
933
|
+
--cmp-tag-darkblue-bg: #EAF5FE;
|
|
934
|
+
--cmp-tag-indigo-content: #004290;
|
|
935
|
+
--cmp-tag-indigo-bg: #EFF6FF;
|
|
936
|
+
--cmp-tag-grey-content: #737373;
|
|
937
|
+
--cmp-tag-grey-bg: #EEEEEE;
|
|
938
|
+
--cmp-badge-size: 6px;
|
|
939
|
+
--cmp-badge-radius: 9999px;
|
|
940
|
+
--cmp-badge-red: #FB4444;
|
|
941
|
+
--cmp-badge-orange: #FF6B00;
|
|
942
|
+
--cmp-badge-yellow: #FFC700;
|
|
943
|
+
--cmp-badge-green: #00973C;
|
|
944
|
+
--cmp-badge-blue: #0075FF;
|
|
945
|
+
--cmp-badge-darkblue: #006AC1;
|
|
946
|
+
--cmp-badge-indigo: #004290;
|
|
947
|
+
--cmp-badge-grey: #737373;
|
|
948
|
+
--cmp-tooltip-radius: 6px;
|
|
949
|
+
--cmp-tooltip-paddingY: 12px;
|
|
950
|
+
--cmp-tooltip-paddingX: 16px;
|
|
951
|
+
--cmp-tooltip-gap: 12px;
|
|
952
|
+
--cmp-tooltip-arrow-width: 16px;
|
|
953
|
+
--cmp-tooltip-arrow-height: 12px;
|
|
954
|
+
--cmp-tooltip-default-bg: #07284A;
|
|
955
|
+
--cmp-tooltip-default-content: #FFFFFF;
|
|
956
|
+
--cmp-tooltip-danger-bg: #FCEFEF;
|
|
957
|
+
--cmp-tooltip-danger-content: #FB4444;
|
|
958
|
+
--cmp-tooltip-warning-bg: #FEF1EA;
|
|
959
|
+
--cmp-tooltip-warning-content: #FF6B00;
|
|
960
|
+
--cmp-tooltip-accent-bg: #E6F1FF;
|
|
961
|
+
--cmp-tooltip-accent-content: #0075FF;
|
|
962
|
+
--cmp-popover-radius: 6px;
|
|
963
|
+
--cmp-popover-paddingX: 20px;
|
|
964
|
+
--cmp-popover-paddingY: 16px;
|
|
965
|
+
--cmp-popover-gap: 12px;
|
|
966
|
+
--cmp-popover-contents-gap: 4px;
|
|
967
|
+
--cmp-popover-arrow-width: 16px;
|
|
968
|
+
--cmp-popover-arrow-height: 12px;
|
|
969
|
+
--cmp-popover-default-bg: #07284A;
|
|
970
|
+
--cmp-popover-default-title: #FFFFFF;
|
|
971
|
+
--cmp-popover-default-description: #FFFFFF;
|
|
972
|
+
--cmp-popover-default-subAction: #D8D8D8;
|
|
973
|
+
--cmp-popover-title-leadingIcon: 16px;
|
|
974
|
+
--cmp-popover-title-gap: 8px;
|
|
975
|
+
--cmp-popover-danger-bg: #FCEFEF;
|
|
976
|
+
--cmp-popover-danger-title: #FB4444;
|
|
977
|
+
--cmp-popover-warning-bg: #FEF1EA;
|
|
978
|
+
--cmp-popover-warning-title: #FF6B00;
|
|
979
|
+
--cmp-popover-accent-bg: #E6F1FF;
|
|
980
|
+
--cmp-popover-accent-title: #0075FF;
|
|
981
|
+
--cmp-popover-light-description: #555555;
|
|
982
|
+
--cmp-popover-light-subAction: #888888;
|
|
983
|
+
--cmp-toast-radius: 8px;
|
|
984
|
+
--cmp-toast-paddingX: 24px;
|
|
985
|
+
--cmp-toast-paddingY: 12px;
|
|
986
|
+
--cmp-toast-gap: 16px;
|
|
987
|
+
--cmp-toast-icon: 16px;
|
|
988
|
+
--cmp-toast-default-bg: #07284A;
|
|
989
|
+
--cmp-toast-default-content: #FFFFFF;
|
|
990
|
+
--cmp-toast-danger-bg: #FB4444;
|
|
991
|
+
--cmp-toast-danger-content: #FFFFFF;
|
|
992
|
+
--cmp-toast-caution-bg: #FFC700;
|
|
993
|
+
--cmp-toast-caution-content: #222222;
|
|
994
|
+
--cmp-toast-complete-bg: #00973C;
|
|
995
|
+
--cmp-toast-complete-content: #FFFFFF;
|
|
996
|
+
--cmp-toast-accent-bg: #005CC9;
|
|
997
|
+
--cmp-toast-accent-content: #FFFFFF;
|
|
998
|
+
--cmp-toast-info-bg: #E6F1FF;
|
|
999
|
+
--cmp-toast-info-icon: #0075FF;
|
|
1000
|
+
--cmp-toast-info-text: #222222;
|
|
1001
|
+
--cmp-toast-info-textLink: #555555;
|
|
1002
|
+
--cmp-modal-radius: 8px;
|
|
1003
|
+
--cmp-modal-confirm-paddingX: 32px;
|
|
1004
|
+
--cmp-modal-confirm-paddingY: 40px;
|
|
1005
|
+
--cmp-modal-confirm-gap: 40px;
|
|
1006
|
+
--cmp-modal-confirm-body-gap: 20px;
|
|
1007
|
+
--cmp-modal-confirm-title-gap: 12px;
|
|
1008
|
+
--cmp-modal-confirm-title-color: #222222;
|
|
1009
|
+
--cmp-modal-confirm-title-icon: 32px;
|
|
1010
|
+
--cmp-modal-confirm-button-gap: 8px;
|
|
1011
|
+
--cmp-modal-confirm-message-color: #222222;
|
|
1012
|
+
--cmp-modal-confirm-positive-icon: #0075FF;
|
|
1013
|
+
--cmp-modal-confirm-negative-icon: #E30000;
|
|
1014
|
+
--cmp-modal-bg: #FFFFFF;
|
|
1015
|
+
--cmp-modal-action-header-paddingX: 24px;
|
|
1016
|
+
--cmp-modal-action-header-paddingY: 20px;
|
|
1017
|
+
--cmp-modal-action-header-gap: 12px;
|
|
1018
|
+
--cmp-modal-action-title-color: #033F59;
|
|
1019
|
+
--cmp-modal-action-body-paddingX: 20px;
|
|
1020
|
+
--cmp-modal-action-body-paddingBottom: 20px;
|
|
1021
|
+
--cmp-modal-action-footer-paddingX: 20px;
|
|
1022
|
+
--cmp-modal-action-footer-paddingY: 8px;
|
|
1023
|
+
--cmp-modal-action-footer-gap: 16px;
|
|
1024
|
+
--cmp-modal-action-footer-bg: #F6F6F6;
|
|
1025
|
+
--cmp-modal-action-footer-border: #E1E1E1;
|
|
1026
|
+
--cmp-modal-loading-width: 520px;
|
|
1027
|
+
--cmp-modal-loading-height: 320px;
|
|
1028
|
+
--cmp-modal-loading-gap: 20px;
|
|
1029
|
+
--cmp-modal-loading-content: 80px;
|
|
1030
|
+
--cmp-modal-loading-message-color: #888888;
|
|
1031
|
+
--cmp-popup-header-bg-default: #07284A;
|
|
1032
|
+
--cmp-popup-header-bg-inverse: #FFFFFF;
|
|
1033
|
+
--cmp-popup-header-title-default: #FFFFFF;
|
|
1034
|
+
--cmp-popup-header-title-inverse: #004290;
|
|
1035
|
+
--cmp-popup-footer-bg: #FFFFFF;
|
|
1036
|
+
--cmp-popup-footer-paddingX: 20px;
|
|
1037
|
+
--cmp-popup-footer-paddingY: 8px;
|
|
1038
|
+
--cmp-popup-footer-gap: 16px;
|
|
1039
|
+
--cmp-popup-bg: #EEEEEE;
|
|
1040
|
+
--cmp-spinner-size: 80px;
|
|
1041
|
+
--cmp-spinner-color-track: #EEEEEE;
|
|
1042
|
+
--cmp-spinner-color-arc: #2D8DFF;
|
|
1043
|
+
--cmp-guide-gap: 4px;
|
|
1044
|
+
--cmp-guide-button-height: 28px;
|
|
1045
|
+
--cmp-guide-button-paddingX: 12px;
|
|
1046
|
+
--cmp-guide-button-radius: 9999px;
|
|
1047
|
+
--cmp-guide-button-gap: 6px;
|
|
1048
|
+
--cmp-guide-button-icon-size: 16px;
|
|
1049
|
+
--cmp-guide-button-icon-default: #00973C;
|
|
1050
|
+
--cmp-guide-button-icon-active: #FFFFFF;
|
|
1051
|
+
--cmp-guide-button-border-width: 1px;
|
|
1052
|
+
--cmp-guide-button-border-default: #E1E1E1;
|
|
1053
|
+
--cmp-guide-button-bg-default: #FFFFFF;
|
|
1054
|
+
--cmp-guide-button-bg-tip: #00973C;
|
|
1055
|
+
--cmp-guide-button-bg-notion: #1F8AE1;
|
|
1056
|
+
--cmp-guide-button-text-default: #222222;
|
|
1057
|
+
--cmp-guide-button-text-active: #FFFFFF;
|
|
1058
|
+
--cmp-guide-contents-paddingX: 24px;
|
|
1059
|
+
--cmp-guide-contents-paddingY: 20px;
|
|
1060
|
+
--cmp-guide-contents-gap: 12px;
|
|
1061
|
+
--cmp-guide-contents-title-gap: 8px;
|
|
1062
|
+
--cmp-guide-contents-row-gap: 8px;
|
|
1063
|
+
--cmp-guide-contents-body-gap: 2px;
|
|
1064
|
+
--cmp-guide-contents-typography-color: #222222;
|
|
1065
|
+
--cmp-guide-contents-icon: #00973C;
|
|
1066
|
+
--cmp-guide-contents-radius: 8px;
|
|
1067
|
+
--cmp-guide-contents-depth-paddingLeft: 32px;
|
|
1068
|
+
--cmp-progress-linear-height: 20px;
|
|
1069
|
+
--cmp-progress-linear-radius: 9999px;
|
|
1070
|
+
--cmp-progress-linear-gap: 12px;
|
|
1071
|
+
--cmp-progress-circular-size: 80px;
|
|
1072
|
+
--cmp-progress-circular-gap: 8px;
|
|
1073
|
+
--cmp-progress-color-track: #EEEEEE;
|
|
1074
|
+
--cmp-progress-color-label: #555555;
|
|
1075
|
+
--cmp-progress-active-color: #2D8DFF;
|
|
1076
|
+
--cmp-progress-success-color: #12B553;
|
|
1077
|
+
--cmp-progress-error-color: #FB4444;
|
|
1078
|
+
--cmp-progress-bar-text: #FFFFFF;
|
|
1079
|
+
--cmp-table-header-height: 36px;
|
|
1080
|
+
--cmp-table-header-paddingX: 16px;
|
|
1081
|
+
--cmp-table-header-gap: 4px;
|
|
1082
|
+
--cmp-table-header-bg: #F5FAFF;
|
|
1083
|
+
--cmp-table-header-resizingBar-color: #CCCCCC;
|
|
1084
|
+
--cmp-table-header-resizingBar-height: 16px;
|
|
1085
|
+
--cmp-table-body-default-height: 44px;
|
|
1086
|
+
--cmp-table-body-default-paddingY: 8px;
|
|
1087
|
+
--cmp-table-body-dense-height: 32px;
|
|
1088
|
+
--cmp-table-body-dense-paddingY: 6px;
|
|
1089
|
+
--cmp-table-body-paddingX: 16px;
|
|
1090
|
+
--cmp-table-body-frame-padding: 8px;
|
|
1091
|
+
--cmp-table-border-color: #E1E1E1;
|
|
1092
|
+
--cmp-table-border-width: 1px;
|
|
1093
|
+
--cmp-table-content-gap: 8px;
|
|
1094
|
+
--cmp-table-bar-section-gap: 12px;
|
|
1095
|
+
--cmp-table-bar-divider-height: 20px;
|
|
1096
|
+
--cmp-table-bar-height: 44px;
|
|
1097
|
+
--cmp-table-bar-count-total: #066D9B;
|
|
1098
|
+
--cmp-table-bar-count-null: #888888;
|
|
1099
|
+
--cmp-table-radius: 8px;
|
|
1100
|
+
--cmp-table-keyValue-body-padding: 8px;
|
|
1101
|
+
--cmp-table-keyValue-height: 44px;
|
|
1102
|
+
--cmp-table-keyValue-search-paddingX: 32px;
|
|
1103
|
+
--cmp-table-keyValue-search-bg: #F9F9F9;
|
|
1104
|
+
--cmp-table-separator-color: #EEEEEE;
|
|
1105
|
+
--cmp-table-separator-width-default: 6px;
|
|
1106
|
+
--cmp-table-separator-width-dense: 4px;
|
|
1107
|
+
--cmp-pagination-height: 24px;
|
|
1108
|
+
--cmp-pagination-paddingX: 6px;
|
|
1109
|
+
--cmp-pagination-radius: 6px;
|
|
1110
|
+
--cmp-pagination-gap: 12px;
|
|
1111
|
+
--cmp-pagination-move-gap: 4px;
|
|
1112
|
+
--cmp-pagination-icon: 12px;
|
|
1113
|
+
--cmp-pagination-item-bg-hover: #EEEEEE;
|
|
1114
|
+
--cmp-pagination-item-bg-selected: #E6F1FF;
|
|
1115
|
+
--cmp-pagination-item-content-default: #555555;
|
|
1116
|
+
--cmp-pagination-item-content-hover: #004290;
|
|
1117
|
+
--cmp-pagination-item-content-selected: #004290;
|
|
1118
|
+
--cmp-tab-main-lg-height: 44px;
|
|
1119
|
+
--cmp-tab-main-lg-paddingX: 32px;
|
|
1120
|
+
--cmp-tab-main-md-height: 36px;
|
|
1121
|
+
--cmp-tab-main-md-paddingX: 24px;
|
|
1122
|
+
--cmp-tab-main-gap: 8px;
|
|
1123
|
+
--cmp-tab-main-container-gap: 4px;
|
|
1124
|
+
--cmp-tab-main-radius: 6px;
|
|
1125
|
+
--cmp-tab-main-border-width: 1px;
|
|
1126
|
+
--cmp-tab-main-selected-bg: #FFFFFF;
|
|
1127
|
+
--cmp-tab-main-selected-text: #0075FF;
|
|
1128
|
+
--cmp-tab-main-selected-border: #0075FF;
|
|
1129
|
+
--cmp-tab-main-default-bg: #F6F6F6;
|
|
1130
|
+
--cmp-tab-main-default-text: #888888;
|
|
1131
|
+
--cmp-tab-main-default-border: #CCCCCC;
|
|
1132
|
+
--cmp-tab-sub-selected-text: #0075FF;
|
|
1133
|
+
--cmp-tab-sub-selected-line: #0075FF;
|
|
1134
|
+
--cmp-tab-sub-default-text: #222222;
|
|
1135
|
+
--cmp-tab-sub-border-width: 1px;
|
|
1136
|
+
--cmp-tab-sub-gap-horizontal: 24px;
|
|
1137
|
+
--cmp-tab-sub-gap-vertical: 16px;
|
|
1138
|
+
--cmp-tab-sub-content-gap: 4px;
|
|
1139
|
+
--cmp-tab-sub-item-height: 20px;
|
|
1140
|
+
--cmp-gnbBelt-bg: #001B39;
|
|
1141
|
+
--cmp-gnbBelt-top-height: 56px;
|
|
1142
|
+
--cmp-gnbBelt-top-paddingX: 12px;
|
|
1143
|
+
--cmp-gnbBelt-top-gap: 8px;
|
|
1144
|
+
--cmp-gnbBelt-top-border: #004177;
|
|
1145
|
+
--cmp-gnbBelt-logo-height: 32px;
|
|
1146
|
+
--cmp-gnbBelt-body-paddingY: 12px;
|
|
1147
|
+
--cmp-gnbBelt-item-paddingY: 6px;
|
|
1148
|
+
--cmp-gnbBelt-item-paddingRight: 20px;
|
|
1149
|
+
--cmp-gnbBelt-item-gap: 12px;
|
|
1150
|
+
--cmp-gnbBelt-item-icon: 12px;
|
|
1151
|
+
--cmp-gnbBelt-item-bg-default: #001B39;
|
|
1152
|
+
--cmp-gnbBelt-item-bg-selected: #002B5E;
|
|
1153
|
+
--cmp-gnbBelt-item-color-default: #FFFFFF;
|
|
1154
|
+
--cmp-gnbBelt-item-color-active: #93C4FF;
|
|
1155
|
+
--cmp-gnbBelt-item-depth1-paddingLeft: 20px;
|
|
1156
|
+
--cmp-gnbBelt-item-depth2-paddingLeft: 32px;
|
|
1157
|
+
--cmp-gnbBelt-item-depth3-paddingLeft: 44px;
|
|
1158
|
+
--cmp-gnbBelt-fold-width: 48px;
|
|
1159
|
+
--cmp-gnbBox-top-height: 56px;
|
|
1160
|
+
--cmp-gnbBox-paddingX: 16px;
|
|
1161
|
+
--cmp-gnbBox-gap: 16px;
|
|
1162
|
+
--cmp-gnbBox-bg: #FFFFFF;
|
|
1163
|
+
--cmp-gnbBox-border: #E1E1E1;
|
|
1164
|
+
--cmp-gnbBox-button-gap: 8px;
|
|
1165
|
+
--cmp-gnbBox-logo-height: 32px;
|
|
1166
|
+
--cmp-gnbBox-menu-body-padding: 12px;
|
|
1167
|
+
--cmp-gnbBox-item-paddingY: 6px;
|
|
1168
|
+
--cmp-gnbBox-item-paddingRight: 12px;
|
|
1169
|
+
--cmp-gnbBox-item-gap: 8px;
|
|
1170
|
+
--cmp-gnbBox-item-radius: 8px;
|
|
1171
|
+
--cmp-gnbBox-item-arrow: 12px;
|
|
1172
|
+
--cmp-gnbBox-item-bg-default: #FFFFFF;
|
|
1173
|
+
--cmp-gnbBox-item-bg-hover: #F6F6F6;
|
|
1174
|
+
--cmp-gnbBox-item-bg-selected: #EFF6FF;
|
|
1175
|
+
--cmp-gnbBox-item-color-default: #222222;
|
|
1176
|
+
--cmp-gnbBox-item-color-selected: #0075FF;
|
|
1177
|
+
--cmp-gnbBox-item-depth1-paddingLeft: 12px;
|
|
1178
|
+
--cmp-gnbBox-item-depth1-icon: 20px;
|
|
1179
|
+
--cmp-gnbBox-item-depth2-paddingLeft: 24px;
|
|
1180
|
+
--cmp-gnbBox-item-depth3-paddingLeft: 36px;
|
|
1181
|
+
--cmp-callout-radius: 8px;
|
|
1182
|
+
--cmp-callout-border-width: 1px;
|
|
1183
|
+
--cmp-callout-body-gap: 2px;
|
|
1184
|
+
--cmp-callout-body-paddingX: 12px;
|
|
1185
|
+
--cmp-callout-body-paddingY: 8px;
|
|
1186
|
+
--cmp-callout-default-bg: #F9F9F9;
|
|
1187
|
+
--cmp-callout-default-border: #E1E1E1;
|
|
1188
|
+
--cmp-callout-default-content: #555555;
|
|
1189
|
+
--cmp-callout-danger-bg: #FCEFEF;
|
|
1190
|
+
--cmp-callout-danger-border: #FFB5B5;
|
|
1191
|
+
--cmp-callout-danger-content: #222222;
|
|
1192
|
+
--cmp-callout-danger-title-bg: #FB4444;
|
|
1193
|
+
--cmp-callout-danger-title-paddingX: 24px;
|
|
1194
|
+
--cmp-callout-danger-title-gap: 2px;
|
|
1195
|
+
--cmp-callout-danger-title-color: #FFFFFF;
|
|
1196
|
+
--cmp-callout-danger-title-icon: 24px;
|
|
1197
|
+
}
|
|
1198
|
+
|
|
1199
|
+
/* 타이포그래피 프리셋 */
|
|
1200
|
+
@layer components {
|
|
1201
|
+
.typo-control-xs-default {
|
|
1202
|
+
font-family: Pretendard Variable, Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Segoe UI, Apple SD Gothic Neo, Noto Sans KR, Malgun Gothic, Apple Color Emoji, Segoe UI Emoji, sans-serif;
|
|
1203
|
+
font-size: 12px;
|
|
1204
|
+
font-weight: 400;
|
|
1205
|
+
line-height: 20px;
|
|
1206
|
+
}
|
|
1207
|
+
.typo-control-xs-medium {
|
|
1208
|
+
font-family: Pretendard Variable, Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Segoe UI, Apple SD Gothic Neo, Noto Sans KR, Malgun Gothic, Apple Color Emoji, Segoe UI Emoji, sans-serif;
|
|
1209
|
+
font-size: 12px;
|
|
1210
|
+
font-weight: 500;
|
|
1211
|
+
line-height: 20px;
|
|
1212
|
+
}
|
|
1213
|
+
.typo-control-xs-underline {
|
|
1214
|
+
font-family: Pretendard Variable, Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Segoe UI, Apple SD Gothic Neo, Noto Sans KR, Malgun Gothic, Apple Color Emoji, Segoe UI Emoji, sans-serif;
|
|
1215
|
+
font-size: 12px;
|
|
1216
|
+
font-weight: 500;
|
|
1217
|
+
line-height: 20px;
|
|
1218
|
+
text-decoration: underline;
|
|
1219
|
+
}
|
|
1220
|
+
.typo-control-xs-bold {
|
|
1221
|
+
font-family: Pretendard Variable, Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Segoe UI, Apple SD Gothic Neo, Noto Sans KR, Malgun Gothic, Apple Color Emoji, Segoe UI Emoji, sans-serif;
|
|
1222
|
+
font-size: 12px;
|
|
1223
|
+
font-weight: 700;
|
|
1224
|
+
line-height: 20px;
|
|
1225
|
+
}
|
|
1226
|
+
.typo-control-sm-default {
|
|
1227
|
+
font-family: Pretendard Variable, Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Segoe UI, Apple SD Gothic Neo, Noto Sans KR, Malgun Gothic, Apple Color Emoji, Segoe UI Emoji, sans-serif;
|
|
1228
|
+
font-size: 14px;
|
|
1229
|
+
font-weight: 500;
|
|
1230
|
+
line-height: 24px;
|
|
1231
|
+
}
|
|
1232
|
+
.typo-control-sm-underline {
|
|
1233
|
+
font-family: Pretendard Variable, Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Segoe UI, Apple SD Gothic Neo, Noto Sans KR, Malgun Gothic, Apple Color Emoji, Segoe UI Emoji, sans-serif;
|
|
1234
|
+
font-size: 14px;
|
|
1235
|
+
font-weight: 500;
|
|
1236
|
+
line-height: 24px;
|
|
1237
|
+
text-decoration: underline;
|
|
1238
|
+
}
|
|
1239
|
+
.typo-control-md-default {
|
|
1240
|
+
font-family: Pretendard Variable, Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Segoe UI, Apple SD Gothic Neo, Noto Sans KR, Malgun Gothic, Apple Color Emoji, Segoe UI Emoji, sans-serif;
|
|
1241
|
+
font-size: 16px;
|
|
1242
|
+
font-weight: 500;
|
|
1243
|
+
line-height: 26px;
|
|
1244
|
+
}
|
|
1245
|
+
.typo-control-md-underline {
|
|
1246
|
+
font-family: Pretendard Variable, Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Segoe UI, Apple SD Gothic Neo, Noto Sans KR, Malgun Gothic, Apple Color Emoji, Segoe UI Emoji, sans-serif;
|
|
1247
|
+
font-size: 16px;
|
|
1248
|
+
font-weight: 500;
|
|
1249
|
+
line-height: 26px;
|
|
1250
|
+
text-decoration: underline;
|
|
1251
|
+
}
|
|
1252
|
+
.typo-control-lg {
|
|
1253
|
+
font-family: Pretendard Variable, Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Segoe UI, Apple SD Gothic Neo, Noto Sans KR, Malgun Gothic, Apple Color Emoji, Segoe UI Emoji, sans-serif;
|
|
1254
|
+
font-size: 18px;
|
|
1255
|
+
font-weight: 500;
|
|
1256
|
+
line-height: 30px;
|
|
1257
|
+
}
|
|
1258
|
+
.typo-feedback-xs {
|
|
1259
|
+
font-family: Pretendard Variable, Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Segoe UI, Apple SD Gothic Neo, Noto Sans KR, Malgun Gothic, Apple Color Emoji, Segoe UI Emoji, sans-serif;
|
|
1260
|
+
font-size: 11px;
|
|
1261
|
+
font-weight: 500;
|
|
1262
|
+
line-height: 18px;
|
|
1263
|
+
}
|
|
1264
|
+
.typo-feedback-sm-regular {
|
|
1265
|
+
font-family: Pretendard Variable, Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Segoe UI, Apple SD Gothic Neo, Noto Sans KR, Malgun Gothic, Apple Color Emoji, Segoe UI Emoji, sans-serif;
|
|
1266
|
+
font-size: 12px;
|
|
1267
|
+
font-weight: 400;
|
|
1268
|
+
line-height: 20px;
|
|
1269
|
+
}
|
|
1270
|
+
.typo-feedback-sm-medium {
|
|
1271
|
+
font-family: Pretendard Variable, Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Segoe UI, Apple SD Gothic Neo, Noto Sans KR, Malgun Gothic, Apple Color Emoji, Segoe UI Emoji, sans-serif;
|
|
1272
|
+
font-size: 12px;
|
|
1273
|
+
font-weight: 500;
|
|
1274
|
+
line-height: 20px;
|
|
1275
|
+
}
|
|
1276
|
+
.typo-feedback-sm-bold {
|
|
1277
|
+
font-family: Pretendard Variable, Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Segoe UI, Apple SD Gothic Neo, Noto Sans KR, Malgun Gothic, Apple Color Emoji, Segoe UI Emoji, sans-serif;
|
|
1278
|
+
font-size: 12px;
|
|
1279
|
+
font-weight: 700;
|
|
1280
|
+
line-height: 20px;
|
|
1281
|
+
}
|
|
1282
|
+
.typo-feedback-sm-underline {
|
|
1283
|
+
font-family: Pretendard Variable, Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Segoe UI, Apple SD Gothic Neo, Noto Sans KR, Malgun Gothic, Apple Color Emoji, Segoe UI Emoji, sans-serif;
|
|
1284
|
+
font-size: 12px;
|
|
1285
|
+
font-weight: 500;
|
|
1286
|
+
line-height: 20px;
|
|
1287
|
+
text-decoration: underline;
|
|
1288
|
+
}
|
|
1289
|
+
.typo-feedback-md-bold {
|
|
1290
|
+
font-family: Pretendard Variable, Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Segoe UI, Apple SD Gothic Neo, Noto Sans KR, Malgun Gothic, Apple Color Emoji, Segoe UI Emoji, sans-serif;
|
|
1291
|
+
font-size: 14px;
|
|
1292
|
+
font-weight: 700;
|
|
1293
|
+
line-height: 24px;
|
|
1294
|
+
}
|
|
1295
|
+
.typo-feedback-md-medium {
|
|
1296
|
+
font-family: Pretendard Variable, Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Segoe UI, Apple SD Gothic Neo, Noto Sans KR, Malgun Gothic, Apple Color Emoji, Segoe UI Emoji, sans-serif;
|
|
1297
|
+
font-size: 14px;
|
|
1298
|
+
font-weight: 500;
|
|
1299
|
+
line-height: 24px;
|
|
1300
|
+
}
|
|
1301
|
+
.typo-feedback-md-underline {
|
|
1302
|
+
font-family: Pretendard Variable, Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Segoe UI, Apple SD Gothic Neo, Noto Sans KR, Malgun Gothic, Apple Color Emoji, Segoe UI Emoji, sans-serif;
|
|
1303
|
+
font-size: 14px;
|
|
1304
|
+
font-weight: 700;
|
|
1305
|
+
line-height: 24px;
|
|
1306
|
+
text-decoration: underline;
|
|
1307
|
+
}
|
|
1308
|
+
.typo-heading-sm {
|
|
1309
|
+
font-family: Pretendard Variable, Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Segoe UI, Apple SD Gothic Neo, Noto Sans KR, Malgun Gothic, Apple Color Emoji, Segoe UI Emoji, sans-serif;
|
|
1310
|
+
font-size: 14px;
|
|
1311
|
+
font-weight: 700;
|
|
1312
|
+
line-height: 24px;
|
|
1313
|
+
}
|
|
1314
|
+
.typo-heading-md {
|
|
1315
|
+
font-family: Pretendard Variable, Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Segoe UI, Apple SD Gothic Neo, Noto Sans KR, Malgun Gothic, Apple Color Emoji, Segoe UI Emoji, sans-serif;
|
|
1316
|
+
font-size: 16px;
|
|
1317
|
+
font-weight: 700;
|
|
1318
|
+
line-height: 26px;
|
|
1319
|
+
}
|
|
1320
|
+
.typo-heading-lg {
|
|
1321
|
+
font-family: Pretendard Variable, Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Segoe UI, Apple SD Gothic Neo, Noto Sans KR, Malgun Gothic, Apple Color Emoji, Segoe UI Emoji, sans-serif;
|
|
1322
|
+
font-size: 18px;
|
|
1323
|
+
font-weight: 700;
|
|
1324
|
+
line-height: 30px;
|
|
1325
|
+
}
|
|
1326
|
+
.typo-field-xs-default {
|
|
1327
|
+
font-family: Pretendard Variable, Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Segoe UI, Apple SD Gothic Neo, Noto Sans KR, Malgun Gothic, Apple Color Emoji, Segoe UI Emoji, sans-serif;
|
|
1328
|
+
font-size: 11px;
|
|
1329
|
+
font-weight: 400;
|
|
1330
|
+
line-height: 18px;
|
|
1331
|
+
}
|
|
1332
|
+
.typo-field-sm-default {
|
|
1333
|
+
font-family: Pretendard Variable, Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Segoe UI, Apple SD Gothic Neo, Noto Sans KR, Malgun Gothic, Apple Color Emoji, Segoe UI Emoji, sans-serif;
|
|
1334
|
+
font-size: 12px;
|
|
1335
|
+
font-weight: 400;
|
|
1336
|
+
line-height: 20px;
|
|
1337
|
+
}
|
|
1338
|
+
.typo-field-sm-medium {
|
|
1339
|
+
font-family: Pretendard Variable, Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Segoe UI, Apple SD Gothic Neo, Noto Sans KR, Malgun Gothic, Apple Color Emoji, Segoe UI Emoji, sans-serif;
|
|
1340
|
+
font-size: 12px;
|
|
1341
|
+
font-weight: 500;
|
|
1342
|
+
line-height: 20px;
|
|
1343
|
+
}
|
|
1344
|
+
.typo-field-sm-bold {
|
|
1345
|
+
font-family: Pretendard Variable, Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Segoe UI, Apple SD Gothic Neo, Noto Sans KR, Malgun Gothic, Apple Color Emoji, Segoe UI Emoji, sans-serif;
|
|
1346
|
+
font-size: 12px;
|
|
1347
|
+
font-weight: 700;
|
|
1348
|
+
line-height: 20px;
|
|
1349
|
+
}
|
|
1350
|
+
.typo-field-md-default {
|
|
1351
|
+
font-family: Pretendard Variable, Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Segoe UI, Apple SD Gothic Neo, Noto Sans KR, Malgun Gothic, Apple Color Emoji, Segoe UI Emoji, sans-serif;
|
|
1352
|
+
font-size: 14px;
|
|
1353
|
+
font-weight: 400;
|
|
1354
|
+
line-height: 24px;
|
|
1355
|
+
}
|
|
1356
|
+
.typo-field-md-medium {
|
|
1357
|
+
font-family: Pretendard Variable, Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Segoe UI, Apple SD Gothic Neo, Noto Sans KR, Malgun Gothic, Apple Color Emoji, Segoe UI Emoji, sans-serif;
|
|
1358
|
+
font-size: 14px;
|
|
1359
|
+
font-weight: 500;
|
|
1360
|
+
line-height: 24px;
|
|
1361
|
+
}
|
|
1362
|
+
.typo-field-md-bold {
|
|
1363
|
+
font-family: Pretendard Variable, Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Segoe UI, Apple SD Gothic Neo, Noto Sans KR, Malgun Gothic, Apple Color Emoji, Segoe UI Emoji, sans-serif;
|
|
1364
|
+
font-size: 14px;
|
|
1365
|
+
font-weight: 700;
|
|
1366
|
+
line-height: 24px;
|
|
1367
|
+
}
|
|
1368
|
+
.typo-field-lg-default {
|
|
1369
|
+
font-family: Pretendard Variable, Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Segoe UI, Apple SD Gothic Neo, Noto Sans KR, Malgun Gothic, Apple Color Emoji, Segoe UI Emoji, sans-serif;
|
|
1370
|
+
font-size: 16px;
|
|
1371
|
+
font-weight: 400;
|
|
1372
|
+
line-height: 26px;
|
|
1373
|
+
}
|
|
1374
|
+
.typo-field-lg-medium {
|
|
1375
|
+
font-family: Pretendard Variable, Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Segoe UI, Apple SD Gothic Neo, Noto Sans KR, Malgun Gothic, Apple Color Emoji, Segoe UI Emoji, sans-serif;
|
|
1376
|
+
font-size: 16px;
|
|
1377
|
+
font-weight: 500;
|
|
1378
|
+
line-height: 26px;
|
|
1379
|
+
}
|
|
1380
|
+
.typo-field-lg-bold {
|
|
1381
|
+
font-family: Pretendard Variable, Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Segoe UI, Apple SD Gothic Neo, Noto Sans KR, Malgun Gothic, Apple Color Emoji, Segoe UI Emoji, sans-serif;
|
|
1382
|
+
font-size: 16px;
|
|
1383
|
+
font-weight: 700;
|
|
1384
|
+
line-height: 26px;
|
|
1385
|
+
}
|
|
1386
|
+
.typo-navigation-sm-default {
|
|
1387
|
+
font-family: Pretendard Variable, Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Segoe UI, Apple SD Gothic Neo, Noto Sans KR, Malgun Gothic, Apple Color Emoji, Segoe UI Emoji, sans-serif;
|
|
1388
|
+
font-size: 12px;
|
|
1389
|
+
font-weight: 400;
|
|
1390
|
+
line-height: 20px;
|
|
1391
|
+
}
|
|
1392
|
+
.typo-navigation-sm-medium {
|
|
1393
|
+
font-family: Pretendard Variable, Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Segoe UI, Apple SD Gothic Neo, Noto Sans KR, Malgun Gothic, Apple Color Emoji, Segoe UI Emoji, sans-serif;
|
|
1394
|
+
font-size: 12px;
|
|
1395
|
+
font-weight: 500;
|
|
1396
|
+
line-height: 20px;
|
|
1397
|
+
}
|
|
1398
|
+
.typo-navigation-sm-bold {
|
|
1399
|
+
font-family: Pretendard Variable, Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Segoe UI, Apple SD Gothic Neo, Noto Sans KR, Malgun Gothic, Apple Color Emoji, Segoe UI Emoji, sans-serif;
|
|
1400
|
+
font-size: 12px;
|
|
1401
|
+
font-weight: 700;
|
|
1402
|
+
line-height: 20px;
|
|
1403
|
+
}
|
|
1404
|
+
.typo-navigation-md-bold {
|
|
1405
|
+
font-family: Pretendard Variable, Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Segoe UI, Apple SD Gothic Neo, Noto Sans KR, Malgun Gothic, Apple Color Emoji, Segoe UI Emoji, sans-serif;
|
|
1406
|
+
font-size: 13px;
|
|
1407
|
+
font-weight: 700;
|
|
1408
|
+
line-height: 22px;
|
|
1409
|
+
}
|
|
1410
|
+
.typo-navigation-lg-medium {
|
|
1411
|
+
font-family: Pretendard Variable, Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Segoe UI, Apple SD Gothic Neo, Noto Sans KR, Malgun Gothic, Apple Color Emoji, Segoe UI Emoji, sans-serif;
|
|
1412
|
+
font-size: 14px;
|
|
1413
|
+
font-weight: 500;
|
|
1414
|
+
line-height: 24px;
|
|
1415
|
+
}
|
|
1416
|
+
.typo-navigation-lg-bold {
|
|
1417
|
+
font-family: Pretendard Variable, Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Segoe UI, Apple SD Gothic Neo, Noto Sans KR, Malgun Gothic, Apple Color Emoji, Segoe UI Emoji, sans-serif;
|
|
1418
|
+
font-size: 14px;
|
|
1419
|
+
font-weight: 700;
|
|
1420
|
+
line-height: 24px;
|
|
1421
|
+
}
|
|
1422
|
+
.typo-table-header {
|
|
1423
|
+
font-family: Pretendard Variable, Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Segoe UI, Apple SD Gothic Neo, Noto Sans KR, Malgun Gothic, Apple Color Emoji, Segoe UI Emoji, sans-serif;
|
|
1424
|
+
font-size: 12px;
|
|
1425
|
+
font-weight: 500;
|
|
1426
|
+
line-height: 20px;
|
|
1427
|
+
}
|
|
1428
|
+
.typo-table-body {
|
|
1429
|
+
font-family: Pretendard Variable, Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Segoe UI, Apple SD Gothic Neo, Noto Sans KR, Malgun Gothic, Apple Color Emoji, Segoe UI Emoji, sans-serif;
|
|
1430
|
+
font-size: 12px;
|
|
1431
|
+
font-weight: 400;
|
|
1432
|
+
line-height: 20px;
|
|
1433
|
+
}
|
|
1434
|
+
.typo-table-accent {
|
|
1435
|
+
font-family: Pretendard Variable, Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Segoe UI, Apple SD Gothic Neo, Noto Sans KR, Malgun Gothic, Apple Color Emoji, Segoe UI Emoji, sans-serif;
|
|
1436
|
+
font-size: 12px;
|
|
1437
|
+
font-weight: 700;
|
|
1438
|
+
line-height: 20px;
|
|
1439
|
+
}
|
|
1440
|
+
}
|
|
1441
|
+
|
|
1442
|
+
/* 컴포넌트 공용 애니메이션 (progress 등) */
|
|
1443
|
+
@theme {
|
|
1444
|
+
--animate-linear-indeterminate: linear-indeterminate 1.2s linear infinite;
|
|
1445
|
+
--animate-circle-spin: circle-spin 2s linear infinite;
|
|
1446
|
+
--animate-circle-arc: circle-arc 1.5s ease-in-out infinite;
|
|
1447
|
+
|
|
1448
|
+
/* 모달 열림/닫힘 (sd-modal-container 애니메이션 포팅) */
|
|
1449
|
+
--animate-overlay-in: overlay-in 0.3s ease-out;
|
|
1450
|
+
--animate-overlay-out: overlay-out 0.3s ease-out;
|
|
1451
|
+
--animate-modal-in: modal-in 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
|
|
1452
|
+
--animate-modal-out: modal-out 0.2s ease-out;
|
|
1453
|
+
--animate-modal-shake: modal-shake 0.3s ease-out;
|
|
1454
|
+
}
|
|
1455
|
+
@keyframes linear-indeterminate {
|
|
1456
|
+
0% { transform: translateX(-100%) scaleX(0.2); }
|
|
1457
|
+
50% { transform: translateX(20%) scaleX(0.6); }
|
|
1458
|
+
100% { transform: translateX(120%) scaleX(0.2); }
|
|
1459
|
+
}
|
|
1460
|
+
@keyframes circle-spin { to { transform: rotate(360deg); } }
|
|
1461
|
+
@keyframes circle-arc {
|
|
1462
|
+
0% { stroke-dasharray: 1 340; stroke-dashoffset: 0; }
|
|
1463
|
+
50% { stroke-dasharray: 151 340; stroke-dashoffset: -60; }
|
|
1464
|
+
100% { stroke-dasharray: 151 340; stroke-dashoffset: -211; }
|
|
1465
|
+
}
|
|
1466
|
+
@keyframes overlay-in { from { opacity: 0; } to { opacity: 1; } }
|
|
1467
|
+
@keyframes overlay-out { from { opacity: 1; } to { opacity: 0; } }
|
|
1468
|
+
/* 중앙정렬은 flex 래퍼가 담당하므로 애니메이션은 scale만 (원본 sd-modal-container 와 동일) */
|
|
1469
|
+
@keyframes modal-in {
|
|
1470
|
+
from { opacity: 0; transform: scale(0); }
|
|
1471
|
+
to { opacity: 1; transform: scale(1); }
|
|
1472
|
+
}
|
|
1473
|
+
@keyframes modal-out {
|
|
1474
|
+
from { opacity: 1; transform: scale(1); }
|
|
1475
|
+
to { opacity: 0; transform: scale(0.95); }
|
|
1476
|
+
}
|
|
1477
|
+
/* persistent 모달에서 백드롭/ESC 닫기 시도 시 흔들림 (sd-modal-container--shake 포팅) */
|
|
1478
|
+
@keyframes modal-shake {
|
|
1479
|
+
0%, 100% { transform: scale(1); }
|
|
1480
|
+
25% { transform: scale(1.03); }
|
|
1481
|
+
50% { transform: scale(0.97); }
|
|
1482
|
+
75% { transform: scale(1.01); }
|
|
1483
|
+
}
|