@meduza/ui-kit-2 0.8.692 → 0.8.693
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-game.css
CHANGED
|
@@ -3287,7 +3287,7 @@
|
|
|
3287
3287
|
|
|
3288
3288
|
@media only screen and (min-width: 40.625em) {
|
|
3289
3289
|
|
|
3290
|
-
.RichTitle-module_large__n2URP {
|
|
3290
|
+
.RichTitle-module_root__U5XQu.RichTitle-module_large__n2URP {
|
|
3291
3291
|
font-size: 37px;
|
|
3292
3292
|
line-height: 42px;
|
|
3293
3293
|
}
|
|
@@ -3295,7 +3295,7 @@
|
|
|
3295
3295
|
|
|
3296
3296
|
@media only screen and (min-width: 40.625em) {
|
|
3297
3297
|
|
|
3298
|
-
.RichTitle-module_medium__KkBLJ {
|
|
3298
|
+
.RichTitle-module_root__U5XQu.RichTitle-module_medium__KkBLJ {
|
|
3299
3299
|
font-size: 1.3rem;
|
|
3300
3300
|
line-height: 1.6rem;
|
|
3301
3301
|
}
|
package/dist/ui-kit.css
CHANGED
|
@@ -3287,7 +3287,7 @@
|
|
|
3287
3287
|
|
|
3288
3288
|
@media only screen and (min-width: 48em) {
|
|
3289
3289
|
|
|
3290
|
-
.RichTitle-module_large__n2URP {
|
|
3290
|
+
.RichTitle-module_root__U5XQu.RichTitle-module_large__n2URP {
|
|
3291
3291
|
font-size: 37px;
|
|
3292
3292
|
line-height: 42px;
|
|
3293
3293
|
}
|
|
@@ -3295,7 +3295,7 @@
|
|
|
3295
3295
|
|
|
3296
3296
|
@media only screen and (min-width: 64em) {
|
|
3297
3297
|
|
|
3298
|
-
.RichTitle-module_medium__KkBLJ {
|
|
3298
|
+
.RichTitle-module_root__U5XQu.RichTitle-module_medium__KkBLJ {
|
|
3299
3299
|
font-size: 1.3rem;
|
|
3300
3300
|
line-height: 1.6rem;
|
|
3301
3301
|
}
|
package/package.json
CHANGED
|
@@ -128,14 +128,14 @@
|
|
|
128
128
|
margin: 0 0 20px;
|
|
129
129
|
}
|
|
130
130
|
|
|
131
|
-
.large {
|
|
131
|
+
.root.large {
|
|
132
132
|
@media $portraitTablet {
|
|
133
133
|
font-size: 37px;
|
|
134
134
|
line-height: 42px;
|
|
135
135
|
}
|
|
136
136
|
}
|
|
137
137
|
|
|
138
|
-
.medium {
|
|
138
|
+
.root.medium {
|
|
139
139
|
@media $landscapeTablet {
|
|
140
140
|
font-size: 1.3rem;
|
|
141
141
|
line-height: 1.6rem;
|