@meduza/ui-kit-2 0.7.5 → 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 {
@@ -4894,14 +4892,6 @@ a mark {
4894
4892
  color: inherit;
4895
4893
  box-shadow: inset 0 -1px #b88b59;
4896
4894
  }
4897
- .VersesBlock-module_root__CrgSZ ul {
4898
- padding-left: 1.125rem;
4899
- }
4900
- @media only screen and (min-width: 48em) {
4901
- .VersesBlock-module_root__CrgSZ ul {
4902
- padding-left: 38px;
4903
- }
4904
- }
4905
4895
  .VersesBlock-module_ol__ToXjg {
4906
4896
  counter-reset: list 0;
4907
4897
  }
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.7.5",
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
 
@@ -76,14 +74,6 @@
76
74
  box-shadow: inset 0 -1px $gold;
77
75
  }
78
76
 
79
- .root ul {
80
- padding-left: 1.125rem;
81
-
82
- @media $portraitTablet {
83
- padding-left: 38px;
84
- }
85
- }
86
-
87
77
  .ol {
88
78
  counter-reset: list 0;
89
79
  }