Skip to content

Commit

Permalink
chore(ui): remove .BuilderApp in sharedStyle.css - WF-149
Browse files Browse the repository at this point in the history
  • Loading branch information
madeindjs committed Dec 16, 2024
1 parent 9e32706 commit 402d159
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions src/ui/src/builder/sharedStyles.css
Original file line number Diff line number Diff line change
@@ -1,25 +1,3 @@
.BuilderApp {
--builderBackgroundColor: var(--wdsColorWhite);
--builderAccentColor: var(--wdsColorBlue5);
--builderSuccessColor: #29cf00;
--builderErrorColor: var(--wdsColorOrange5);
--builderHeaderBackgroundColor: var(--wdsColorGray6);
--builderHeaderBackgroundHoleColor: #202020;
--builderPrimaryTextColor: rgba(0, 0, 0, 0.9);
--builderSecondaryTextColor: rgba(0, 0, 0, 0.6);
--builderAreaSeparatorColor: rgba(0, 0, 0, 0.2);
--builderSeparatorColor: rgba(0, 0, 0, 0.1);
--builderSubtleSeparatorColor: rgba(0, 0, 0, 0.05);
--builderIntenseSeparatorColor: rgba(0, 0, 0, 0.2);
--builderSelectedColor: rgba(210, 234, 244, 0.8);
--builderIntenseSelectedColor: var(--wdsColorBlue4);
--builderSubtleHighlightColor: rgba(0, 0, 0, 0.05);
--builderSubtleHighlightColorSolid: var(--wdsColorGray1);
--builderSidebarWidth: max(265px, 27vh);
--builderSettingsWidth: max(265px, 27vh);
--builderActionOngoingColor: rgba(0, 0, 0, 0.7);
}

h1,
h2,
h3 {
Expand Down

0 comments on commit 402d159

Please sign in to comment.