@bethinkpl/design-system 34.0.0 → 34.0.1
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.
|
@@ -69,7 +69,7 @@
|
|
|
69
69
|
<slot name="actions" />
|
|
70
70
|
</div>
|
|
71
71
|
<ds-divider
|
|
72
|
-
class="ds-overlayHeader__divider
|
|
72
|
+
class="ds-overlayHeader__divider"
|
|
73
73
|
:prominence="DIVIDER_PROMINENCES.STRONG"
|
|
74
74
|
is-vertical
|
|
75
75
|
/>
|
|
@@ -281,14 +281,6 @@
|
|
|
281
281
|
@media #{breakpoint-s()} {
|
|
282
282
|
margin: $space-4xs $space-2xs;
|
|
283
283
|
}
|
|
284
|
-
|
|
285
|
-
&.-ds-mobileHidden {
|
|
286
|
-
display: none;
|
|
287
|
-
|
|
288
|
-
@media #{breakpoint-s()} {
|
|
289
|
-
display: block;
|
|
290
|
-
}
|
|
291
|
-
}
|
|
292
284
|
}
|
|
293
285
|
|
|
294
286
|
&.-ds-borderNeutral {
|