@meduza/ui-kit-2 0.9.902 → 0.9.903
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
|
@@ -5409,7 +5409,7 @@ a mark {
|
|
|
5409
5409
|
background-size: auto 11px;
|
|
5410
5410
|
}
|
|
5411
5411
|
|
|
5412
|
-
.VersesBlock-module_root__CrgSZ {
|
|
5412
|
+
ul.VersesBlock-module_root__CrgSZ {
|
|
5413
5413
|
padding: 0;
|
|
5414
5414
|
|
|
5415
5415
|
padding-left: 1.125rem;
|
|
@@ -5426,7 +5426,7 @@ a mark {
|
|
|
5426
5426
|
|
|
5427
5427
|
@media only screen and (min-width: 32em) {
|
|
5428
5428
|
|
|
5429
|
-
.VersesBlock-module_root__CrgSZ {
|
|
5429
|
+
ul.VersesBlock-module_root__CrgSZ {
|
|
5430
5430
|
font-size: 20px;
|
|
5431
5431
|
line-height: 28px;
|
|
5432
5432
|
margin-top: 20px;
|
|
@@ -5436,12 +5436,12 @@ a mark {
|
|
|
5436
5436
|
|
|
5437
5437
|
@media only screen and (min-width: 40.625em) {
|
|
5438
5438
|
|
|
5439
|
-
.VersesBlock-module_root__CrgSZ {
|
|
5439
|
+
ul.VersesBlock-module_root__CrgSZ {
|
|
5440
5440
|
padding-left: 38px;
|
|
5441
5441
|
}
|
|
5442
5442
|
}
|
|
5443
5443
|
|
|
5444
|
-
.VersesBlock-module_root__CrgSZ:first-child {
|
|
5444
|
+
ul.VersesBlock-module_root__CrgSZ:first-child {
|
|
5445
5445
|
margin-top: 0;
|
|
5446
5446
|
}
|
|
5447
5447
|
|
package/dist/ui-kit.css
CHANGED
|
@@ -5409,7 +5409,7 @@ a mark {
|
|
|
5409
5409
|
background-size: auto 11px;
|
|
5410
5410
|
}
|
|
5411
5411
|
|
|
5412
|
-
.VersesBlock-module_root__CrgSZ {
|
|
5412
|
+
ul.VersesBlock-module_root__CrgSZ {
|
|
5413
5413
|
padding: 0;
|
|
5414
5414
|
|
|
5415
5415
|
padding-left: 1.125rem;
|
|
@@ -5426,7 +5426,7 @@ a mark {
|
|
|
5426
5426
|
|
|
5427
5427
|
@media only screen and (min-width: 32em) {
|
|
5428
5428
|
|
|
5429
|
-
.VersesBlock-module_root__CrgSZ {
|
|
5429
|
+
ul.VersesBlock-module_root__CrgSZ {
|
|
5430
5430
|
font-size: 20px;
|
|
5431
5431
|
line-height: 28px;
|
|
5432
5432
|
margin-top: 20px;
|
|
@@ -5436,12 +5436,12 @@ a mark {
|
|
|
5436
5436
|
|
|
5437
5437
|
@media only screen and (min-width: 48em) {
|
|
5438
5438
|
|
|
5439
|
-
.VersesBlock-module_root__CrgSZ {
|
|
5439
|
+
ul.VersesBlock-module_root__CrgSZ {
|
|
5440
5440
|
padding-left: 38px;
|
|
5441
5441
|
}
|
|
5442
5442
|
}
|
|
5443
5443
|
|
|
5444
|
-
.VersesBlock-module_root__CrgSZ:first-child {
|
|
5444
|
+
ul.VersesBlock-module_root__CrgSZ:first-child {
|
|
5445
5445
|
margin-top: 0;
|
|
5446
5446
|
}
|
|
5447
5447
|
|
package/package.json
CHANGED