Skip to content

Commit

Permalink
Merge branch 'stable'
Browse files Browse the repository at this point in the history
  • Loading branch information
yasanthaniroshan committed May 30, 2024
2 parents b844a3f + f1d4f01 commit 3591c34
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 47 deletions.
42 changes: 0 additions & 42 deletions src/styles/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
10 changes: 5 additions & 5 deletions src/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@
<link rel="preload" as="image" href="academyLogo.webp" />
<link rel="preload" as="image" href="OboCode.png" />
<title>Obo Code</title>
<!-- Google tag (gtag.js) -->
<script
async
src="https://www.googletagmanager.com/gtag/js?id=G-T568B35RK9"
></script>
<script type="text/javascript">
(function (c, l, a, r, i, t, y) {
c[a] =
Expand Down Expand Up @@ -117,10 +122,5 @@
</div>
</div>
</div>
<!-- Google tag (gtag.js) -->
<script
async
src="https://www.googletagmanager.com/gtag/js?id=G-TQ59G8QBC7"
></script>
</body>
</html>

0 comments on commit 3591c34

Please sign in to comment.