@sc-360-v2/storefront-cms-library 0.4.59 → 0.4.60
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/filters.scss +16 -1
- package/dist/image-temp.scss +4 -0
- package/dist/profile.scss +3 -0
- package/dist/user-elements.scss +12 -1
- package/package.json +1 -1
package/dist/filters.scss
CHANGED
|
@@ -898,6 +898,17 @@ $resizeActive: '[data-cms-element-resizer="true"]';
|
|
|
898
898
|
}
|
|
899
899
|
}
|
|
900
900
|
}
|
|
901
|
+
.no__results__found {
|
|
902
|
+
padding: 12px;
|
|
903
|
+
color: var(--_gray-600);
|
|
904
|
+
display: flex;
|
|
905
|
+
justify-content: center;
|
|
906
|
+
background: var(--_gray-100);
|
|
907
|
+
padding: 12px;
|
|
908
|
+
border-radius: 4px;
|
|
909
|
+
font-weight: 600;
|
|
910
|
+
color: var(--_gray-600);
|
|
911
|
+
}
|
|
901
912
|
}
|
|
902
913
|
}
|
|
903
914
|
|
|
@@ -2114,7 +2125,7 @@ $resizeActive: '[data-cms-element-resizer="true"]';
|
|
|
2114
2125
|
// padding: 20px;
|
|
2115
2126
|
width: 100%;
|
|
2116
2127
|
max-width: 300px;
|
|
2117
|
-
padding-inline:
|
|
2128
|
+
padding-inline: 8px;
|
|
2118
2129
|
// margin: auto;
|
|
2119
2130
|
}
|
|
2120
2131
|
|
|
@@ -2314,6 +2325,10 @@ $resizeActive: '[data-cms-element-resizer="true"]';
|
|
|
2314
2325
|
}
|
|
2315
2326
|
}
|
|
2316
2327
|
}
|
|
2328
|
+
&:focus-within {
|
|
2329
|
+
outline: 2px solid var(--_gray-200);
|
|
2330
|
+
border: 1px solid var(--_gray-300);
|
|
2331
|
+
}
|
|
2317
2332
|
}
|
|
2318
2333
|
|
|
2319
2334
|
.min-tooltip {
|
package/dist/image-temp.scss
CHANGED
package/dist/profile.scss
CHANGED
package/dist/user-elements.scss
CHANGED
|
@@ -2448,7 +2448,7 @@ $resizeActive: '[data-cms-element-resizer="true"]';
|
|
|
2448
2448
|
//Dropdown
|
|
2449
2449
|
.value__selected__new {
|
|
2450
2450
|
width: 100%;
|
|
2451
|
-
padding: 8px 12px;
|
|
2451
|
+
// padding: 8px 12px;
|
|
2452
2452
|
text-align: left;
|
|
2453
2453
|
}
|
|
2454
2454
|
.est__dropdown__main {
|
|
@@ -2547,9 +2547,20 @@ $resizeActive: '[data-cms-element-resizer="true"]';
|
|
|
2547
2547
|
animation: slideDown 0.4s ease-in-out;
|
|
2548
2548
|
pointer-events: none;
|
|
2549
2549
|
}
|
|
2550
|
+
&:has(.no__records__found) {
|
|
2551
|
+
padding: 0px;
|
|
2552
|
+
}
|
|
2550
2553
|
}
|
|
2551
2554
|
}
|
|
2552
2555
|
}
|
|
2556
|
+
.no__records__found {
|
|
2557
|
+
padding: 12px;
|
|
2558
|
+
color: var(--_gray-700);
|
|
2559
|
+
background-color: var(--_gray-100);
|
|
2560
|
+
font-size: 16px;
|
|
2561
|
+
text-align: center;
|
|
2562
|
+
cursor: auto;
|
|
2563
|
+
}
|
|
2553
2564
|
}
|
|
2554
2565
|
}
|
|
2555
2566
|
}
|