Skip to content

Commit

Permalink
MNT Run yarn build
Browse files Browse the repository at this point in the history
  • Loading branch information
GuySartorelli committed Jan 26, 2023
1 parent ee24aa5 commit 5b52205
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 205 deletions.
176 changes: 1 addition & 175 deletions client/dist/js/WidgetAreaEditor.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

21 changes: 1 addition & 20 deletions client/dist/styles/WidgetAreaEditor.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 7 additions & 6 deletions client/src/styles/WidgetAreaEditor.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@import "settings";
@charset "UTF-8";

// root widget area editor container
.WidgetAreaEditor {
Expand All @@ -17,20 +17,21 @@
color: #4F5861;
background-color: #F1F3F6;
border: 1px solid #ced5e1;
@include border-radius(3px);
border-radius: 3px;

h3 {
color: #43536d;
margin: 0;
padding: 4px 0;
line-height: 40px;
@include transition-property(background-image);
@include transition-duration(0.2s);
@include transition-timing-function(ease-out);
transition-property: background-image;
transition-duration: 0.2s;
transition-timing-function: ease-out;
}
.widgetDescription {
padding: 0 0 .5rem;
margin: 0;
@include border-radius(3px);
border-radius: 3px;

p {
margin: 0;
Expand Down
4 changes: 0 additions & 4 deletions client/src/styles/_settings.scss

This file was deleted.

0 comments on commit 5b52205

Please sign in to comment.