@meduza/ui-kit-2 0.7.4 → 0.7.5
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,8 +4823,8 @@ a mark {
|
|
|
4823
4823
|
/* 1023 */
|
|
4824
4824
|
/* Zindex */
|
|
4825
4825
|
.VersesBlock-module_root__CrgSZ {
|
|
4826
|
-
margin: calc(15rem / 16) 0;
|
|
4827
|
-
margin-left: 18px;
|
|
4826
|
+
/* margin: calc(15rem / 16) 0;
|
|
4827
|
+
margin-left: 18px; */
|
|
4828
4828
|
|
|
4829
4829
|
padding: 0;
|
|
4830
4830
|
|
|
@@ -4842,8 +4842,8 @@ a mark {
|
|
|
4842
4842
|
}
|
|
4843
4843
|
@media only screen and (min-width: 48em) {
|
|
4844
4844
|
.VersesBlock-module_root__CrgSZ {
|
|
4845
|
-
margin: 20px 0;
|
|
4846
|
-
margin-left: 36px;
|
|
4845
|
+
/* margin: 20px 0;
|
|
4846
|
+
margin-left: 36px; */
|
|
4847
4847
|
}
|
|
4848
4848
|
}
|
|
4849
4849
|
.VersesBlock-module_root__CrgSZ:first-child {
|
|
@@ -4894,6 +4894,14 @@ a mark {
|
|
|
4894
4894
|
color: inherit;
|
|
4895
4895
|
box-shadow: inset 0 -1px #b88b59;
|
|
4896
4896
|
}
|
|
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
|
+
}
|
|
4897
4905
|
.VersesBlock-module_ol__ToXjg {
|
|
4898
4906
|
counter-reset: list 0;
|
|
4899
4907
|
}
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
@import '../vars.css';
|
|
2
2
|
|
|
3
3
|
.root {
|
|
4
|
-
margin: calc(15rem / 16) 0;
|
|
5
|
-
margin-left: 18px;
|
|
4
|
+
/* margin: calc(15rem / 16) 0;
|
|
5
|
+
margin-left: 18px; */
|
|
6
6
|
|
|
7
7
|
padding: 0;
|
|
8
8
|
|
|
@@ -18,8 +18,8 @@
|
|
|
18
18
|
}
|
|
19
19
|
|
|
20
20
|
@media $portraitTablet {
|
|
21
|
-
margin: 20px 0;
|
|
22
|
-
margin-left: 36px;
|
|
21
|
+
/* margin: 20px 0;
|
|
22
|
+
margin-left: 36px; */
|
|
23
23
|
}
|
|
24
24
|
}
|
|
25
25
|
|
|
@@ -76,6 +76,14 @@
|
|
|
76
76
|
box-shadow: inset 0 -1px $gold;
|
|
77
77
|
}
|
|
78
78
|
|
|
79
|
+
.root ul {
|
|
80
|
+
padding-left: 1.125rem;
|
|
81
|
+
|
|
82
|
+
@media $portraitTablet {
|
|
83
|
+
padding-left: 38px;
|
|
84
|
+
}
|
|
85
|
+
}
|
|
86
|
+
|
|
79
87
|
.ol {
|
|
80
88
|
counter-reset: list 0;
|
|
81
89
|
}
|