pxt-core 8.1.3 → 8.1.4
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
|
@@ -434,6 +434,18 @@
|
|
|
434
434
|
top: calc(5.5rem + @mainMenuHeight);
|
|
435
435
|
}
|
|
436
436
|
|
|
437
|
+
/*********************************
|
|
438
|
+
Accordion Hints (details)
|
|
439
|
+
*********************************/
|
|
440
|
+
|
|
441
|
+
.tabTutorial details {
|
|
442
|
+
padding: .5rem;
|
|
443
|
+
margin-bottom: 1rem;
|
|
444
|
+
color: #028b9b;
|
|
445
|
+
background-color: #b1e3da;
|
|
446
|
+
border-radius: .5rem;
|
|
447
|
+
}
|
|
448
|
+
|
|
437
449
|
/*******************************
|
|
438
450
|
Media Adjustments
|
|
439
451
|
*******************************/
|