diff --git a/src/styles/index.css b/src/styles/index.css index ce563c4..7d9101a 100644 --- a/src/styles/index.css +++ b/src/styles/index.css @@ -268,48 +268,6 @@ body { background-color: rgba(77, 151, 255, 0.25); margin: 0; } -.blocklyMainBackground { - stroke: none; -} - -.blocklyToolboxDiv { - background-color: #f3f3f3; -} - -/* Makes our label white. */ -.blocklyTreeLabel { - color: white; -} - -/* Adds padding around the group of categories and separators. */ -.blocklyToolboxContents { - padding: 0.5em; -} - -/* Adds space between the categories, rounds the corners and adds space around the label. */ -.blocklyTreeRow { - padding: 3px; - margin-bottom: 0.5em; - border-radius: 4px; -} - -/* Changes color of the icon to white. */ -.customIcon { - color: white; - padding: 0.5em; -} - -/* Stacks the icon on top of the label. */ -.blocklyTreeRowContentContainer { - display: flex; - flex-direction: row; - align-items: center; - justify-content: left; -} - -.blocklyTreeRow { - height: initial; -} @media screen and (max-width: 768px) { .container { diff --git a/src/templates/index.html b/src/templates/index.html index c415a23..6d391da 100644 --- a/src/templates/index.html +++ b/src/templates/index.html @@ -14,6 +14,11 @@ Obo Code + +