pxt-core 8.2.15 → 8.2.16
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/built/target.js +1 -1
- package/built/web/main.js +1 -1
- package/built/web/rtlsemantic.css +1 -1
- package/built/web/semantic.css +1 -1
- package/package.json +1 -1
- package/theme/tutorial-sidebar.less +12 -0
package/package.json
CHANGED
|
@@ -95,6 +95,11 @@
|
|
|
95
95
|
}
|
|
96
96
|
}
|
|
97
97
|
|
|
98
|
+
.tutorial-controls {
|
|
99
|
+
border-top: 2px solid @tutorialGrayOffset;
|
|
100
|
+
margin-top: 1rem;
|
|
101
|
+
}
|
|
102
|
+
|
|
98
103
|
/*******************************
|
|
99
104
|
Exit Tutorial
|
|
100
105
|
*******************************/
|
|
@@ -554,6 +559,7 @@
|
|
|
554
559
|
.tutorial-step-label {
|
|
555
560
|
font-size: 1rem;
|
|
556
561
|
justify-content: space-between;
|
|
562
|
+
margin-bottom: 1.5rem;
|
|
557
563
|
}
|
|
558
564
|
|
|
559
565
|
/* Short Deskstop Only */
|
|
@@ -687,6 +693,7 @@
|
|
|
687
693
|
display: flex;
|
|
688
694
|
align-items: center;
|
|
689
695
|
margin: 0;
|
|
696
|
+
margin-top: 0.5rem;
|
|
690
697
|
|
|
691
698
|
> .ui.button {
|
|
692
699
|
width: unset;
|
|
@@ -798,6 +805,11 @@
|
|
|
798
805
|
.ui.button:not(:hover) {
|
|
799
806
|
background-color: @tutorialTabletSimulatorButtonColor;
|
|
800
807
|
}
|
|
808
|
+
|
|
809
|
+
> .ui.button:last-child {
|
|
810
|
+
margin-top: 0.75rem;
|
|
811
|
+
margin-bottom: 0.75rem;
|
|
812
|
+
}
|
|
801
813
|
}
|
|
802
814
|
}
|
|
803
815
|
|