@meduza/ui-kit-2 0.9.402 → 0.9.405
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 +10 -0
- package/dist/ui-kit.css +10 -0
- package/package.json +1 -1
- package/src/Button/Button.module.css +7 -0
package/dist/ui-kit-game.css
CHANGED
|
@@ -247,7 +247,17 @@
|
|
|
247
247
|
width: 100%;
|
|
248
248
|
justify-content: space-between;
|
|
249
249
|
align-items: center;
|
|
250
|
+
text-align: left;
|
|
251
|
+
}
|
|
252
|
+
|
|
253
|
+
@media only screen and (min-width: 32em) {
|
|
254
|
+
|
|
255
|
+
.Button-module_isInToolbar__84SG- {
|
|
256
|
+
display: block;
|
|
257
|
+
width: 100%;
|
|
258
|
+
text-align: center;
|
|
250
259
|
}
|
|
260
|
+
}
|
|
251
261
|
|
|
252
262
|
.Button-module_isInSpoiler__pGp-w svg {
|
|
253
263
|
margin-top: -2px;
|
package/dist/ui-kit.css
CHANGED
|
@@ -247,7 +247,17 @@
|
|
|
247
247
|
width: 100%;
|
|
248
248
|
justify-content: space-between;
|
|
249
249
|
align-items: center;
|
|
250
|
+
text-align: left;
|
|
251
|
+
}
|
|
252
|
+
|
|
253
|
+
@media only screen and (min-width: 32em) {
|
|
254
|
+
|
|
255
|
+
.Button-module_isInToolbar__84SG- {
|
|
256
|
+
display: block;
|
|
257
|
+
width: 100%;
|
|
258
|
+
text-align: center;
|
|
250
259
|
}
|
|
260
|
+
}
|
|
251
261
|
|
|
252
262
|
.Button-module_isInSpoiler__pGp-w svg {
|
|
253
263
|
margin-top: -2px;
|
package/package.json
CHANGED