@bwg-ui/core 1.2.15 → 1.2.17
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/{MenuReport-CozV1tpR.js → MenuReport-ByLduwwZ.js} +27 -26
- package/dist/chunks/MenuReport-D5nIx5g9.cjs +1 -0
- package/dist/chunks/{common-components-B-zgrX-L.cjs → common-components-BXjzima0.cjs} +76 -76
- package/dist/chunks/{common-components-XA2KG7Pl.js → common-components-CyxuMobg.js} +7990 -7606
- package/dist/chunks/layout-components-CfFi4fiJ.cjs +35 -0
- package/dist/chunks/{layout-components-MrnKV5g7.js → layout-components-CyKRhOdT.js} +646 -614
- package/dist/components/common/BookmarkMngModal.d.ts.map +1 -1
- package/dist/components/common/BookmarkPopver.d.ts.map +1 -1
- package/dist/components/common/BwgConfigProvider.d.ts.map +1 -1
- package/dist/components/common/BwgEditor.d.ts.map +1 -1
- package/dist/components/common/BwgPagination.d.ts.map +1 -1
- package/dist/components/common/index.cjs +1 -1
- package/dist/components/common/index.js +1 -1
- package/dist/components/guide/BwgPracticeGuideS00.d.ts.map +1 -1
- package/dist/components/guide/BwgPracticeGuideS01.d.ts.map +1 -1
- package/dist/components/guide/index.cjs +1 -1
- package/dist/components/guide/index.d.ts +0 -1
- package/dist/components/guide/index.d.ts.map +1 -1
- package/dist/components/guide/index.js +97 -291
- package/dist/components/layout/custom/ConfigurableHeader.d.ts.map +1 -1
- package/dist/components/layout/custom/ConfigurableSidebar.d.ts.map +1 -1
- package/dist/components/layout/default/LoadingContainer.d.ts +1 -0
- package/dist/components/layout/default/LoadingContainer.d.ts.map +1 -1
- package/dist/components/layout/index.cjs +1 -1
- package/dist/components/layout/index.js +1 -1
- package/dist/components/layout/types.d.ts +28 -0
- package/dist/components/layout/types.d.ts.map +1 -1
- package/dist/components/pages/index.d.ts +1 -0
- package/dist/components/pages/index.d.ts.map +1 -1
- package/dist/components/pages/syst/CMHldyCfg.d.ts.map +1 -0
- package/dist/components/popup/MenuReport.d.ts.map +1 -1
- package/dist/components/popup/index.cjs +1 -1
- package/dist/components/popup/index.js +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.js +161 -159
- package/dist/public/realgrid/css/realgrid-style-custom.css +30 -4
- package/dist/stores/index.cjs +1 -1
- package/dist/stores/index.js +1 -1
- package/dist/styles/assets/images/contents/icon/ico-add-bookmark.svg +26 -0
- package/dist/styles/assets/images/contents/icon/ico-edit-folder.svg +18 -0
- package/dist/styles/assets/images/contents/icon/ico-new-folder.svg +20 -0
- package/dist/styles/assets/images/contents/icon/ico-save-bookmark.svg +25 -0
- package/dist/styles/components.css +207 -132
- package/dist/styles/layout-test.css +8 -300
- package/dist/styles/layout.css +77 -113
- package/dist/styles/variables.css +111 -78
- package/dist/utils/gwUtils.d.ts +38 -0
- package/dist/utils/gwUtils.d.ts.map +1 -1
- package/dist/utils/index.cjs +1 -1
- package/dist/utils/index.js +731 -700
- package/package.json +2 -1
- package/dist/chunks/MenuReport-Bqeps5fC.cjs +0 -1
- package/dist/chunks/layout-components-bb0cWC3I.cjs +0 -35
- package/dist/components/guide/CMHldyCfg.d.ts.map +0 -1
- /package/dist/components/{guide → pages/syst}/CMHldyCfg.d.ts +0 -0
package/dist/styles/layout.css
CHANGED
|
@@ -125,13 +125,6 @@
|
|
|
125
125
|
border-radius: var(--border-radius-sm);
|
|
126
126
|
font-size: 13px;
|
|
127
127
|
color: var(--sidebar-segmented-text);
|
|
128
|
-
.ant-segmented-group {
|
|
129
|
-
gap: 5px;
|
|
130
|
-
}
|
|
131
|
-
.ant-segmented-item-selected {
|
|
132
|
-
color: var(--text-high);
|
|
133
|
-
font-weight: var(--font-weight-semibold);
|
|
134
|
-
}
|
|
135
128
|
}
|
|
136
129
|
.sider-search-ipt {
|
|
137
130
|
background: var(--sidebar-search-bg);
|
|
@@ -140,11 +133,11 @@
|
|
|
140
133
|
color: var(--sidebar-search-text);
|
|
141
134
|
font-size: 13px;
|
|
142
135
|
font-weight: var(--font-weight-medium);
|
|
143
|
-
.anticon-search svg {
|
|
144
|
-
width: 20px;
|
|
145
|
-
height: 20px;
|
|
146
|
-
}
|
|
147
136
|
}
|
|
137
|
+
.sider-segmented .ant-segmented-group {
|
|
138
|
+
gap: 5px;
|
|
139
|
+
}
|
|
140
|
+
|
|
148
141
|
/* Ant Design 메뉴 스타일 오버라이드 */
|
|
149
142
|
|
|
150
143
|
.sider-menu .ant-menu-item {
|
|
@@ -221,23 +214,25 @@
|
|
|
221
214
|
}
|
|
222
215
|
.sider-menu .ant-menu-item-active.ant-menu-item-only-child {
|
|
223
216
|
background-color: var(--sidebar-menu-selected-bg);
|
|
224
|
-
&:hover {
|
|
225
|
-
background-color: var(--sidebar-menu-selected-bg) !important;
|
|
226
|
-
}
|
|
227
|
-
&::before {
|
|
228
|
-
content: '';
|
|
229
|
-
position: absolute;
|
|
230
|
-
top: 0;
|
|
231
|
-
left: 0;
|
|
232
|
-
width: 3px;
|
|
233
|
-
height: 100%;
|
|
234
|
-
background: var(--sidebar-menu-selected-bar);
|
|
235
|
-
}
|
|
236
|
-
.ant-menu-title-content {
|
|
237
|
-
font-weight: var(--font-weight-medium);
|
|
238
|
-
color: var(--sidebar-primary-text);
|
|
239
|
-
}
|
|
240
217
|
}
|
|
218
|
+
.sider-menu .ant-menu-item-active.ant-menu-item-only-child:hover {
|
|
219
|
+
background-color: var(--sidebar-menu-selected-bg) !important;
|
|
220
|
+
}
|
|
221
|
+
.sider-menu .ant-menu-item-active.ant-menu-item-only-child::before {
|
|
222
|
+
content: '';
|
|
223
|
+
position: absolute;
|
|
224
|
+
top: 0;
|
|
225
|
+
left: 0;
|
|
226
|
+
width: 3px;
|
|
227
|
+
height: 100%;
|
|
228
|
+
background: var(--sidebar-menu-selected-bar);
|
|
229
|
+
}
|
|
230
|
+
.sider-menu .ant-menu-item-active.ant-menu-item-only-child .ant-menu-title-content {
|
|
231
|
+
font-weight: var(--font-weight-medium);
|
|
232
|
+
color: var(--sidebar-primary-text);
|
|
233
|
+
}
|
|
234
|
+
|
|
235
|
+
|
|
241
236
|
/* 1레벨 스타일 */
|
|
242
237
|
.sider-menu > .ant-menu-item > .ant-menu-item-icon + span,
|
|
243
238
|
.sider-menu > .ant-menu-submenu > .ant-menu-submenu-title .anticon + span {
|
|
@@ -282,18 +277,12 @@
|
|
|
282
277
|
.ant-layout-sider .sider-menu > .ant-menu-submenu-open > .ant-menu-sub > .ant-menu-submenu-open > .ant-menu-submenu-title {
|
|
283
278
|
margin-bottom: 5px;
|
|
284
279
|
}
|
|
280
|
+
|
|
285
281
|
/* 열린 메뉴 상위 텍스트 색상 */
|
|
286
282
|
.ant-menu-submenu-open > .ant-menu-submenu-title .ant-menu-title-content {
|
|
287
283
|
color: var(--text-high);
|
|
288
284
|
font-weight: var(--font-weight-semibold);
|
|
289
285
|
}
|
|
290
|
-
/* 3레벨 ul 스타일 */
|
|
291
|
-
.ant-layout-sider .sider-menu > .ant-menu-submenu-open > .ant-menu-sub {
|
|
292
|
-
|
|
293
|
-
}
|
|
294
|
-
.ant-layout-sider .sider-menu > .ant-menu-submenu-open > .ant-menu-sub {
|
|
295
|
-
|
|
296
|
-
}
|
|
297
286
|
|
|
298
287
|
/* 서브메뉴 내부 모든 요소 배경색 */
|
|
299
288
|
.ant-layout-sider .ant-menu-sub .ant-menu-item,
|
|
@@ -355,6 +344,10 @@
|
|
|
355
344
|
font-size: 12px !important;
|
|
356
345
|
padding-left: 30px !important;
|
|
357
346
|
}
|
|
347
|
+
/* 4레벨 ul 스타일 */
|
|
348
|
+
.ant-layout-sider .ant-menu-sub .ant-menu-sub .ant-menu-submenu-open .ant-menu-sub {
|
|
349
|
+
/* background: var(--sidebar-last-open-menu-group-bg) !important; */
|
|
350
|
+
}
|
|
358
351
|
|
|
359
352
|
/* 메뉴 아이콘 색상 */
|
|
360
353
|
.ant-layout-sider .ant-menu-item .anticon,
|
|
@@ -562,16 +555,18 @@
|
|
|
562
555
|
}
|
|
563
556
|
.sider-content .sider-menu .ant-menu-item.ant-menu-item-only-child .ant-menu-title-content > div {
|
|
564
557
|
position: relative;
|
|
565
|
-
&::before {
|
|
566
|
-
content: '';
|
|
567
|
-
position: absolute;
|
|
568
|
-
top: 50%;
|
|
569
|
-
left: -10px;
|
|
570
|
-
width: 4px;
|
|
571
|
-
height: 1px;
|
|
572
|
-
background-color: var(--sidebar-menu-bullet);
|
|
573
|
-
}
|
|
574
558
|
}
|
|
559
|
+
.sider-content .sider-menu .ant-menu-item.ant-menu-item-only-child .ant-menu-title-content > div::before {
|
|
560
|
+
content: '';
|
|
561
|
+
position: absolute;
|
|
562
|
+
top: 50%;
|
|
563
|
+
left: -10px;
|
|
564
|
+
width: 4px;
|
|
565
|
+
height: 1px;
|
|
566
|
+
background-color: var(--sidebar-menu-bullet);
|
|
567
|
+
}
|
|
568
|
+
|
|
569
|
+
|
|
575
570
|
.sider-content .sider-menu .ant-menu-item-active.ant-menu-item-only-child .ant-menu-title-content > div::before {
|
|
576
571
|
background-color: var(--sidebar-menu-bullet-active);
|
|
577
572
|
}
|
|
@@ -580,16 +575,15 @@
|
|
|
580
575
|
.sider-menu .ant-menu-submenu-vertical .ant-menu-submenu-title {
|
|
581
576
|
padding: 0 10px !important;
|
|
582
577
|
margin-bottom: 15px;
|
|
583
|
-
&:hover {
|
|
584
|
-
background-color: transparent !important;
|
|
585
|
-
}
|
|
586
|
-
&[aria-expanded="true"] {
|
|
587
|
-
.anticon {
|
|
588
|
-
background: var(--sidebar-active-icon-bg);
|
|
589
|
-
color: var(--primary-color) !important;
|
|
590
|
-
}
|
|
591
|
-
}
|
|
592
578
|
}
|
|
579
|
+
.sider-menu .ant-menu-submenu-vertical .ant-menu-submenu-title:hover {
|
|
580
|
+
background-color: transparent !important;
|
|
581
|
+
}
|
|
582
|
+
.sider-menu .ant-menu-submenu-vertical .ant-menu-submenu-title[aria-expanded="true"] .anticon {
|
|
583
|
+
background: var(--sidebar-active-icon-bg);
|
|
584
|
+
color: var(--primary-color) !important;
|
|
585
|
+
}
|
|
586
|
+
|
|
593
587
|
/* 사이드바 segemented */
|
|
594
588
|
.sider-segmented .ant-segmented-item-label {
|
|
595
589
|
display: flex;
|
|
@@ -665,26 +659,22 @@
|
|
|
665
659
|
background-color: rgba(0, 0, 0, 0.2) !important;
|
|
666
660
|
}
|
|
667
661
|
|
|
668
|
-
|
|
669
662
|
/* 사이드바 스크롤바 스타일링 */
|
|
670
663
|
.sider-menu::-webkit-scrollbar,
|
|
671
664
|
.sider-menu-container::-webkit-scrollbar {
|
|
672
665
|
width: 6px;
|
|
673
666
|
}
|
|
674
|
-
|
|
675
667
|
.sider-menu::-webkit-scrollbar-track,
|
|
676
668
|
.sider-menu-container::-webkit-scrollbar-track {
|
|
677
669
|
background: transparent;
|
|
678
670
|
border-radius: 3px;
|
|
679
671
|
}
|
|
680
|
-
|
|
681
672
|
.sider-menu::-webkit-scrollbar-thumb,
|
|
682
673
|
.sider-menu-container::-webkit-scrollbar-thumb {
|
|
683
674
|
background: #d9d9d9;
|
|
684
675
|
border-radius: 3px;
|
|
685
676
|
border: 1px solid #f0f0f0;
|
|
686
677
|
}
|
|
687
|
-
|
|
688
678
|
.sider-menu::-webkit-scrollbar-thumb:hover,
|
|
689
679
|
.sider-menu-container::-webkit-scrollbar-thumb:hover {
|
|
690
680
|
background: #bfbfbf;
|
|
@@ -696,7 +686,6 @@
|
|
|
696
686
|
scrollbar-color: #d9d9d9 #f0f0f0;
|
|
697
687
|
}
|
|
698
688
|
|
|
699
|
-
|
|
700
689
|
/* 컨텐츠 컨테이너 스타일 */
|
|
701
690
|
.content-container {
|
|
702
691
|
display: flex;
|
|
@@ -711,29 +700,24 @@
|
|
|
711
700
|
flex: 1;
|
|
712
701
|
height: calc(100vh - 45px);
|
|
713
702
|
}
|
|
714
|
-
|
|
715
703
|
.content-header {
|
|
716
704
|
margin-bottom: 24px;
|
|
717
705
|
padding-bottom: 16px;
|
|
718
706
|
border-bottom: 1px solid #f0f0f0;
|
|
719
707
|
}
|
|
720
|
-
|
|
721
708
|
.content-title {
|
|
722
709
|
font-size: 24px;
|
|
723
710
|
font-weight: 600;
|
|
724
711
|
color: var(--text-primary);
|
|
725
712
|
margin: 0;
|
|
726
713
|
}
|
|
727
|
-
|
|
728
714
|
.content-description {
|
|
729
715
|
color: #666;
|
|
730
716
|
margin-top: 8px;
|
|
731
717
|
}
|
|
732
|
-
|
|
733
718
|
.content-body {
|
|
734
719
|
height: 100%;
|
|
735
720
|
}
|
|
736
|
-
|
|
737
721
|
.bwg-view {
|
|
738
722
|
gap: 20px;
|
|
739
723
|
padding: 20px 30px 26px;
|
|
@@ -746,31 +730,24 @@
|
|
|
746
730
|
z-index: 1001;
|
|
747
731
|
transition: left 0.3s ease;
|
|
748
732
|
}
|
|
749
|
-
|
|
750
733
|
.side-wrapper.mobile-open {
|
|
751
734
|
left: 0;
|
|
752
735
|
}
|
|
753
|
-
|
|
754
|
-
|
|
755
736
|
.header-wrapper {
|
|
756
737
|
padding: 0 16px;
|
|
757
738
|
gap: 12px;
|
|
758
739
|
}
|
|
759
|
-
|
|
760
740
|
.header-search {
|
|
761
741
|
width: 200px;
|
|
762
742
|
}
|
|
763
|
-
|
|
764
743
|
.header-search .ant-auto-complete {
|
|
765
744
|
width: 100% !important;
|
|
766
745
|
}
|
|
767
|
-
|
|
768
746
|
.header-title {
|
|
769
747
|
font-size: var(--font-size-md);
|
|
770
748
|
flex: 1;
|
|
771
749
|
text-align: center;
|
|
772
750
|
}
|
|
773
|
-
|
|
774
751
|
.header-right {
|
|
775
752
|
gap: 8px;
|
|
776
753
|
}
|
|
@@ -780,7 +757,6 @@
|
|
|
780
757
|
.menu-tab-wrapper {
|
|
781
758
|
background: var(--bg-primary);
|
|
782
759
|
}
|
|
783
|
-
|
|
784
760
|
.menu-tab-wrapper .menu-tabs.ant-tabs .ant-tabs-nav {
|
|
785
761
|
margin: 0;
|
|
786
762
|
padding: 10px 34px 0 29px;
|
|
@@ -799,14 +775,12 @@
|
|
|
799
775
|
flex: 1 !important;
|
|
800
776
|
align-items: flex-end;
|
|
801
777
|
}
|
|
802
|
-
|
|
803
778
|
.menu-tab-wrapper .menu-tabs.ant-tabs .ant-tabs-nav-list {
|
|
804
779
|
display: flex;
|
|
805
780
|
align-items: center;
|
|
806
781
|
height: 100%;
|
|
807
782
|
flex-wrap: nowrap;
|
|
808
783
|
}
|
|
809
|
-
|
|
810
784
|
.menu-tab-wrapper .menu-tabs.ant-tabs .ant-tabs-tab {
|
|
811
785
|
height: 100%;
|
|
812
786
|
border-radius: 10px 10px 0 0;
|
|
@@ -818,20 +792,18 @@
|
|
|
818
792
|
font-size: var(--font-size-sm);
|
|
819
793
|
color: #777;
|
|
820
794
|
border: 0;
|
|
821
|
-
.ant-tabs-tab-remove {
|
|
822
|
-
width: 20px;
|
|
823
|
-
height: 20px;
|
|
824
|
-
margin-right: 0;
|
|
825
|
-
margin-left: 10px;
|
|
826
|
-
color: #A1A1A1;
|
|
827
|
-
}
|
|
828
795
|
}
|
|
829
|
-
|
|
796
|
+
.menu-tab-wrapper .menu-tabs.ant-tabs .ant-tabs-tab .ant-tabs-tab-remove {
|
|
797
|
+
width: 20px;
|
|
798
|
+
height: 20px;
|
|
799
|
+
margin-right: 0;
|
|
800
|
+
margin-left: 10px;
|
|
801
|
+
color: #a1a1a1;
|
|
802
|
+
}
|
|
830
803
|
.menu-tab-wrapper .menu-tabs.ant-tabs .ant-tabs-tab:not(.ant-tabs-tab-active):hover {
|
|
831
804
|
background: #dbdeec;
|
|
832
805
|
color: var(--text-secondary);
|
|
833
806
|
}
|
|
834
|
-
|
|
835
807
|
.menu-tab-wrapper .menu-tabs.ant-tabs .ant-tabs-tab-active {
|
|
836
808
|
background: var(--bg-primary);
|
|
837
809
|
border: 2px solid var(--primary-color);
|
|
@@ -857,14 +829,12 @@
|
|
|
857
829
|
overflow: hidden;
|
|
858
830
|
padding-bottom: 13px;
|
|
859
831
|
}
|
|
860
|
-
|
|
861
832
|
.menu-tab-wrapper .menu-tabs .ant-tabs-extra-content > div {
|
|
862
833
|
display: flex !important;
|
|
863
834
|
align-items: center !important;
|
|
864
835
|
gap: 4px !important;
|
|
865
836
|
flex-wrap: nowrap !important;
|
|
866
837
|
}
|
|
867
|
-
|
|
868
838
|
.menu-tab-wrapper .menu-tabs .ant-tabs-extra-content .ant-btn {
|
|
869
839
|
height: 20px !important;
|
|
870
840
|
width: 20px !important;
|
|
@@ -876,30 +846,21 @@
|
|
|
876
846
|
color: #bdbdbd;
|
|
877
847
|
box-shadow: none !important;
|
|
878
848
|
}
|
|
879
|
-
|
|
880
849
|
.menu-tab-wrapper .menu-tabs .ant-tabs-extra-content .ant-btn:hover {
|
|
881
850
|
color: #5E5E5E;
|
|
882
851
|
}
|
|
883
|
-
|
|
884
852
|
.menu-tab-wrapper .menu-tabs .ant-tabs-extra-content .ant-btn:disabled {
|
|
885
853
|
opacity: 0.5;
|
|
886
854
|
cursor: not-allowed;
|
|
887
855
|
background: none;
|
|
888
856
|
}
|
|
889
|
-
|
|
890
857
|
.menu-tab-wrapper .menu-tabs .ant-tabs-extra-content .menu-tabs-close-btn {
|
|
891
858
|
margin-left: 11px;
|
|
892
859
|
}
|
|
893
|
-
|
|
894
860
|
.menu-nav-wrapper {
|
|
895
861
|
display: flex;
|
|
896
862
|
align-items: center;
|
|
897
863
|
gap: 4px;
|
|
898
|
-
|
|
899
|
-
.menu-nav-buttons {
|
|
900
|
-
}
|
|
901
|
-
.menu-nav-tooltip {
|
|
902
|
-
}
|
|
903
864
|
}
|
|
904
865
|
|
|
905
866
|
/* landing-wrap */
|
|
@@ -1078,7 +1039,6 @@
|
|
|
1078
1039
|
background-position: center;
|
|
1079
1040
|
background-color: transparent !important;
|
|
1080
1041
|
}
|
|
1081
|
-
|
|
1082
1042
|
.quick-tab-drag-btn {
|
|
1083
1043
|
position: absolute;
|
|
1084
1044
|
bottom: 9px;
|
|
@@ -1103,20 +1063,18 @@
|
|
|
1103
1063
|
align-items: center;
|
|
1104
1064
|
border-radius: var(--border-radius-lg);
|
|
1105
1065
|
text-align: center;
|
|
1106
|
-
|
|
1107
|
-
.quick-tab-items-icon {
|
|
1108
|
-
display: flex;
|
|
1109
|
-
align-items: center;
|
|
1110
|
-
justify-content: center;
|
|
1111
|
-
}
|
|
1112
|
-
.quick-tab-items-icon .anticon {
|
|
1113
|
-
font-size: 28px;
|
|
1114
|
-
}
|
|
1115
|
-
.quick-tab-items:last-child {
|
|
1116
|
-
margin-bottom: 0;
|
|
1117
|
-
}
|
|
1118
1066
|
}
|
|
1119
|
-
|
|
1067
|
+
.quick-tab-item-inner .quick-tab-items-icon {
|
|
1068
|
+
display: flex;
|
|
1069
|
+
align-items: center;
|
|
1070
|
+
justify-content: center;
|
|
1071
|
+
}
|
|
1072
|
+
.quick-tab-item-inner .quick-tab-items-icon .anticon {
|
|
1073
|
+
font-size: 28px;
|
|
1074
|
+
}
|
|
1075
|
+
.quick-tab-item-inner .quick-tab-items:last-child {
|
|
1076
|
+
margin-bottom: 0;
|
|
1077
|
+
}
|
|
1120
1078
|
.quick-tab-items-icon:has(.quick-overtime) {
|
|
1121
1079
|
background: #EFEBFF;
|
|
1122
1080
|
}
|
|
@@ -1126,7 +1084,6 @@
|
|
|
1126
1084
|
.quick-tab-items-icon:has(.quick-holiday) {
|
|
1127
1085
|
background: #FFF0F5;
|
|
1128
1086
|
}
|
|
1129
|
-
|
|
1130
1087
|
.quick-tab-items-title {
|
|
1131
1088
|
font-size: 13px;
|
|
1132
1089
|
font-weight: var(--font-weight-semibold);
|
|
@@ -1134,23 +1091,30 @@
|
|
|
1134
1091
|
word-break: keep-all;
|
|
1135
1092
|
color: var(--text-primary);
|
|
1136
1093
|
}
|
|
1137
|
-
|
|
1094
|
+
.quick-tab-add-icon {
|
|
1095
|
+
width: 30px;
|
|
1096
|
+
height: 30px;
|
|
1097
|
+
border-radius: 50%;
|
|
1098
|
+
display: flex;
|
|
1099
|
+
align-items: center;
|
|
1100
|
+
justify-content: center;
|
|
1101
|
+
}
|
|
1102
|
+
.quick-tab-add-icon:hover {
|
|
1103
|
+
background: rgb(28 ,24 ,37 , 0.2);
|
|
1104
|
+
}
|
|
1138
1105
|
/* 퀵메뉴 스크롤 스타일 */
|
|
1139
1106
|
.quick-tab-items-wrap::-webkit-scrollbar {
|
|
1140
1107
|
width: 4px;
|
|
1141
1108
|
}
|
|
1142
|
-
|
|
1143
1109
|
.quick-tab-items-wrap::-webkit-scrollbar-track {
|
|
1144
1110
|
background: transparent;
|
|
1145
1111
|
border-radius: 3px;
|
|
1146
1112
|
}
|
|
1147
|
-
|
|
1148
1113
|
.quick-tab-items-wrap::-webkit-scrollbar-thumb {
|
|
1149
1114
|
background: #d9d9d9;
|
|
1150
1115
|
border-radius: 3px;
|
|
1151
1116
|
border: 1px solid #f0f0f0;
|
|
1152
1117
|
}
|
|
1153
|
-
|
|
1154
1118
|
.quick-tab-items-wrap::-webkit-scrollbar-thumb:hover {
|
|
1155
1119
|
background: #bfbfbf;
|
|
1156
1120
|
}
|
|
@@ -1198,7 +1162,6 @@
|
|
|
1198
1162
|
box-shadow: 0 0 0 2px rgb(205 196 255 / 10%);
|
|
1199
1163
|
}
|
|
1200
1164
|
|
|
1201
|
-
|
|
1202
1165
|
.bwg-load-indicator { position: absolute !important; inset: 0 !important; z-index: 40; }
|
|
1203
1166
|
|
|
1204
1167
|
/* ────────────────────── 로딩 오버레이 (WAVE 스타일) ────────────────────── */
|
|
@@ -1209,4 +1172,5 @@
|
|
|
1209
1172
|
.bwg-load-indicator .bwg-load-wave span:nth-child(3) { animation-delay: 240ms; }
|
|
1210
1173
|
@keyframes rg-bounceY { 0%, 100% { transform: translateY(0); } 30% { transform: translateY(-8px); } 60% { transform: translateY(0); } }
|
|
1211
1174
|
.bwg-load-indicator .bwg-load-title { font-weight: 700; letter-spacing: .06em; font-size: 16px; color: #3b3b3b; }
|
|
1212
|
-
.bwg-load-indicator .bwg-load-sub { font-size: 13px; color: #7a7a7a; }
|
|
1175
|
+
.bwg-load-indicator .bwg-load-sub { font-size: 13px; color: #7a7a7a; }
|
|
1176
|
+
|