@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/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.2.31",
2
+ "version": "0.2.32",
3
3
  "license": "MIT",
4
4
  "description": "UIKit for Meduza",
5
5
  "repository": "https://github.com/meduza-corp/ui-kit-2.git",
@@ -71,16 +71,6 @@
71
71
  color: $gold;
72
72
  }
73
73
 
74
- .root + hr {
75
- margin-top: 30px;
76
- margin-bottom: 30px;
77
-
78
- @media $mobile {
79
- margin-top: 40px;
80
- margin-bottom: 40px;
81
- }
82
- }
83
-
84
74
  .center {
85
75
  width: 100%;
86
76
  max-width: 650px;
@@ -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: 50px;
228
- margin-bottom: 50px;
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