@meduza/ui-kit-2 0.8.614 → 0.8.615
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
|
@@ -512,8 +512,8 @@
|
|
|
512
512
|
}
|
|
513
513
|
|
|
514
514
|
.SvgSymbol-module_bookmark__JPKyG {
|
|
515
|
-
width: 17px;
|
|
516
|
-
height: auto;
|
|
515
|
+
/* width: 17px;
|
|
516
|
+
height: auto; */
|
|
517
517
|
|
|
518
518
|
cursor: pointer;
|
|
519
519
|
|
|
@@ -523,7 +523,7 @@
|
|
|
523
523
|
@media only screen and (min-width: 40.625em) {
|
|
524
524
|
|
|
525
525
|
.SvgSymbol-module_bookmark__JPKyG {
|
|
526
|
-
width: 14px;
|
|
526
|
+
/* width: 14px; */
|
|
527
527
|
|
|
528
528
|
stroke-width: 1.5px;
|
|
529
529
|
}
|
package/dist/ui-kit.css
CHANGED
|
@@ -512,8 +512,8 @@
|
|
|
512
512
|
}
|
|
513
513
|
|
|
514
514
|
.SvgSymbol-module_bookmark__JPKyG {
|
|
515
|
-
width: 17px;
|
|
516
|
-
height: auto;
|
|
515
|
+
/* width: 17px;
|
|
516
|
+
height: auto; */
|
|
517
517
|
|
|
518
518
|
cursor: pointer;
|
|
519
519
|
|
|
@@ -523,7 +523,7 @@
|
|
|
523
523
|
@media only screen and (min-width: 64em) {
|
|
524
524
|
|
|
525
525
|
.SvgSymbol-module_bookmark__JPKyG {
|
|
526
|
-
width: 14px;
|
|
526
|
+
/* width: 14px; */
|
|
527
527
|
|
|
528
528
|
stroke-width: 1.5px;
|
|
529
529
|
}
|
package/package.json
CHANGED
|
@@ -194,15 +194,15 @@
|
|
|
194
194
|
}
|
|
195
195
|
|
|
196
196
|
.bookmark {
|
|
197
|
-
width: 17px;
|
|
198
|
-
height: auto;
|
|
197
|
+
/* width: 17px;
|
|
198
|
+
height: auto; */
|
|
199
199
|
|
|
200
200
|
cursor: pointer;
|
|
201
201
|
|
|
202
202
|
stroke-width: 2px;
|
|
203
203
|
|
|
204
204
|
@media $landscapeTablet {
|
|
205
|
-
width: 14px;
|
|
205
|
+
/* width: 14px; */
|
|
206
206
|
|
|
207
207
|
stroke-width: 1.5px;
|
|
208
208
|
}
|