diff --git a/packages/docs/docs/guides/app-integration/attribution.mdx b/packages/docs/docs/guides/app-integration/attribution.mdx index 4f7df2e81..53d321a84 100644 --- a/packages/docs/docs/guides/app-integration/attribution.mdx +++ b/packages/docs/docs/guides/app-integration/attribution.mdx @@ -6,13 +6,6 @@ image: images/blockly_banner.png import Image from '@site/src/components/Image'; -
- - - # Attribute Blockly Blockly's code is open source and free to use without attribution. @@ -46,18 +39,16 @@ press interviews, the app, and on your website. ### Reference do's and don'ts -- Do — Call Blockly "beginner friendly" - instead of "kid friendly." Blockly is used for a variety of applications, not - all of which are kid focused. -
+:::tip[Do] +Call Blockly "beginner friendly" instead of "kid friendly." Blockly is used for +a variety of applications, not all of which are kid focused. +::: -- Don't — Refer to Blockly as a language - (for example, as a "block-based programming language"). Blockly is not a - language, it's a library that developers use to make a block-based visual - programming interface. -
+:::danger[Don't] +Refer to Blockly as a language (for example, as a "block-based programming +language"). Blockly is not a language, it's a library that developers use to +make a block-based visual programming interface. +::: ## How to visually represent Blockly @@ -324,7 +315,7 @@ element on your page. Never crowd or overlap the logo with other elements.{children}
; -} diff --git a/packages/docs/src/css/custom.css b/packages/docs/src/css/custom.css index 42aef9b91..b5d5814d1 100644 --- a/packages/docs/src/css/custom.css +++ b/packages/docs/src/css/custom.css @@ -270,40 +270,6 @@ table th p { transform: scale(1.05); } -.compare-better:before { - content: 'thumb_up'; - color: #1e8e3e; - font-family: 'Material Icons' !important; - font-weight: normal; - font-style: normal; - font-size: 24px; - margin-inline: 0 4px; - vertical-align: middle; - width: 24px; -} - -.compare-worse:before { - content: 'thumb_down'; - color: #d50000; - font-family: 'Material Icons' !important; - font-weight: normal; - font-style: normal; - font-size: 24px; - margin-inline: 0 4px; - vertical-align: middle; - width: 24px; -} - -.compare-better, -.compare-worse { - font-weight: 700; -} - -.compare-better p, -.compare-worse p { - margin-top: 0; -} - .appendInputImg { width: 145px !important; }