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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pxt-core",
3
- "version": "8.1.3",
3
+ "version": "8.1.4",
4
4
  "description": "Microsoft MakeCode provides Blocks / JavaScript / Python tools and editors",
5
5
  "keywords": [
6
6
  "TypeScript",
@@ -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
  *******************************/