@sc-360-v2/storefront-cms-library 0.5.31 → 0.5.33
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/add-existing-form.scss +1 -1
- package/dist/amount-estimator.scss +1083 -1083
- package/dist/animation-control.scss +23 -23
- package/dist/badge.scss +388 -388
- package/dist/builder.js +1 -1
- package/dist/bulk-variant-picker copy.scss +1121 -1121
- package/dist/bundleDetails copy.scss +1431 -1431
- package/dist/button copy.scss +271 -271
- package/dist/button.scss +10 -0
- package/dist/buy-for-tabs-container-item.scss +80 -80
- package/dist/cart-products-sidebar.scss +211 -211
- package/dist/cart-wrapper.scss +127 -127
- package/dist/cartGrouping.scss +89 -89
- package/dist/category-groups-quota-details.scss +451 -451
- package/dist/categoryDetails.scss +61 -61
- package/dist/categoryWidget.scss +34 -34
- package/dist/checkbox-radio.scss +124 -124
- package/dist/common-element.scss +35 -35
- package/dist/confirmationModal.scss +139 -139
- package/dist/custom-fonts.scss +100 -100
- package/dist/embroider-preview-element.scss +94 -94
- package/dist/embroider-template-1.scss +482 -482
- package/dist/emtpy-templates.scss +165 -165
- package/dist/fb-dropdown.scss +125 -125
- package/dist/filter-results.scss +323 -323
- package/dist/flex-text-editor.scss +271 -271
- package/dist/form-zindex-module.scss +24 -24
- package/dist/icon-library.scss +74 -74
- package/dist/icon-list.scss +7 -0
- package/dist/image-for-product.scss +21 -21
- package/dist/lightbox.scss +78 -78
- package/dist/line.scss +99 -25
- package/dist/loader.scss +37 -37
- package/dist/menu-item.scss +19 -19
- package/dist/my-wishlist.scss +17 -17
- package/dist/order-processing.scss +61 -61
- package/dist/overflow-module.scss +63 -63
- package/dist/past-orders.scss +975 -975
- package/dist/payment-methods.scss +289 -289
- package/dist/pickup-locations.scss +1167 -1167
- package/dist/position-module.scss +95 -95
- package/dist/prefix-list.scss +86 -86
- package/dist/product-actions copy.scss +2765 -2765
- package/dist/product-customizations.scss +149 -149
- package/dist/product-image copy.scss +787 -787
- package/dist/product-inventory.scss +1378 -1378
- package/dist/product-promotions.scss +2759 -2759
- package/dist/quotes.scss +737 -737
- package/dist/repeater copy.scss +635 -635
- package/dist/responsive-behaviour.scss +29 -29
- package/dist/rfqs.scss +736 -736
- package/dist/scroll.scss +4 -3
- package/dist/shareCartSideBar.scss +254 -254
- package/dist/shipping-estimator.scss +41 -41
- package/dist/sort.scss +89 -89
- package/dist/static-text.scss +52 -52
- package/dist/stockStatus.scss +64 -64
- package/dist/store-locations.scss +1398 -1398
- package/dist/sub-category.scss +74 -74
- package/dist/submit-quote.scss +275 -275
- package/dist/tab-container-item.scss +80 -80
- package/dist/tab-v2.scss +583 -583
- package/dist/table-common.scss +506 -506
- package/dist/table.scss +685 -685
- package/dist/tabs.scss +395 -395
- package/dist/text-temp.scss +109 -109
- package/dist/toaster.scss +350 -350
- package/dist/toggle-button.scss +32 -32
- package/dist/transform-properties-module.scss +20 -20
- package/dist/types/builder/tools/element-edit/icon-list.d.ts +6 -0
- package/dist/types/builder/tools/element-edit/line.d.ts +21 -0
- package/dist/types/builder/tools/element-edit/scroll.d.ts +0 -1
- package/dist/types/builder/tools/element-edit/variantPicker.d.ts +1 -145
- package/dist/user-elements copy.scss +1437 -1437
- package/dist/user-elements.scss +0 -1
- package/dist/variant-picker.scss +485 -133
- package/dist/video.scss +476 -476
- package/dist/wishlist-overlay.scss +48 -48
- package/package.json +1 -1
|
@@ -1,165 +1,165 @@
|
|
|
1
|
-
.empty_template {
|
|
2
|
-
display: flex;
|
|
3
|
-
flex-direction: column;
|
|
4
|
-
justify-content: center;
|
|
5
|
-
align-items: center;
|
|
6
|
-
height: 100%;
|
|
7
|
-
width: 100%;
|
|
8
|
-
text-align: center;
|
|
9
|
-
|
|
10
|
-
h3 {
|
|
11
|
-
font-size: 16px;
|
|
12
|
-
color: var(--_gray-900);
|
|
13
|
-
font-weight: 600;
|
|
14
|
-
margin-bottom: 10px;
|
|
15
|
-
}
|
|
16
|
-
p {
|
|
17
|
-
font-size: 12px;
|
|
18
|
-
color: var(--_gray-600);
|
|
19
|
-
}
|
|
20
|
-
}
|
|
21
|
-
|
|
22
|
-
.empty_cart_wrapper {
|
|
23
|
-
display: flex;
|
|
24
|
-
flex-direction: column;
|
|
25
|
-
// align-items: center;
|
|
26
|
-
justify-content: start;
|
|
27
|
-
width: 100%;
|
|
28
|
-
// gap: 6px;
|
|
29
|
-
margin-top: 24px;
|
|
30
|
-
img {
|
|
31
|
-
max-width: 100px;
|
|
32
|
-
max-height: 100px;
|
|
33
|
-
}
|
|
34
|
-
|
|
35
|
-
.empty_msg_title {
|
|
36
|
-
font-weight: 700;
|
|
37
|
-
font-size: 24px;
|
|
38
|
-
line-height: 32px;
|
|
39
|
-
padding-bottom: 8px;
|
|
40
|
-
}
|
|
41
|
-
|
|
42
|
-
.empty_msg_desc {
|
|
43
|
-
font-size: 14px;
|
|
44
|
-
line-height: 20px;
|
|
45
|
-
font-weight: 500;
|
|
46
|
-
}
|
|
47
|
-
.empty_cart_actions {
|
|
48
|
-
gap: 12px;
|
|
49
|
-
margin-top: 24px;
|
|
50
|
-
.empty_cart_template_actions {
|
|
51
|
-
display: flex;
|
|
52
|
-
gap: 24px;
|
|
53
|
-
margin-top: 24px;
|
|
54
|
-
.primary_btn {
|
|
55
|
-
color: var(--_thm-cs-tt-ls-as);
|
|
56
|
-
font-weight: 400;
|
|
57
|
-
font-size: 14px;
|
|
58
|
-
&:hover {
|
|
59
|
-
text-decoration: underline;
|
|
60
|
-
}
|
|
61
|
-
}
|
|
62
|
-
}
|
|
63
|
-
.empty_crt_btn {
|
|
64
|
-
padding: 12px 24px;
|
|
65
|
-
border-radius: 4px;
|
|
66
|
-
font-weight: 600px;
|
|
67
|
-
display: inline-flex;
|
|
68
|
-
align-items: center;
|
|
69
|
-
gap: 8px;
|
|
70
|
-
|
|
71
|
-
span {
|
|
72
|
-
display: flex;
|
|
73
|
-
}
|
|
74
|
-
|
|
75
|
-
.label {
|
|
76
|
-
color: var(--_thm-py-bs-dt-se-tt-cr);
|
|
77
|
-
font-size: 16px;
|
|
78
|
-
}
|
|
79
|
-
svg path {
|
|
80
|
-
stroke: var(--_thm-py-bs-dt-se-tt-cr);
|
|
81
|
-
}
|
|
82
|
-
}
|
|
83
|
-
}
|
|
84
|
-
}
|
|
85
|
-
|
|
86
|
-
// loading styles
|
|
87
|
-
.loader_empty_template {
|
|
88
|
-
width: 82px;
|
|
89
|
-
height: 18px;
|
|
90
|
-
position: relative;
|
|
91
|
-
margin-bottom: 12px;
|
|
92
|
-
}
|
|
93
|
-
.loader_empty_template::before,
|
|
94
|
-
.loader_empty_template::after {
|
|
95
|
-
content: "";
|
|
96
|
-
position: absolute;
|
|
97
|
-
left: 50%;
|
|
98
|
-
transform: translate(-50%, 10%);
|
|
99
|
-
top: 0;
|
|
100
|
-
background: var(--_gray-500);
|
|
101
|
-
width: 10px;
|
|
102
|
-
height: 10px;
|
|
103
|
-
border-radius: 50%;
|
|
104
|
-
animation: jump_loader 0.5s ease-in infinite alternate;
|
|
105
|
-
}
|
|
106
|
-
|
|
107
|
-
.loader_empty_template::after {
|
|
108
|
-
background: #0000;
|
|
109
|
-
color: var(--_gray-400);
|
|
110
|
-
top: 100%;
|
|
111
|
-
box-shadow:
|
|
112
|
-
32px -20px,
|
|
113
|
-
-32px -20px;
|
|
114
|
-
animation: split_loader 0.5s ease-out infinite alternate;
|
|
115
|
-
}
|
|
116
|
-
|
|
117
|
-
// loding data with icon using in bulk order pad and quick order pad
|
|
118
|
-
.data__loading__wrapper {
|
|
119
|
-
width: 100%;
|
|
120
|
-
height: 100%;
|
|
121
|
-
display: flex;
|
|
122
|
-
align-items: center;
|
|
123
|
-
justify-content: center;
|
|
124
|
-
.loading__container {
|
|
125
|
-
max-width: 500px;
|
|
126
|
-
display: flex;
|
|
127
|
-
flex-direction: column;
|
|
128
|
-
justify-content: center;
|
|
129
|
-
align-items: center;
|
|
130
|
-
gap: 16px;
|
|
131
|
-
.loading__spinner {
|
|
132
|
-
width: 40px;
|
|
133
|
-
height: 40px;
|
|
134
|
-
border: 4px solid var(--_gray-200);
|
|
135
|
-
border-top: 4px solid var(--_primary-400);
|
|
136
|
-
border-radius: 50%;
|
|
137
|
-
animation: spin 1s linear infinite;
|
|
138
|
-
}
|
|
139
|
-
.text {
|
|
140
|
-
color: var(--_gray-600);
|
|
141
|
-
font-size: 14px;
|
|
142
|
-
}
|
|
143
|
-
}
|
|
144
|
-
}
|
|
145
|
-
|
|
146
|
-
@keyframes split_loader {
|
|
147
|
-
0% {
|
|
148
|
-
box-shadow:
|
|
149
|
-
8px -20px,
|
|
150
|
-
-8px -20px;
|
|
151
|
-
}
|
|
152
|
-
100% {
|
|
153
|
-
box-shadow:
|
|
154
|
-
32px -20px,
|
|
155
|
-
-32px -20px;
|
|
156
|
-
}
|
|
157
|
-
}
|
|
158
|
-
@keyframes jump_loader {
|
|
159
|
-
0% {
|
|
160
|
-
transform: translate(-50%, -100%);
|
|
161
|
-
}
|
|
162
|
-
100% {
|
|
163
|
-
transform: translate(-50%, 10%);
|
|
164
|
-
}
|
|
165
|
-
}
|
|
1
|
+
.empty_template {
|
|
2
|
+
display: flex;
|
|
3
|
+
flex-direction: column;
|
|
4
|
+
justify-content: center;
|
|
5
|
+
align-items: center;
|
|
6
|
+
height: 100%;
|
|
7
|
+
width: 100%;
|
|
8
|
+
text-align: center;
|
|
9
|
+
|
|
10
|
+
h3 {
|
|
11
|
+
font-size: 16px;
|
|
12
|
+
color: var(--_gray-900);
|
|
13
|
+
font-weight: 600;
|
|
14
|
+
margin-bottom: 10px;
|
|
15
|
+
}
|
|
16
|
+
p {
|
|
17
|
+
font-size: 12px;
|
|
18
|
+
color: var(--_gray-600);
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
.empty_cart_wrapper {
|
|
23
|
+
display: flex;
|
|
24
|
+
flex-direction: column;
|
|
25
|
+
// align-items: center;
|
|
26
|
+
justify-content: start;
|
|
27
|
+
width: 100%;
|
|
28
|
+
// gap: 6px;
|
|
29
|
+
margin-top: 24px;
|
|
30
|
+
img {
|
|
31
|
+
max-width: 100px;
|
|
32
|
+
max-height: 100px;
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
.empty_msg_title {
|
|
36
|
+
font-weight: 700;
|
|
37
|
+
font-size: 24px;
|
|
38
|
+
line-height: 32px;
|
|
39
|
+
padding-bottom: 8px;
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
.empty_msg_desc {
|
|
43
|
+
font-size: 14px;
|
|
44
|
+
line-height: 20px;
|
|
45
|
+
font-weight: 500;
|
|
46
|
+
}
|
|
47
|
+
.empty_cart_actions {
|
|
48
|
+
gap: 12px;
|
|
49
|
+
margin-top: 24px;
|
|
50
|
+
.empty_cart_template_actions {
|
|
51
|
+
display: flex;
|
|
52
|
+
gap: 24px;
|
|
53
|
+
margin-top: 24px;
|
|
54
|
+
.primary_btn {
|
|
55
|
+
color: var(--_thm-cs-tt-ls-as);
|
|
56
|
+
font-weight: 400;
|
|
57
|
+
font-size: 14px;
|
|
58
|
+
&:hover {
|
|
59
|
+
text-decoration: underline;
|
|
60
|
+
}
|
|
61
|
+
}
|
|
62
|
+
}
|
|
63
|
+
.empty_crt_btn {
|
|
64
|
+
padding: 12px 24px;
|
|
65
|
+
border-radius: 4px;
|
|
66
|
+
font-weight: 600px;
|
|
67
|
+
display: inline-flex;
|
|
68
|
+
align-items: center;
|
|
69
|
+
gap: 8px;
|
|
70
|
+
|
|
71
|
+
span {
|
|
72
|
+
display: flex;
|
|
73
|
+
}
|
|
74
|
+
|
|
75
|
+
.label {
|
|
76
|
+
color: var(--_thm-py-bs-dt-se-tt-cr);
|
|
77
|
+
font-size: 16px;
|
|
78
|
+
}
|
|
79
|
+
svg path {
|
|
80
|
+
stroke: var(--_thm-py-bs-dt-se-tt-cr);
|
|
81
|
+
}
|
|
82
|
+
}
|
|
83
|
+
}
|
|
84
|
+
}
|
|
85
|
+
|
|
86
|
+
// loading styles
|
|
87
|
+
.loader_empty_template {
|
|
88
|
+
width: 82px;
|
|
89
|
+
height: 18px;
|
|
90
|
+
position: relative;
|
|
91
|
+
margin-bottom: 12px;
|
|
92
|
+
}
|
|
93
|
+
.loader_empty_template::before,
|
|
94
|
+
.loader_empty_template::after {
|
|
95
|
+
content: "";
|
|
96
|
+
position: absolute;
|
|
97
|
+
left: 50%;
|
|
98
|
+
transform: translate(-50%, 10%);
|
|
99
|
+
top: 0;
|
|
100
|
+
background: var(--_gray-500);
|
|
101
|
+
width: 10px;
|
|
102
|
+
height: 10px;
|
|
103
|
+
border-radius: 50%;
|
|
104
|
+
animation: jump_loader 0.5s ease-in infinite alternate;
|
|
105
|
+
}
|
|
106
|
+
|
|
107
|
+
.loader_empty_template::after {
|
|
108
|
+
background: #0000;
|
|
109
|
+
color: var(--_gray-400);
|
|
110
|
+
top: 100%;
|
|
111
|
+
box-shadow:
|
|
112
|
+
32px -20px,
|
|
113
|
+
-32px -20px;
|
|
114
|
+
animation: split_loader 0.5s ease-out infinite alternate;
|
|
115
|
+
}
|
|
116
|
+
|
|
117
|
+
// loding data with icon using in bulk order pad and quick order pad
|
|
118
|
+
.data__loading__wrapper {
|
|
119
|
+
width: 100%;
|
|
120
|
+
height: 100%;
|
|
121
|
+
display: flex;
|
|
122
|
+
align-items: center;
|
|
123
|
+
justify-content: center;
|
|
124
|
+
.loading__container {
|
|
125
|
+
max-width: 500px;
|
|
126
|
+
display: flex;
|
|
127
|
+
flex-direction: column;
|
|
128
|
+
justify-content: center;
|
|
129
|
+
align-items: center;
|
|
130
|
+
gap: 16px;
|
|
131
|
+
.loading__spinner {
|
|
132
|
+
width: 40px;
|
|
133
|
+
height: 40px;
|
|
134
|
+
border: 4px solid var(--_gray-200);
|
|
135
|
+
border-top: 4px solid var(--_primary-400);
|
|
136
|
+
border-radius: 50%;
|
|
137
|
+
animation: spin 1s linear infinite;
|
|
138
|
+
}
|
|
139
|
+
.text {
|
|
140
|
+
color: var(--_gray-600);
|
|
141
|
+
font-size: 14px;
|
|
142
|
+
}
|
|
143
|
+
}
|
|
144
|
+
}
|
|
145
|
+
|
|
146
|
+
@keyframes split_loader {
|
|
147
|
+
0% {
|
|
148
|
+
box-shadow:
|
|
149
|
+
8px -20px,
|
|
150
|
+
-8px -20px;
|
|
151
|
+
}
|
|
152
|
+
100% {
|
|
153
|
+
box-shadow:
|
|
154
|
+
32px -20px,
|
|
155
|
+
-32px -20px;
|
|
156
|
+
}
|
|
157
|
+
}
|
|
158
|
+
@keyframes jump_loader {
|
|
159
|
+
0% {
|
|
160
|
+
transform: translate(-50%, -100%);
|
|
161
|
+
}
|
|
162
|
+
100% {
|
|
163
|
+
transform: translate(-50%, 10%);
|
|
164
|
+
}
|
|
165
|
+
}
|
package/dist/fb-dropdown.scss
CHANGED
|
@@ -1,125 +1,125 @@
|
|
|
1
|
-
.fb_dropdown_main {
|
|
2
|
-
position: relative;
|
|
3
|
-
width: 100%;
|
|
4
|
-
}
|
|
5
|
-
|
|
6
|
-
.fb_dropdown_label {
|
|
7
|
-
width: 100%;
|
|
8
|
-
height: 40px;
|
|
9
|
-
border: 1px solid var(--_gray-300);
|
|
10
|
-
border-radius: 6px;
|
|
11
|
-
background: var(--_base-white);
|
|
12
|
-
cursor: pointer;
|
|
13
|
-
padding: 0 12px;
|
|
14
|
-
display: flex;
|
|
15
|
-
align-items: center;
|
|
16
|
-
justify-content: space-between;
|
|
17
|
-
transition: border 0.2s ease;
|
|
18
|
-
|
|
19
|
-
&:focus,
|
|
20
|
-
&:focus-within {
|
|
21
|
-
border-color: var(--_primary-300);
|
|
22
|
-
box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.25);
|
|
23
|
-
outline: none;
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
&.disabled {
|
|
27
|
-
cursor: not-allowed;
|
|
28
|
-
background: var(--_gray-100);
|
|
29
|
-
color: var(--_gray-400);
|
|
30
|
-
}
|
|
31
|
-
|
|
32
|
-
.fb_dropdown_text {
|
|
33
|
-
color: var(--_gray-800);
|
|
34
|
-
white-space: nowrap;
|
|
35
|
-
overflow: hidden;
|
|
36
|
-
text-overflow: ellipsis;
|
|
37
|
-
max-width: 90%;
|
|
38
|
-
}
|
|
39
|
-
|
|
40
|
-
.fb_dropdown_icon {
|
|
41
|
-
display: flex;
|
|
42
|
-
transition: transform 300ms ease;
|
|
43
|
-
|
|
44
|
-
svg {
|
|
45
|
-
width: 16px;
|
|
46
|
-
height: 16px;
|
|
47
|
-
}
|
|
48
|
-
|
|
49
|
-
&.open {
|
|
50
|
-
transform: rotate(180deg);
|
|
51
|
-
}
|
|
52
|
-
}
|
|
53
|
-
}
|
|
54
|
-
|
|
55
|
-
.fb_dropdown_panel {
|
|
56
|
-
position: absolute;
|
|
57
|
-
width: 100%;
|
|
58
|
-
background-color: var(--_base-white);
|
|
59
|
-
border: 1px solid var(--_gray-300);
|
|
60
|
-
border-radius: 6px;
|
|
61
|
-
margin-top: 4px;
|
|
62
|
-
z-index: 10;
|
|
63
|
-
max-height: 200px;
|
|
64
|
-
overflow-y: auto;
|
|
65
|
-
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
|
|
66
|
-
|
|
67
|
-
&.drop-up {
|
|
68
|
-
bottom: 44px;
|
|
69
|
-
top: auto;
|
|
70
|
-
margin-top: 0;
|
|
71
|
-
margin-bottom: 4px;
|
|
72
|
-
}
|
|
73
|
-
|
|
74
|
-
&.drop-down {
|
|
75
|
-
top: 100%;
|
|
76
|
-
}
|
|
77
|
-
|
|
78
|
-
ul {
|
|
79
|
-
list-style: none;
|
|
80
|
-
padding: 4px;
|
|
81
|
-
margin: 0;
|
|
82
|
-
display: flex;
|
|
83
|
-
flex-direction: column;
|
|
84
|
-
gap: 2px;
|
|
85
|
-
|
|
86
|
-
li {
|
|
87
|
-
padding: 0;
|
|
88
|
-
}
|
|
89
|
-
|
|
90
|
-
.dropdown_option {
|
|
91
|
-
display: flex;
|
|
92
|
-
align-items: center;
|
|
93
|
-
gap: 8px;
|
|
94
|
-
padding: 8px 12px;
|
|
95
|
-
font-size: 14px;
|
|
96
|
-
color: var(--_gray-700);
|
|
97
|
-
cursor: pointer;
|
|
98
|
-
transition: background 0.2s;
|
|
99
|
-
border-radius: 4px;
|
|
100
|
-
|
|
101
|
-
input[type="checkbox"] {
|
|
102
|
-
margin: 0;
|
|
103
|
-
pointer-events: none;
|
|
104
|
-
}
|
|
105
|
-
|
|
106
|
-
&:hover {
|
|
107
|
-
background-color: var(--_primary-50);
|
|
108
|
-
color: var(--_primary-500);
|
|
109
|
-
}
|
|
110
|
-
|
|
111
|
-
&.selected {
|
|
112
|
-
background-color: var(--_primary-25);
|
|
113
|
-
color: var(--_primary-700);
|
|
114
|
-
font-weight: 500;
|
|
115
|
-
}
|
|
116
|
-
}
|
|
117
|
-
}
|
|
118
|
-
}
|
|
119
|
-
|
|
120
|
-
.empty-options {
|
|
121
|
-
padding: 10px 12px;
|
|
122
|
-
color: var(--_gray-500);
|
|
123
|
-
font-size: 14px;
|
|
124
|
-
text-align: center;
|
|
125
|
-
}
|
|
1
|
+
.fb_dropdown_main {
|
|
2
|
+
position: relative;
|
|
3
|
+
width: 100%;
|
|
4
|
+
}
|
|
5
|
+
|
|
6
|
+
.fb_dropdown_label {
|
|
7
|
+
width: 100%;
|
|
8
|
+
height: 40px;
|
|
9
|
+
border: 1px solid var(--_gray-300);
|
|
10
|
+
border-radius: 6px;
|
|
11
|
+
background: var(--_base-white);
|
|
12
|
+
cursor: pointer;
|
|
13
|
+
padding: 0 12px;
|
|
14
|
+
display: flex;
|
|
15
|
+
align-items: center;
|
|
16
|
+
justify-content: space-between;
|
|
17
|
+
transition: border 0.2s ease;
|
|
18
|
+
|
|
19
|
+
&:focus,
|
|
20
|
+
&:focus-within {
|
|
21
|
+
border-color: var(--_primary-300);
|
|
22
|
+
box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.25);
|
|
23
|
+
outline: none;
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
&.disabled {
|
|
27
|
+
cursor: not-allowed;
|
|
28
|
+
background: var(--_gray-100);
|
|
29
|
+
color: var(--_gray-400);
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
.fb_dropdown_text {
|
|
33
|
+
color: var(--_gray-800);
|
|
34
|
+
white-space: nowrap;
|
|
35
|
+
overflow: hidden;
|
|
36
|
+
text-overflow: ellipsis;
|
|
37
|
+
max-width: 90%;
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
.fb_dropdown_icon {
|
|
41
|
+
display: flex;
|
|
42
|
+
transition: transform 300ms ease;
|
|
43
|
+
|
|
44
|
+
svg {
|
|
45
|
+
width: 16px;
|
|
46
|
+
height: 16px;
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
&.open {
|
|
50
|
+
transform: rotate(180deg);
|
|
51
|
+
}
|
|
52
|
+
}
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
.fb_dropdown_panel {
|
|
56
|
+
position: absolute;
|
|
57
|
+
width: 100%;
|
|
58
|
+
background-color: var(--_base-white);
|
|
59
|
+
border: 1px solid var(--_gray-300);
|
|
60
|
+
border-radius: 6px;
|
|
61
|
+
margin-top: 4px;
|
|
62
|
+
z-index: 10;
|
|
63
|
+
max-height: 200px;
|
|
64
|
+
overflow-y: auto;
|
|
65
|
+
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
|
|
66
|
+
|
|
67
|
+
&.drop-up {
|
|
68
|
+
bottom: 44px;
|
|
69
|
+
top: auto;
|
|
70
|
+
margin-top: 0;
|
|
71
|
+
margin-bottom: 4px;
|
|
72
|
+
}
|
|
73
|
+
|
|
74
|
+
&.drop-down {
|
|
75
|
+
top: 100%;
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
ul {
|
|
79
|
+
list-style: none;
|
|
80
|
+
padding: 4px;
|
|
81
|
+
margin: 0;
|
|
82
|
+
display: flex;
|
|
83
|
+
flex-direction: column;
|
|
84
|
+
gap: 2px;
|
|
85
|
+
|
|
86
|
+
li {
|
|
87
|
+
padding: 0;
|
|
88
|
+
}
|
|
89
|
+
|
|
90
|
+
.dropdown_option {
|
|
91
|
+
display: flex;
|
|
92
|
+
align-items: center;
|
|
93
|
+
gap: 8px;
|
|
94
|
+
padding: 8px 12px;
|
|
95
|
+
font-size: 14px;
|
|
96
|
+
color: var(--_gray-700);
|
|
97
|
+
cursor: pointer;
|
|
98
|
+
transition: background 0.2s;
|
|
99
|
+
border-radius: 4px;
|
|
100
|
+
|
|
101
|
+
input[type="checkbox"] {
|
|
102
|
+
margin: 0;
|
|
103
|
+
pointer-events: none;
|
|
104
|
+
}
|
|
105
|
+
|
|
106
|
+
&:hover {
|
|
107
|
+
background-color: var(--_primary-50);
|
|
108
|
+
color: var(--_primary-500);
|
|
109
|
+
}
|
|
110
|
+
|
|
111
|
+
&.selected {
|
|
112
|
+
background-color: var(--_primary-25);
|
|
113
|
+
color: var(--_primary-700);
|
|
114
|
+
font-weight: 500;
|
|
115
|
+
}
|
|
116
|
+
}
|
|
117
|
+
}
|
|
118
|
+
}
|
|
119
|
+
|
|
120
|
+
.empty-options {
|
|
121
|
+
padding: 10px 12px;
|
|
122
|
+
color: var(--_gray-500);
|
|
123
|
+
font-size: 14px;
|
|
124
|
+
text-align: center;
|
|
125
|
+
}
|