@salesforcedevs/dx-components 1.3.210-lnb13-alpha → 1.3.210-lnb15-alpha
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/package.json
CHANGED
|
@@ -55,6 +55,12 @@ dx-empty-state {
|
|
|
55
55
|
--dx-c-button-secondary-color-hover: var(--dx-g-gray-80);
|
|
56
56
|
}
|
|
57
57
|
|
|
58
|
+
.results-heading {
|
|
59
|
+
--dx-g-text-body-color: var(--sds-g-gray-14);
|
|
60
|
+
|
|
61
|
+
padding-bottom: var(--dx-g-spacing-sm);
|
|
62
|
+
}
|
|
63
|
+
|
|
58
64
|
@media (max-width: 768px) {
|
|
59
65
|
:host {
|
|
60
66
|
width: 100%;
|
|
@@ -115,7 +115,7 @@
|
|
|
115
115
|
}
|
|
116
116
|
|
|
117
117
|
.search {
|
|
118
|
-
padding-bottom: var(--dx-g-spacing-
|
|
118
|
+
padding-bottom: var(--dx-g-spacing-smd);
|
|
119
119
|
}
|
|
120
120
|
|
|
121
121
|
.search-box {
|
|
@@ -143,9 +143,14 @@
|
|
|
143
143
|
align-items: center;
|
|
144
144
|
}
|
|
145
145
|
|
|
146
|
-
@media screen and (max-width:
|
|
146
|
+
@media screen and (max-width: 1279px) {
|
|
147
|
+
.padding-horizontal {
|
|
148
|
+
padding-left: var(--dx-g-spacing-xl);
|
|
149
|
+
}
|
|
150
|
+
}
|
|
151
|
+
|
|
152
|
+
@media screen and (max-width: 767px) {
|
|
147
153
|
.padding-horizontal {
|
|
148
154
|
padding-left: var(--dx-g-spacing-lg);
|
|
149
|
-
padding-right: var(--dx-g-spacing-md);
|
|
150
155
|
}
|
|
151
156
|
}
|