@meduza/ui-kit-2 0.2.31 → 0.2.32
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/ui-kit.css +2801 -2825
- package/package.json +1 -1
- package/src/QuoteBlock/QuoteBlock.module.css +0 -10
- package/src/SimpleBlock/SimpleBlock.module.css +4 -16
package/package.json
CHANGED
|
@@ -216,28 +216,16 @@
|
|
|
216
216
|
|
|
217
217
|
.divider {
|
|
218
218
|
height: 3px;
|
|
219
|
-
background-color: #000;
|
|
220
219
|
margin-top: 35px;
|
|
221
220
|
margin-bottom: 35px;
|
|
222
|
-
border-radius: 3px;
|
|
223
221
|
|
|
224
222
|
border-width: 0;
|
|
223
|
+
border-radius: 3px;
|
|
224
|
+
background-color: #000;
|
|
225
225
|
|
|
226
226
|
@media $mobile {
|
|
227
|
-
margin-top:
|
|
228
|
-
margin-bottom:
|
|
229
|
-
}
|
|
230
|
-
}
|
|
231
|
-
|
|
232
|
-
.p + .divider,
|
|
233
|
-
.h2 + .divider,
|
|
234
|
-
.h3 + .divider {
|
|
235
|
-
margin-top: 30px;
|
|
236
|
-
margin-bottom: 30px;
|
|
237
|
-
|
|
238
|
-
@media $mobile {
|
|
239
|
-
margin-top: 40px;
|
|
240
|
-
margin-bottom: 40px;
|
|
227
|
+
margin-top: 45px;
|
|
228
|
+
margin-bottom: 45px;
|
|
241
229
|
}
|
|
242
230
|
}
|
|
243
231
|
|