@meduza/ui-kit-2 0.8.606 → 0.8.608
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 +8 -0
- package/dist/ui-kit.css +8 -0
- package/package.json +1 -1
- package/src/Meta/Meta.module.css +5 -0
package/dist/ui-kit-game.css
CHANGED
|
@@ -2345,6 +2345,14 @@
|
|
|
2345
2345
|
left: 65px;
|
|
2346
2346
|
}
|
|
2347
2347
|
|
|
2348
|
+
@media only screen and (min-width: 40.625em) {
|
|
2349
|
+
|
|
2350
|
+
.Meta-module_containerInDynamicBlockAndMaterial__4v4A9 {
|
|
2351
|
+
left: auto;
|
|
2352
|
+
bottom: 35px;
|
|
2353
|
+
}
|
|
2354
|
+
}
|
|
2355
|
+
|
|
2348
2356
|
.Meta-module_root__H-Q4d {
|
|
2349
2357
|
font-size: 12px;
|
|
2350
2358
|
|
package/dist/ui-kit.css
CHANGED
|
@@ -2345,6 +2345,14 @@
|
|
|
2345
2345
|
left: 65px;
|
|
2346
2346
|
}
|
|
2347
2347
|
|
|
2348
|
+
@media only screen and (min-width: 64em) {
|
|
2349
|
+
|
|
2350
|
+
.Meta-module_containerInDynamicBlockAndMaterial__4v4A9 {
|
|
2351
|
+
left: auto;
|
|
2352
|
+
bottom: 35px;
|
|
2353
|
+
}
|
|
2354
|
+
}
|
|
2355
|
+
|
|
2348
2356
|
.Meta-module_root__H-Q4d {
|
|
2349
2357
|
font-size: 12px;
|
|
2350
2358
|
|
package/package.json
CHANGED