@bwg-ui/core 1.0.0 → 1.1.1
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/dist/chunks/AuthContext-CXng9fj0.cjs +1 -0
- package/dist/chunks/AuthContext-Ei2P-z4d.js +52 -0
- package/dist/chunks/BwgLargeUploader-BOf905_l.cjs +2 -0
- package/dist/chunks/BwgLargeUploader-BeI8oV8y.js +3315 -0
- package/dist/chunks/FileUtils-BcnoJ2zn.js +140 -0
- package/dist/chunks/FileUtils-CCBueCSG.cjs +1 -0
- package/dist/chunks/PublicLayout-BiTPwkVq.cjs +35 -0
- package/dist/chunks/PublicLayout-g9WMtoZ0.js +138 -0
- package/dist/chunks/{QuickServiceToggle-y7esp1kp.js → SSOHandler-DVa4JKKb.js} +14831 -14630
- package/dist/chunks/SSOHandler-DiwKoTdN.cjs +183 -0
- package/dist/chunks/ScreenProtectContext-ofv2QgMp.cjs +1 -0
- package/dist/chunks/ScreenProtectContext-zByHldrr.js +114 -0
- package/dist/chunks/SearchBoxContext-B1nxG-Wd.cjs +1 -0
- package/dist/chunks/{ServiceCodeContext-CDZMr3Mm.js → SearchBoxContext-DhKP2pQj.js} +39 -39
- package/dist/chunks/{UtilsContext-B16Gh9LL.cjs → UtilsContext-CLJwXO1Q.cjs} +1 -1
- package/dist/chunks/{UtilsContext-BbfZYiMR.js → UtilsContext-CwVwmfrg.js} +9 -9
- package/dist/chunks/{codeStore-bxk_q1sl.js → codeStore-9alVvK1W.js} +1 -1
- package/dist/chunks/{codeStore-Dt6j826J.cjs → codeStore-B_4WPxpS.cjs} +1 -1
- package/dist/chunks/envUtils-C9Gf5aek.js +29 -0
- package/dist/chunks/envUtils-CduTHoHu.cjs +1 -0
- package/dist/chunks/menuStore-BwLORbDu.cjs +1 -0
- package/dist/chunks/{favoriteStore-CguRSEcH.js → menuStore-DXn19Xnr.js} +136 -123
- package/dist/chunks/{popupStore-CVD8SPTa.cjs → popupStore-D_-Wpcao.cjs} +1 -1
- package/dist/chunks/{popupStore-Dp_fqtim.js → popupStore-JBIRLYTL.js} +1 -1
- package/dist/chunks/{serviceConfig-BJBsdee_.js → serviceConfig-4iBLfLzF.js} +176 -205
- package/dist/chunks/serviceConfig-B5UJqk4b.cjs +2 -0
- package/dist/components/common/BwgCmptArea.d.ts +84 -6
- package/dist/components/common/BwgCol.d.ts +19 -0
- package/dist/components/common/BwgConfigProvider.d.ts +2 -1
- package/dist/components/common/BwgGrid.d.ts +9 -4
- package/dist/components/common/BwgInfoArea.d.ts +2 -1
- package/dist/components/common/BwgRow.d.ts +19 -0
- package/dist/components/common/BwgTitleBox.d.ts +5 -1
- package/dist/components/common/BwgView.d.ts +2 -13
- package/dist/components/common/SSOHandler.d.ts +2 -0
- package/dist/components/common/SearchBox.d.ts +59 -7
- package/dist/components/common/index.cjs +1 -1
- package/dist/components/common/index.d.ts +19 -16
- package/dist/components/common/index.js +20 -17
- package/dist/components/core/BwgLargeUploader.d.ts +4 -1
- package/dist/components/core/BwgSearch.d.ts +4 -0
- package/dist/components/core/BwgUploader.d.ts +30 -7
- package/dist/components/core/index.cjs +1 -1
- package/dist/components/core/index.js +1 -1
- package/dist/components/layout/ProgressOverlay.d.ts +10 -0
- package/dist/components/layout/ProtectLayout.d.ts +6 -0
- package/dist/components/layout/PublicLayout.d.ts +6 -0
- package/dist/components/layout/index.cjs +1 -0
- package/dist/components/layout/index.d.ts +3 -0
- package/dist/components/layout/index.js +6 -0
- package/dist/index.cjs +1 -1
- package/dist/index.d.ts +1 -0
- package/dist/index.js +304 -289
- package/dist/provider/contexts/AuthContext.d.ts +12 -0
- package/dist/provider/contexts/ScreenProtectContext.d.ts +21 -0
- package/dist/provider/contexts/index.d.ts +2 -0
- package/dist/provider/index.cjs +1 -1
- package/dist/provider/index.js +25 -19
- package/dist/stores/index.cjs +1 -1
- package/dist/stores/index.js +5 -5
- package/dist/styles/assets/images/backgrounds/krx_login_bg.png +0 -0
- package/dist/styles/assets/images/contents/icon/ico-lockscreen.svg +44 -0
- package/dist/styles/assets/images/logos/krx-logo-full.svg +35 -0
- package/dist/styles/components.css +130 -17
- package/dist/styles/global.css +19 -0
- package/dist/styles/layout.css +108 -35
- package/dist/styles/login.css +39 -33
- package/dist/styles/variables.css +221 -5
- package/dist/types/global.d.ts +2 -0
- package/dist/utils/FileUtils.d.ts +7 -0
- package/dist/utils/envUtils.d.ts +8 -0
- package/dist/utils/index.cjs +1 -1
- package/dist/utils/index.d.ts +1 -0
- package/dist/utils/index.js +105 -103
- package/package.json +32 -5
- package/dist/chunks/BwgLargeUploader-ByN1XWV4.js +0 -809
- package/dist/chunks/BwgLargeUploader-CU0-MVk4.cjs +0 -1
- package/dist/chunks/QuickServiceToggle-CiCuWfCF.cjs +0 -183
- package/dist/chunks/ServiceCodeContext--ZnMtjzD.cjs +0 -1
- package/dist/chunks/favoriteStore-TgeeY32l.cjs +0 -1
- package/dist/chunks/messageUtils-9DXOwada.js +0 -117
- package/dist/chunks/messageUtils-RjJD_ArW.cjs +0 -1
- package/dist/chunks/serviceConfig-Cr2P4yr4.cjs +0 -2
package/dist/styles/layout.css
CHANGED
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
.main-layout {
|
|
3
3
|
min-height: 100vh;
|
|
4
4
|
overflow: hidden;
|
|
5
|
+
min-width: 1280px;
|
|
5
6
|
}
|
|
6
7
|
|
|
7
8
|
/* 헤더 스타일 */
|
|
@@ -39,6 +40,10 @@
|
|
|
39
40
|
.header-user .ant-btn:hover {
|
|
40
41
|
background: none;
|
|
41
42
|
}
|
|
43
|
+
.header-user .ant-btn-icon {
|
|
44
|
+
width: 100%;
|
|
45
|
+
height: 100%;
|
|
46
|
+
}
|
|
42
47
|
.header-user-info {
|
|
43
48
|
font-size: 14px;
|
|
44
49
|
color: #666;
|
|
@@ -52,6 +57,7 @@
|
|
|
52
57
|
}
|
|
53
58
|
|
|
54
59
|
|
|
60
|
+
|
|
55
61
|
/* 헤더 로고 영역 */
|
|
56
62
|
.header-logo {
|
|
57
63
|
display: flex;
|
|
@@ -163,7 +169,7 @@
|
|
|
163
169
|
background-color: var(--sidebar-segmented-bg);
|
|
164
170
|
border-radius: var(--border-radius-sm);
|
|
165
171
|
font-size: 13px;
|
|
166
|
-
color:
|
|
172
|
+
color: var(--sidebar-segmented-text);
|
|
167
173
|
.ant-segmented-group {
|
|
168
174
|
gap: 5px;
|
|
169
175
|
}
|
|
@@ -173,10 +179,10 @@
|
|
|
173
179
|
}
|
|
174
180
|
}
|
|
175
181
|
.sider-search-ipt {
|
|
176
|
-
background:
|
|
182
|
+
background: var(--sidebar-search-bg);
|
|
177
183
|
border-radius: var(--border-radius-xl);
|
|
178
184
|
border: 0;
|
|
179
|
-
color:
|
|
185
|
+
color: var(--sidebar-search-text);
|
|
180
186
|
font-size: 13px;
|
|
181
187
|
font-weight: var(--font-weight-medium);
|
|
182
188
|
.anticon-search svg {
|
|
@@ -202,7 +208,7 @@
|
|
|
202
208
|
|
|
203
209
|
/* 사이드바 테마 적용 */
|
|
204
210
|
.ant-layout-sider {
|
|
205
|
-
background-color: var(--sidebar-bg)
|
|
211
|
+
background-color: var(--sidebar-bg);
|
|
206
212
|
}
|
|
207
213
|
.ant-layout-sider-collapsed {
|
|
208
214
|
flex: 0 0 50px !important;
|
|
@@ -213,12 +219,12 @@
|
|
|
213
219
|
}
|
|
214
220
|
|
|
215
221
|
.ant-menu-dark {
|
|
216
|
-
background-color: var(--sidebar-bg)
|
|
222
|
+
background-color: var(--sidebar-bg);
|
|
217
223
|
}
|
|
218
224
|
|
|
219
225
|
/* 사이드바 메뉴 트리 전체 테마 적용 */
|
|
220
226
|
.ant-layout-sider .ant-menu {
|
|
221
|
-
|
|
227
|
+
background-color: var(--sidebar-bg);
|
|
222
228
|
}
|
|
223
229
|
|
|
224
230
|
.ant-layout-sider .ant-menu-submenu {
|
|
@@ -259,9 +265,9 @@
|
|
|
259
265
|
border-radius: 0;
|
|
260
266
|
}
|
|
261
267
|
.sider-menu .ant-menu-item-active.ant-menu-item-only-child {
|
|
262
|
-
background-color: var(--sidebar-menu-
|
|
268
|
+
background-color: var(--sidebar-menu-selected-bg);
|
|
263
269
|
&:hover {
|
|
264
|
-
background-color: var(--sidebar-menu-
|
|
270
|
+
background-color: var(--sidebar-menu-selected-bg) !important;
|
|
265
271
|
}
|
|
266
272
|
&::before {
|
|
267
273
|
content: '';
|
|
@@ -270,7 +276,7 @@
|
|
|
270
276
|
left: 0;
|
|
271
277
|
width: 3px;
|
|
272
278
|
height: 100%;
|
|
273
|
-
background:
|
|
279
|
+
background: var(--sidebar-menu-selected-bar);
|
|
274
280
|
}
|
|
275
281
|
.ant-menu-title-content {
|
|
276
282
|
font-weight: var(--font-weight-medium);
|
|
@@ -314,8 +320,8 @@
|
|
|
314
320
|
/* 2레벨 ul 스타일 */
|
|
315
321
|
.ant-layout-sider .sider-menu > .ant-menu-submenu-open > .ant-menu-sub {
|
|
316
322
|
background-color: var(--sidebar-open-menu-group-bg) !important;
|
|
317
|
-
border-top: 1px solid var(--border
|
|
318
|
-
border-bottom: 1px solid var(--border
|
|
323
|
+
border-top: 1px solid var(--sidebar-open-menu-group-border) !important;
|
|
324
|
+
border-bottom: 1px solid var(--sidebar-open-menu-group-border) !important;
|
|
319
325
|
padding: 10px 0;
|
|
320
326
|
}
|
|
321
327
|
.ant-layout-sider .sider-menu > .ant-menu-submenu-open > .ant-menu-sub > .ant-menu-submenu-open > .ant-menu-submenu-title {
|
|
@@ -365,14 +371,16 @@
|
|
|
365
371
|
/* 2레벨 메뉴*/
|
|
366
372
|
.ant-layout-sider .ant-menu-sub .ant-menu-item,
|
|
367
373
|
.ant-layout-sider .ant-menu-sub .ant-menu-submenu-title {
|
|
368
|
-
|
|
374
|
+
padding-left: 20px !important;
|
|
375
|
+
}
|
|
376
|
+
.ant-layout-sider .ant-menu-sub .ant-menu-item.ant-menu-item-only-child {
|
|
377
|
+
padding-left: 30px !important;
|
|
369
378
|
}
|
|
370
|
-
|
|
371
379
|
/* 3레벨 메뉴*/
|
|
372
380
|
.ant-layout-sider .ant-menu-sub .ant-menu-sub .ant-menu-item,
|
|
373
381
|
.ant-layout-sider .ant-menu-sub .ant-menu-sub .ant-menu-submenu-title {
|
|
374
382
|
font-size: 13px !important;
|
|
375
|
-
|
|
383
|
+
padding-left: 30px !important;
|
|
376
384
|
}
|
|
377
385
|
|
|
378
386
|
/* 4레벨 메뉴*/
|
|
@@ -382,7 +390,8 @@
|
|
|
382
390
|
.ant-menu-sub
|
|
383
391
|
.ant-menu-sub
|
|
384
392
|
.ant-menu-submenu-title {
|
|
385
|
-
font-size:
|
|
393
|
+
font-size: 12px !important;
|
|
394
|
+
padding-left: 30px !important;
|
|
386
395
|
}
|
|
387
396
|
|
|
388
397
|
/* 메뉴 아이콘 색상 */
|
|
@@ -416,6 +425,11 @@
|
|
|
416
425
|
/* color: var(--sidebar-text) !important; */
|
|
417
426
|
/* background-color: rgba(255, 255, 255, 0.1) !important; */
|
|
418
427
|
}
|
|
428
|
+
/* 호버 상태 - 서브메뉴 텍스트 강조 */
|
|
429
|
+
.ant-layout-sider .ant-menu-submenu:hover > .ant-menu-submenu-title .ant-menu-title-content span,
|
|
430
|
+
.ant-layout-sider .ant-menu-item:hover > .ant-menu-title-content span {
|
|
431
|
+
font-weight: var(--font-weight-bold);
|
|
432
|
+
}
|
|
419
433
|
|
|
420
434
|
/* 서브메뉴 내부 호버 상태 */
|
|
421
435
|
.ant-layout-sider .ant-menu-sub .ant-menu-item:hover,
|
|
@@ -428,7 +442,7 @@
|
|
|
428
442
|
.ant-layout-sider .ant-menu-sub .ant-menu-sub .ant-menu-item:hover,
|
|
429
443
|
.ant-layout-sider .ant-menu-sub .ant-menu-sub .ant-menu-submenu-title:hover {
|
|
430
444
|
color: var(--sidebar-primary-text);
|
|
431
|
-
background-color: var(--sidebar-menu-
|
|
445
|
+
background-color: var(--sidebar-menu-selected-bg);
|
|
432
446
|
}
|
|
433
447
|
|
|
434
448
|
/* 4레벨 서브메뉴 내부 호버 상태 */
|
|
@@ -443,7 +457,7 @@
|
|
|
443
457
|
.ant-menu-sub
|
|
444
458
|
.ant-menu-submenu-title:hover {
|
|
445
459
|
color: var(--sidebar-primary-text);
|
|
446
|
-
background-color: var(--sidebar-menu-
|
|
460
|
+
background-color: var(--sidebar-menu-selected-bg);
|
|
447
461
|
}
|
|
448
462
|
|
|
449
463
|
/* 라이트 테마 호버 (어두운 색상) */
|
|
@@ -536,21 +550,21 @@
|
|
|
536
550
|
.ant-layout-sider .ant-menu-item-selected,
|
|
537
551
|
.ant-layout-sider .ant-menu-item-selected > a {
|
|
538
552
|
color: var(--sidebar-primary-text);
|
|
539
|
-
background-color: var(--sidebar-menu-
|
|
553
|
+
background-color: var(--sidebar-menu-selected-bg);
|
|
540
554
|
}
|
|
541
555
|
|
|
542
556
|
/* 서브메뉴 내부 선택된 아이템 */
|
|
543
557
|
.ant-layout-sider .ant-menu-sub .ant-menu-item-selected,
|
|
544
558
|
.ant-layout-sider .ant-menu-sub .ant-menu-item-selected > a {
|
|
545
559
|
color: var(--sidebar-primary-text);
|
|
546
|
-
background-color: var(--sidebar-menu-
|
|
560
|
+
background-color: var(--sidebar-menu-selected-bg);
|
|
547
561
|
}
|
|
548
562
|
|
|
549
563
|
/* 3레벨 서브메뉴 내부 선택된 아이템 */
|
|
550
564
|
.ant-layout-sider .ant-menu-sub .ant-menu-sub .ant-menu-item-selected,
|
|
551
565
|
.ant-layout-sider .ant-menu-sub .ant-menu-sub .ant-menu-item-selected > a {
|
|
552
566
|
color: var(--sidebar-primary-text);
|
|
553
|
-
background-color: var(--sidebar-menu-
|
|
567
|
+
background-color: var(--sidebar-menu-selected-bg);
|
|
554
568
|
}
|
|
555
569
|
|
|
556
570
|
/* 4레벨 서브메뉴 내부 선택된 아이템 */
|
|
@@ -566,7 +580,7 @@
|
|
|
566
580
|
.ant-menu-item-selected
|
|
567
581
|
> a {
|
|
568
582
|
color: var(--sidebar-primary-text);
|
|
569
|
-
background-color: var(--sidebar-menu-
|
|
583
|
+
background-color: var(--sidebar-menu-selected-bg);
|
|
570
584
|
}
|
|
571
585
|
|
|
572
586
|
/* 메뉴 하위 레이아웃 변경 */
|
|
@@ -590,14 +604,14 @@
|
|
|
590
604
|
content: '';
|
|
591
605
|
position: absolute;
|
|
592
606
|
top: 50%;
|
|
593
|
-
left: -
|
|
594
|
-
width:
|
|
607
|
+
left: -10px;
|
|
608
|
+
width: 4px;
|
|
595
609
|
height: 1px;
|
|
596
|
-
background-color:
|
|
610
|
+
background-color: var(--sidebar-menu-bullet);
|
|
597
611
|
}
|
|
598
612
|
}
|
|
599
613
|
.sider-content .sider-menu .ant-menu-item-active.ant-menu-item-only-child .ant-menu-title-content > div::before {
|
|
600
|
-
background-color: var(--sidebar-
|
|
614
|
+
background-color: var(--sidebar-menu-bullet-active);
|
|
601
615
|
}
|
|
602
616
|
|
|
603
617
|
/* 사이드바 축소 스타일 */
|
|
@@ -733,8 +747,7 @@
|
|
|
733
747
|
/* 컨텐츠 스타일 */
|
|
734
748
|
.main-content {
|
|
735
749
|
flex: 1;
|
|
736
|
-
|
|
737
|
-
height: calc(100vh - 120px); /* 헤더(64px) + MenuTab(48px) + 마진 고려 */
|
|
750
|
+
height: calc(100vh - 45px);
|
|
738
751
|
}
|
|
739
752
|
|
|
740
753
|
.content-header {
|
|
@@ -767,10 +780,8 @@
|
|
|
767
780
|
/* 반응형 디자인 */
|
|
768
781
|
@media (max-width: 768px) {
|
|
769
782
|
.main-sider {
|
|
770
|
-
position: fixed;
|
|
771
783
|
height: 100vh;
|
|
772
784
|
z-index: 1001;
|
|
773
|
-
left: -200px;
|
|
774
785
|
transition: left 0.3s ease;
|
|
775
786
|
}
|
|
776
787
|
|
|
@@ -778,9 +789,6 @@
|
|
|
778
789
|
left: 0;
|
|
779
790
|
}
|
|
780
791
|
|
|
781
|
-
.main-content {
|
|
782
|
-
margin: 16px 8px;
|
|
783
|
-
}
|
|
784
792
|
|
|
785
793
|
.main-header {
|
|
786
794
|
padding: 0 16px;
|
|
@@ -861,7 +869,7 @@
|
|
|
861
869
|
}
|
|
862
870
|
}
|
|
863
871
|
|
|
864
|
-
.menu-nav-container .menu-tabs.ant-tabs .ant-tabs-tab:hover {
|
|
872
|
+
.menu-nav-container .menu-tabs.ant-tabs .ant-tabs-tab:not(.ant-tabs-tab-active):hover {
|
|
865
873
|
background: #dbdeec;
|
|
866
874
|
color: var(--text-secondary);
|
|
867
875
|
}
|
|
@@ -1092,6 +1100,9 @@
|
|
|
1092
1100
|
.quick-tab-drag-btn:hover {
|
|
1093
1101
|
background: rgba(28, 24, 37, 0.2) url(./assets/images/contents/icon/ico-quick-tab-move.svg) no-repeat center;
|
|
1094
1102
|
}
|
|
1103
|
+
.quick-tab-container .quick-tab {
|
|
1104
|
+
background-color: var(--primary-color);
|
|
1105
|
+
}
|
|
1095
1106
|
.quick-tab-item-inner {
|
|
1096
1107
|
display: flex;
|
|
1097
1108
|
flex-direction: column;
|
|
@@ -1104,7 +1115,7 @@
|
|
|
1104
1115
|
align-items: center;
|
|
1105
1116
|
justify-content: center;
|
|
1106
1117
|
}
|
|
1107
|
-
.quick-tab-items-icon .anticon {
|
|
1118
|
+
.quick-tab-items-icon .anticon {
|
|
1108
1119
|
font-size: 28px;
|
|
1109
1120
|
}
|
|
1110
1121
|
.quick-tab-items:last-child {
|
|
@@ -1122,11 +1133,73 @@
|
|
|
1122
1133
|
background: #FFF0F5;
|
|
1123
1134
|
}
|
|
1124
1135
|
|
|
1125
|
-
|
|
1126
1136
|
.quick-tab-items-title {
|
|
1127
1137
|
font-size: 13px;
|
|
1128
1138
|
font-weight: var(--font-weight-semibold);
|
|
1129
1139
|
line-height: 16px;
|
|
1130
1140
|
word-break: keep-all;
|
|
1131
1141
|
color: var(--text-primary);
|
|
1142
|
+
}
|
|
1143
|
+
|
|
1144
|
+
/* 퀵메뉴 스크롤 스타일 */
|
|
1145
|
+
.quick-tab-items-wrap::-webkit-scrollbar {
|
|
1146
|
+
width: 4px;
|
|
1147
|
+
}
|
|
1148
|
+
|
|
1149
|
+
.quick-tab-items-wrap::-webkit-scrollbar-track {
|
|
1150
|
+
background: transparent;
|
|
1151
|
+
border-radius: 3px;
|
|
1152
|
+
}
|
|
1153
|
+
|
|
1154
|
+
.quick-tab-items-wrap::-webkit-scrollbar-thumb {
|
|
1155
|
+
background: #d9d9d9;
|
|
1156
|
+
border-radius: 3px;
|
|
1157
|
+
border: 1px solid #f0f0f0;
|
|
1158
|
+
}
|
|
1159
|
+
|
|
1160
|
+
.quick-tab-items-wrap::-webkit-scrollbar-thumb:hover {
|
|
1161
|
+
background: #bfbfbf;
|
|
1162
|
+
}
|
|
1163
|
+
|
|
1164
|
+
/* 잠금화면 */
|
|
1165
|
+
.lockscreen-form {
|
|
1166
|
+
text-align: center;
|
|
1167
|
+
}
|
|
1168
|
+
.lockscreen-form .lock-icon-wrap {
|
|
1169
|
+
width: 100%;
|
|
1170
|
+
height: 70px;
|
|
1171
|
+
margin-bottom: 15px;
|
|
1172
|
+
}
|
|
1173
|
+
.lockscreen-form .lock-icon-box {
|
|
1174
|
+
display: inline-block;
|
|
1175
|
+
width: 70px;
|
|
1176
|
+
height: 70px;
|
|
1177
|
+
border-radius: 15px;
|
|
1178
|
+
background: #fff url(./assets/images/contents/icon/ico-lockscreen.svg) no-repeat center;
|
|
1179
|
+
box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
|
|
1180
|
+
}
|
|
1181
|
+
.lockscreen-form h2 {
|
|
1182
|
+
margin-bottom: 10px;
|
|
1183
|
+
font-size: 30px;
|
|
1184
|
+
color: #fff;
|
|
1185
|
+
}
|
|
1186
|
+
.lockscreen-form p {
|
|
1187
|
+
margin-bottom: 40px;
|
|
1188
|
+
font-size: 16px;
|
|
1189
|
+
color: #E2E2E2;
|
|
1190
|
+
}
|
|
1191
|
+
.lock-ipt-wrap .ant-otp {
|
|
1192
|
+
column-gap: 20px
|
|
1193
|
+
}
|
|
1194
|
+
.lock-ipt-wrap .ant-otp .ant-otp-mask-input {
|
|
1195
|
+
width: 44px;
|
|
1196
|
+
height: 44px;
|
|
1197
|
+
border-radius: 50px;
|
|
1198
|
+
opacity: .5;
|
|
1199
|
+
}
|
|
1200
|
+
.lock-ipt-wrap .ant-otp .ant-otp-mask-input:hover,
|
|
1201
|
+
.lock-ipt-wrap .ant-otp .ant-otp-mask-input:focus,
|
|
1202
|
+
.lock-ipt-wrap .ant-otp .ant-otp-mask-input:focus-within {
|
|
1203
|
+
border-color: #6449fc;
|
|
1204
|
+
box-shadow: 0 0 0 2px rgb(205 196 255 / 10%);
|
|
1132
1205
|
}
|
package/dist/styles/login.css
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
min-width: 1276px;
|
|
5
5
|
height: 100vh;
|
|
6
6
|
overflow: hidden;
|
|
7
|
-
background: url('./assets/images/backgrounds/
|
|
7
|
+
background: url('./assets/images/backgrounds/krx_login_bg.png') no-repeat
|
|
8
8
|
center center fixed;
|
|
9
9
|
background-size: cover;
|
|
10
10
|
|
|
@@ -13,36 +13,20 @@
|
|
|
13
13
|
top: 50%;
|
|
14
14
|
left: 192px;
|
|
15
15
|
width: 400px;
|
|
16
|
-
height:
|
|
17
|
-
margin-top: -
|
|
18
|
-
|
|
16
|
+
height: 440px;
|
|
17
|
+
margin-top: -220px;
|
|
18
|
+
background: var(--bg-primary);
|
|
19
|
+
padding: 60px 50px;
|
|
20
|
+
border: 1px solid #DEE1FF;
|
|
21
|
+
border-radius: 30px;
|
|
22
|
+
box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
|
|
19
23
|
.logo_box {
|
|
20
24
|
width: 100%;
|
|
21
|
-
height:
|
|
22
|
-
background: url('./assets/images/logos/
|
|
25
|
+
height: 38px;
|
|
26
|
+
background: url('./assets/images/logos/krx-logo-full.svg') no-repeat
|
|
23
27
|
center;
|
|
24
|
-
background-size:
|
|
25
|
-
margin-bottom:
|
|
26
|
-
}
|
|
27
|
-
|
|
28
|
-
.login_title {
|
|
29
|
-
margin-bottom: 50px;
|
|
30
|
-
display: -webkit-box;
|
|
31
|
-
display: -ms-flexbox;
|
|
32
|
-
display: flex;
|
|
33
|
-
-webkit-box-pack: justify;
|
|
34
|
-
-ms-flex-pack: justify;
|
|
35
|
-
justify-content: space-between;
|
|
36
|
-
-webkit-box-align: end;
|
|
37
|
-
-ms-flex-align: end;
|
|
38
|
-
align-items: flex-end;
|
|
39
|
-
|
|
40
|
-
.tit_h1 {
|
|
41
|
-
font-size: 30px;
|
|
42
|
-
color: #394751;
|
|
43
|
-
font-weight: 600;
|
|
44
|
-
margin: 0 auto;
|
|
45
|
-
}
|
|
28
|
+
background-size: 191px 38px;
|
|
29
|
+
margin-bottom: 60px;
|
|
46
30
|
}
|
|
47
31
|
|
|
48
32
|
.alert_wrap {
|
|
@@ -106,18 +90,18 @@
|
|
|
106
90
|
border: none;
|
|
107
91
|
color: #fff;
|
|
108
92
|
text-decoration: none !important;
|
|
109
|
-
font-size:
|
|
93
|
+
font-size: var(--font-size-md);
|
|
110
94
|
font-weight: 600;
|
|
111
|
-
|
|
112
|
-
background-color: #2278e4 !important;
|
|
95
|
+
background-color: #6449fc;
|
|
113
96
|
-webkit-transition: all 0.3s ease;
|
|
114
97
|
-moz-transition: all 0.3s ease;
|
|
115
98
|
-o-transition: all 0.3s ease;
|
|
116
99
|
transition: all 0.3s ease;
|
|
117
|
-
border-radius:
|
|
100
|
+
border-radius: 50px;
|
|
101
|
+
box-shadow: 0 0 5px rgba(97, 56, 218, 0.2);
|
|
118
102
|
&:hover,
|
|
119
103
|
&:focus {
|
|
120
|
-
background-color: #
|
|
104
|
+
background-color: #361bca;
|
|
121
105
|
}
|
|
122
106
|
}
|
|
123
107
|
}
|
|
@@ -141,6 +125,28 @@
|
|
|
141
125
|
.login-form-button {
|
|
142
126
|
width: 100%;
|
|
143
127
|
}
|
|
128
|
+
.login-ipt-wrap .ant-form-item-control-input {
|
|
129
|
+
height: 35px;
|
|
130
|
+
}
|
|
131
|
+
.login-ipt-wrap .ant-input-outlined {
|
|
132
|
+
border-color: #E8E8E8;
|
|
133
|
+
}
|
|
134
|
+
.login-ipt-wrap input:-webkit-autofill,
|
|
135
|
+
.login-ipt-wrap input:-webkit-autofill:hover,
|
|
136
|
+
.login-ipt-wrap input:-webkit-autofill:focus,
|
|
137
|
+
.login-ipt-wrap input:-webkit-autofill:active {
|
|
138
|
+
transition: background-color 5000s ease-in-out 0s;
|
|
139
|
+
-webkit-transition: background-color 9999s ease-out;
|
|
140
|
+
-webkit-box-shadow: 0 0 0px 1000px white inset !important;
|
|
141
|
+
}
|
|
142
|
+
|
|
143
|
+
|
|
144
|
+
|
|
145
|
+
.login-btn-wrap {
|
|
146
|
+
margin-bottom: 0 !important;
|
|
147
|
+
margin-top: 30px;
|
|
148
|
+
}
|
|
149
|
+
|
|
144
150
|
|
|
145
151
|
/* 로그인 페이지 반응형 */
|
|
146
152
|
@media (max-width: 480px) {
|
|
@@ -22,18 +22,22 @@
|
|
|
22
22
|
--text-primary: #333333;
|
|
23
23
|
--text-secondary: #555555;
|
|
24
24
|
--text-high:#1a1a1a;
|
|
25
|
-
--text-disabled: #
|
|
25
|
+
--text-disabled: #999999;
|
|
26
|
+
--text-disabled-bg:#f1f1f1;
|
|
26
27
|
--text-white:#ffffff;
|
|
27
28
|
|
|
28
29
|
/* 테두리 색상 */
|
|
29
30
|
--border-color: #dddddd;
|
|
30
31
|
--border-light: #f0f0f0;
|
|
31
32
|
|
|
32
|
-
/* 그림자
|
|
33
|
+
/* 그림자 */
|
|
33
34
|
--shadow-light: 0 2px 4px rgba(0, 0, 0, 0.1);
|
|
34
35
|
--shadow-medium: 0 2px 8px rgba(0, 0, 0, 0.1);
|
|
35
36
|
--shadow-heavy: 0 4px 12px rgba(0, 0, 0, 0.15);
|
|
36
37
|
|
|
38
|
+
/* 컴포넌트별 그림자 */
|
|
39
|
+
--button-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
|
|
40
|
+
|
|
37
41
|
/* 간격 */
|
|
38
42
|
--spacing-xs: 4px;
|
|
39
43
|
--spacing-sm: 8px;
|
|
@@ -69,14 +73,20 @@
|
|
|
69
73
|
--transition-slow: 0.5s ease;
|
|
70
74
|
|
|
71
75
|
/* 사이드바 */
|
|
72
|
-
--sidebar-width: 230px;
|
|
73
76
|
--sidebar-bg: var(--bg-primary);
|
|
74
77
|
--sidebar-text: #ffffff;
|
|
75
78
|
--sidebar-primary-text:#261298;
|
|
76
79
|
--sidebar-segmented-bg:#E6E7F5;
|
|
80
|
+
--sidebar-segmented-text:#777777;
|
|
77
81
|
--sidebar-open-menu-group-bg:#F4F5FE;
|
|
78
|
-
--sidebar-menu-
|
|
82
|
+
--sidebar-open-menu-group-border:#DDDDDD;
|
|
83
|
+
--sidebar-menu-selected-bg:#D9DEFF;
|
|
84
|
+
--sidebar-menu-selected-bar:#5954FC;
|
|
79
85
|
--sidebar-active-icon-bg:#E6E9FF;
|
|
86
|
+
--sidebar-search-bg:#f8f8f8;
|
|
87
|
+
--sidebar-search-text:#8b8b8b;
|
|
88
|
+
--sidebar-menu-bullet:#B1AEC4;
|
|
89
|
+
--sidebar-menu-bullet-active:var(--sidebar-primary-text);
|
|
80
90
|
|
|
81
91
|
/* 헤더 */
|
|
82
92
|
--header-height: 50px;
|
|
@@ -100,7 +110,213 @@
|
|
|
100
110
|
--button-permission-border:#bdb1ff;
|
|
101
111
|
--button-light-border: #e9ecef;
|
|
102
112
|
--button-solid: var(--primary-color);
|
|
103
|
-
--button-solid-hover: #
|
|
113
|
+
--button-solid-hover: #7163C3;
|
|
104
114
|
--button-custom-height:35px;
|
|
105
115
|
|
|
116
|
+
/* 라디오,체크박스 */
|
|
117
|
+
--check-primary:#6377D1;
|
|
118
|
+
--check-primary-active:var(--primary-color);
|
|
119
|
+
|
|
120
|
+
/* 트리 */
|
|
121
|
+
--tree-selected-bg:#efebff;
|
|
122
|
+
}
|
|
123
|
+
|
|
124
|
+
|
|
125
|
+
/* 테마1 - Clear Violet */
|
|
126
|
+
.theme-clear-violet {
|
|
127
|
+
/* 색상 팔레트 */
|
|
128
|
+
--primary-color: #6449fc;
|
|
129
|
+
|
|
130
|
+
/* 사이드바 */
|
|
131
|
+
--sidebar-bg: var(--bg-primary);
|
|
132
|
+
--sidebar-text: #ffffff;
|
|
133
|
+
--sidebar-primary-text:#261298;
|
|
134
|
+
--sidebar-segmented-bg:#E6E7F5;
|
|
135
|
+
--sidebar-segmented-text:#777777;
|
|
136
|
+
--sidebar-open-menu-group-bg:#F4F5FE;
|
|
137
|
+
--sidebar-open-menu-group-border:#DDDDDD;
|
|
138
|
+
--sidebar-menu-selected-bg:#D9DEFF;
|
|
139
|
+
--sidebar-menu-selected-bar:#5954FC;
|
|
140
|
+
--sidebar-active-icon-bg:#E6E9FF;
|
|
141
|
+
--sidebar-search-bg:#f8f8f8;
|
|
142
|
+
--sidebar-search-text:#8b8b8b;
|
|
143
|
+
--sidebar-menu-bullet:#B1AEC4;
|
|
144
|
+
--sidebar-menu-bullet-active:var(--sidebar-primary-text);
|
|
145
|
+
|
|
146
|
+
/* 헤더 */
|
|
147
|
+
--header-bg: #f3f4ff;
|
|
148
|
+
|
|
149
|
+
/* 드로어 */
|
|
150
|
+
--drawer-header-bg: #edefff;
|
|
151
|
+
|
|
152
|
+
/* 버튼 */
|
|
153
|
+
--button-primary: var(--primary-color);
|
|
154
|
+
--button-primary-hover: var(--primary-color);
|
|
155
|
+
--button-primary-active: var(--primary-color);
|
|
156
|
+
--button-default: #ffffff;
|
|
157
|
+
--button-default-hover: #f5f5f5;
|
|
158
|
+
--button-default-border: var(--border-color);
|
|
159
|
+
--button-permission-border:#bdb1ff;
|
|
160
|
+
--button-solid: var(--primary-color);
|
|
161
|
+
--button-solid-hover: #7163C3;
|
|
162
|
+
}
|
|
163
|
+
|
|
164
|
+
|
|
165
|
+
/* 테마2 - Clear Blue */
|
|
166
|
+
.theme-clear-blue {
|
|
167
|
+
/* 색상 팔레트 */
|
|
168
|
+
--primary-color: #0091ac;
|
|
169
|
+
|
|
170
|
+
/* 사이드바 */
|
|
171
|
+
--sidebar-bg: var(--bg-primary);
|
|
172
|
+
--sidebar-text: #ffffff;
|
|
173
|
+
--sidebar-primary-text:#136170;
|
|
174
|
+
--sidebar-segmented-bg:#F0F2F3;
|
|
175
|
+
--sidebar-segmented-text:#777777;
|
|
176
|
+
--sidebar-open-menu-group-bg:#F3FDFF;
|
|
177
|
+
--sidebar-open-menu-group-border:#DDDDDD;
|
|
178
|
+
--sidebar-menu-selected-bg:#D8F6FB;
|
|
179
|
+
--sidebar-menu-selected-bar:#1AAFC9;
|
|
180
|
+
--sidebar-active-icon-bg:#CEF3FA;
|
|
181
|
+
--sidebar-search-bg:#f8f8f8;
|
|
182
|
+
--sidebar-search-text:#8b8b8b;
|
|
183
|
+
--sidebar-menu-bullet:#B0C2C5;
|
|
184
|
+
--sidebar-menu-bullet-active:var(--sidebar-primary-text);
|
|
185
|
+
|
|
186
|
+
/* 헤더 */
|
|
187
|
+
--header-bg: #f6fcfd;
|
|
188
|
+
|
|
189
|
+
/* 드로어 */
|
|
190
|
+
--drawer-header-bg: #DFF4F8;
|
|
191
|
+
|
|
192
|
+
/* 버튼 */
|
|
193
|
+
--button-primary: var(--primary-color);
|
|
194
|
+
--button-primary-hover: var(--primary-color);
|
|
195
|
+
--button-primary-active: var(--primary-color);
|
|
196
|
+
--button-default: #ffffff;
|
|
197
|
+
--button-default-hover: #f5f5f5;
|
|
198
|
+
--button-default-border: var(--border-color);
|
|
199
|
+
--button-permission-border:#69CCDE;
|
|
200
|
+
--button-solid: var(--primary-color);
|
|
201
|
+
--button-solid-hover: #588D99;
|
|
202
|
+
}
|
|
203
|
+
|
|
204
|
+
|
|
205
|
+
/* 테마3 - Violet Beam */
|
|
206
|
+
.theme-violet-beam {
|
|
207
|
+
/* 색상 팔레트 */
|
|
208
|
+
--primary-color: #6449FC;
|
|
209
|
+
|
|
210
|
+
/* 사이드바 */
|
|
211
|
+
--sidebar-bg: #F4F6FF;
|
|
212
|
+
--sidebar-text: #ffffff;
|
|
213
|
+
--sidebar-primary-text:#6449FC;
|
|
214
|
+
--sidebar-segmented-bg:#C9D0EB;
|
|
215
|
+
--sidebar-segmented-text:#81869C;
|
|
216
|
+
--sidebar-open-menu-group-bg:#EDEEFF;
|
|
217
|
+
--sidebar-open-menu-group-border:#D7D3F0;
|
|
218
|
+
--sidebar-menu-selected-bg:#FFFFFF;
|
|
219
|
+
--sidebar-menu-selected-bar:#5954FC;
|
|
220
|
+
--sidebar-active-icon-bg:#DDDDFF;
|
|
221
|
+
--sidebar-search-bg:#E4E9FF;
|
|
222
|
+
--sidebar-search-text:#9194B3;
|
|
223
|
+
--sidebar-menu-bullet:#B1AEC4;
|
|
224
|
+
--sidebar-menu-bullet-active:var(--sidebar-primary-text);
|
|
225
|
+
|
|
226
|
+
/* 헤더 */
|
|
227
|
+
--header-bg: #f3f4ff;
|
|
228
|
+
|
|
229
|
+
/* 드로어 */
|
|
230
|
+
--drawer-header-bg: #edefff;
|
|
231
|
+
|
|
232
|
+
/* 버튼 */
|
|
233
|
+
--button-primary: var(--primary-color);
|
|
234
|
+
--button-primary-hover: var(--primary-color);
|
|
235
|
+
--button-primary-active: var(--primary-color);
|
|
236
|
+
--button-default: #ffffff;
|
|
237
|
+
--button-default-hover: #f5f5f5;
|
|
238
|
+
--button-default-border: var(--border-color);
|
|
239
|
+
--button-permission-border:#bdb1ff;
|
|
240
|
+
--button-solid: var(--primary-color);
|
|
241
|
+
--button-solid-hover: #7163C3;
|
|
242
|
+
}
|
|
243
|
+
|
|
244
|
+
|
|
245
|
+
/* 테마4 - Aqua Rise */
|
|
246
|
+
.theme-aqua-rise {
|
|
247
|
+
/* 색상 팔레트 */
|
|
248
|
+
--primary-color: #0091ac;
|
|
249
|
+
|
|
250
|
+
/* 사이드바 */
|
|
251
|
+
--sidebar-bg: #F3FDFF;
|
|
252
|
+
--sidebar-text: #ffffff;
|
|
253
|
+
--sidebar-primary-text:var(--primary-color);
|
|
254
|
+
--sidebar-segmented-bg:#D1E3EC;
|
|
255
|
+
--sidebar-segmented-text:#6C7C84;
|
|
256
|
+
--sidebar-open-menu-group-bg:#DEF6FB;
|
|
257
|
+
--sidebar-open-menu-group-border:#D2EAF3;
|
|
258
|
+
--sidebar-menu-selected-bg:#FFFFFF;
|
|
259
|
+
--sidebar-menu-selected-bar:#1AAFC9;
|
|
260
|
+
--sidebar-active-icon-bg:#BEECF5;
|
|
261
|
+
--sidebar-search-bg:#E2F3F6;
|
|
262
|
+
--sidebar-search-text:#75878E;
|
|
263
|
+
--sidebar-menu-bullet:#B0C2C5;
|
|
264
|
+
--sidebar-menu-bullet-active:var(--sidebar-primary-text);
|
|
265
|
+
|
|
266
|
+
/* 헤더 */
|
|
267
|
+
--header-bg: #51BCD1;
|
|
268
|
+
|
|
269
|
+
/* 드로어 */
|
|
270
|
+
--drawer-header-bg: #DFF4F8;
|
|
271
|
+
|
|
272
|
+
/* 버튼 */
|
|
273
|
+
--button-primary: var(--primary-color);
|
|
274
|
+
--button-primary-hover: var(--primary-color);
|
|
275
|
+
--button-primary-active: var(--primary-color);
|
|
276
|
+
--button-default: #ffffff;
|
|
277
|
+
--button-default-hover: #f5f5f5;
|
|
278
|
+
--button-default-border: var(--border-color);
|
|
279
|
+
--button-permission-border:#69CCDE;
|
|
280
|
+
--button-solid: var(--primary-color);
|
|
281
|
+
--button-solid-hover: #588D99;
|
|
106
282
|
}
|
|
283
|
+
|
|
284
|
+
|
|
285
|
+
/* 테마5 - Royal Orange */
|
|
286
|
+
.theme-royal-orange {
|
|
287
|
+
/* 색상 팔레트 */
|
|
288
|
+
--primary-color: #FD5C06;
|
|
289
|
+
|
|
290
|
+
/* 사이드바 */
|
|
291
|
+
--sidebar-bg: var(--bg-primary);
|
|
292
|
+
--sidebar-text: #ffffff;
|
|
293
|
+
--sidebar-primary-text:var(--primary-color);
|
|
294
|
+
--sidebar-segmented-bg:#E6E6E6;
|
|
295
|
+
--sidebar-segmented-text:#918073;
|
|
296
|
+
--sidebar-open-menu-group-bg:#FFF2EA;
|
|
297
|
+
--sidebar-open-menu-group-border:#E3D7CE;
|
|
298
|
+
--sidebar-menu-selected-bg:#FFFFFF;
|
|
299
|
+
--sidebar-menu-selected-bar:#FD6B06;
|
|
300
|
+
--sidebar-active-icon-bg:#FFD4B4;
|
|
301
|
+
--sidebar-search-bg:#F5F3F2;
|
|
302
|
+
--sidebar-search-text:#938579;
|
|
303
|
+
--sidebar-menu-bullet:#B5A9A1;
|
|
304
|
+
--sidebar-menu-bullet-active:var(--sidebar-primary-text);
|
|
305
|
+
|
|
306
|
+
/* 헤더 */
|
|
307
|
+
--header-bg: #FF9452;
|
|
308
|
+
|
|
309
|
+
/* 드로어 */
|
|
310
|
+
--drawer-header-bg: #FFF5E5;
|
|
311
|
+
|
|
312
|
+
/* 버튼 */
|
|
313
|
+
--button-primary: #FF7615;
|
|
314
|
+
--button-primary-hover: #FF7615;
|
|
315
|
+
--button-primary-active: #FF7615;
|
|
316
|
+
--button-default: #ffffff;
|
|
317
|
+
--button-default-hover: #f5f5f5;
|
|
318
|
+
--button-default-border: var(--border-color);
|
|
319
|
+
--button-permission-border:#FFAE83;
|
|
320
|
+
--button-solid: #FF7615;
|
|
321
|
+
--button-solid-hover: #C8804E;
|
|
322
|
+
}
|