@meduza/ui-kit-2 0.2.30 → 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.30",
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,26 +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
- @media $mobile {
225
- margin-top: 50px;
226
- margin-bottom: 50px;
227
- }
228
- }
229
-
230
- .p + .divider,
231
- .h2 + .divider,
232
- .h3 + .divider {
233
- margin-top: 30px;
234
- margin-bottom: 30px;
222
+ border-width: 0;
223
+ border-radius: 3px;
224
+ background-color: #000;
235
225
 
236
226
  @media $mobile {
237
- margin-top: 40px;
238
- margin-bottom: 40px;
227
+ margin-top: 45px;
228
+ margin-bottom: 45px;
239
229
  }
240
230
  }
241
231