pxt-core 7.4.22 → 7.4.23
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/package.json
CHANGED
|
@@ -194,19 +194,22 @@
|
|
|
194
194
|
Tutorial Hint
|
|
195
195
|
*******************************/
|
|
196
196
|
|
|
197
|
+
.tutorial-hint.ui.button,
|
|
197
198
|
.tutorial-hint .ui.button {
|
|
198
199
|
height: 3.2rem;
|
|
199
200
|
width: 3.2rem;
|
|
200
201
|
margin: 0;
|
|
201
202
|
border-radius: 50%;
|
|
202
203
|
font-size: @tutorialTitleFontSize;
|
|
203
|
-
}
|
|
204
|
-
|
|
205
|
-
.tutorial-hint .ui.button,
|
|
206
|
-
.tutorial-hint .ui.button > i {
|
|
207
204
|
display: flex;
|
|
208
205
|
align-items: center;
|
|
209
206
|
justify-content: center;
|
|
207
|
+
|
|
208
|
+
> i {
|
|
209
|
+
display: flex;
|
|
210
|
+
align-items: center;
|
|
211
|
+
justify-content: center;
|
|
212
|
+
}
|
|
210
213
|
}
|
|
211
214
|
|
|
212
215
|
// Overrides, largely using old tutorial hint CSS
|
|
@@ -584,6 +587,10 @@
|
|
|
584
587
|
display: flex;
|
|
585
588
|
align-items: center;
|
|
586
589
|
margin: 0;
|
|
590
|
+
|
|
591
|
+
> .ui.button {
|
|
592
|
+
width: unset;
|
|
593
|
+
}
|
|
587
594
|
}
|
|
588
595
|
|
|
589
596
|
.tutorial-hint .tutorial-callout-button.ui.button {
|