@sc-360-v2/storefront-cms-library 0.3.54 → 0.3.55
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.
|
@@ -93,7 +93,7 @@
|
|
|
93
93
|
}
|
|
94
94
|
}
|
|
95
95
|
.employee-content {
|
|
96
|
-
width: calc(100% -
|
|
96
|
+
width: calc(100% - 29px);
|
|
97
97
|
display: flex;
|
|
98
98
|
.em_content {
|
|
99
99
|
// display: flex;
|
|
@@ -145,15 +145,20 @@
|
|
|
145
145
|
}
|
|
146
146
|
.employees-section {
|
|
147
147
|
height: calc(100% - 88px);
|
|
148
|
-
border: 1px solid var(--_gray-200);
|
|
149
148
|
overflow: auto;
|
|
150
149
|
width: 250px;
|
|
150
|
+
border: 1px solid var(--_gray-200);
|
|
151
|
+
border-top: 0;
|
|
152
|
+
border-right: 0;
|
|
151
153
|
|
|
152
154
|
.employee_card {
|
|
153
155
|
padding: 12px;
|
|
154
156
|
// display: grid;
|
|
155
157
|
gap: 12px;
|
|
156
158
|
border-bottom: 1px solid var(--_gray-200);
|
|
159
|
+
&:first-child {
|
|
160
|
+
border-top: 1px solid var(--_gray-200);
|
|
161
|
+
}
|
|
157
162
|
// height: 112px;
|
|
158
163
|
width: 100%;
|
|
159
164
|
.em_data {
|
|
@@ -247,12 +252,14 @@
|
|
|
247
252
|
display: grid;
|
|
248
253
|
align-items: anchor-center;
|
|
249
254
|
color: #475467;
|
|
255
|
+
border-top: 1px solid var(--_gray-200);
|
|
250
256
|
}
|
|
251
257
|
}
|
|
252
258
|
.products-section {
|
|
253
259
|
width: calc(100% - 250px);
|
|
254
260
|
height: 100%;
|
|
255
261
|
border: 1px solid var(--_gray-200);
|
|
262
|
+
border-right: 0;
|
|
256
263
|
display: flex;
|
|
257
264
|
overflow-x: auto;
|
|
258
265
|
.em_product {
|
|
@@ -631,6 +638,7 @@
|
|
|
631
638
|
flex-direction: column;
|
|
632
639
|
position: sticky;
|
|
633
640
|
top: 0;
|
|
641
|
+
z-index: 10;
|
|
634
642
|
|
|
635
643
|
// employee checkout flow start
|
|
636
644
|
.quota-bar-container {
|