@meduza/ui-kit-2 0.7.4 → 0.7.6

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 CHANGED
@@ -4823,11 +4823,10 @@ a mark {
4823
4823
  /* 1023 */
4824
4824
  /* Zindex */
4825
4825
  .VersesBlock-module_root__CrgSZ {
4826
- margin: calc(15rem / 16) 0;
4827
- margin-left: 18px;
4828
-
4829
4826
  padding: 0;
4830
4827
 
4828
+ padding-left: 1.125rem;
4829
+
4831
4830
  list-style: none;
4832
4831
 
4833
4832
  font-family: 'PF Regal', 'PF Regal Text Pro', 'Georgia', serif;
@@ -4842,8 +4841,7 @@ a mark {
4842
4841
  }
4843
4842
  @media only screen and (min-width: 48em) {
4844
4843
  .VersesBlock-module_root__CrgSZ {
4845
- margin: 20px 0;
4846
- margin-left: 36px;
4844
+ padding-left: 38px;
4847
4845
  }
4848
4846
  }
4849
4847
  .VersesBlock-module_root__CrgSZ:first-child {
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.7.4",
2
+ "version": "0.7.6",
3
3
  "license": "MIT",
4
4
  "description": "UIKit for Meduza",
5
5
  "repository": "https://github.com/meduza-corp/ui-kit-2.git",
@@ -1,11 +1,10 @@
1
1
  @import '../vars.css';
2
2
 
3
3
  .root {
4
- margin: calc(15rem / 16) 0;
5
- margin-left: 18px;
6
-
7
4
  padding: 0;
8
5
 
6
+ padding-left: 1.125rem;
7
+
9
8
  list-style: none;
10
9
 
11
10
  font-family: $primaryFont;
@@ -18,8 +17,7 @@
18
17
  }
19
18
 
20
19
  @media $portraitTablet {
21
- margin: 20px 0;
22
- margin-left: 36px;
20
+ padding-left: 38px;
23
21
  }
24
22
  }
25
23