Skip to content

Commit

Permalink
color for cloud projects, new project, asset grid, debugger, extensio…
Browse files Browse the repository at this point in the history
…n labels updated
  • Loading branch information
srietkerk committed May 22, 2024
1 parent 39c15ad commit f12103f
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 1 deletion.
5 changes: 4 additions & 1 deletion theme/site/globals/site.variables
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
@editorToolsBackground: @lightSecondaryColor;
@blocklySvgColor: @lightSecondaryColor;
@homeScreenBackground: @lightSecondaryColor;
@cloudCardBackground: lighten(desaturate(@teal, 56), 23);
@cloudCardBackground: darken(@secondaryColor, 20%);

/*-------------------
Full screen
Expand Down Expand Up @@ -140,3 +140,6 @@
@teachingBubbleBackgroundColor: @teal;
@teachingBubbleTextColor: @white;
@teachingBubbleStepsColor: @beige;

@assetUnselected: #ebedef;
@DebuggerBackgroundPrimaryColor: #117955;
4 changes: 4 additions & 0 deletions theme/site/views/card.overrides
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/*******************************
User Variable Overrides
*******************************/

.ui.card.link.newprojectcard {
background: @secondaryColor !important;
}
16 changes: 16 additions & 0 deletions theme/style.less
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,22 @@
stroke: @soundEffectHeaderColor;
}

.carouselarrow {
color: @secondaryColor;
}

.projectsdialog .detailview .ui.grid.stackable .actions .card-action .button.approve {
background-color: @primaryColor;
}

.extensions-browser {
.extension-tag.selected {
background-color: @primaryColor;
border-color: @primaryColor;
color: @white
}
}

/* Mobile */
@media only screen and (max-width: @largestMobileScreen) {
}
Expand Down

0 comments on commit f12103f

Please sign in to comment.