Skip to content

Commit

Permalink
chore: removed commented styles
Browse files Browse the repository at this point in the history
  • Loading branch information
mint-dewit committed Dec 13, 2024
1 parent dedebee commit 287f007
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions packages/webui/src/client/styles/propertiesPanel.scss
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,6 @@
background: #0a20ed;
color: #ddd;

// min-width: 2.5rem;
// height: 2.5rem;
max-width: 100%;

display: flex;
Expand All @@ -57,12 +55,6 @@
gap: 0.2em;
align-self: stretch;

// text-align: left;
// padding-left: 1rem;
// display: flex;
// align-items: center;
// gap: 0.5rem;

text-shadow: 0.5px 0.5px 8px rgba(0, 0, 0, 0.8);
font-family: Roboto;
font-size: 1em;
Expand All @@ -72,7 +64,6 @@
letter-spacing: 0.5px;

> .svg {
// filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.15));
width: 1em;
height: 1.2em;
flex-shrink: 0;
Expand Down Expand Up @@ -105,19 +96,12 @@

> .propertiespanel-pop-up__footer {
flex: 1;
// position: absolute;
// left: 0;
// right: 0;
// bottom: 0;
flex: 0 0 0;
padding: 10px;
display: flex;
justify-content: space-between;
// align-items: center;
gap: 12px;

// margin-right: 50px;

> .propertiespanel-pop-up__button-group {
display: inherit;
gap: inherit;
Expand Down

0 comments on commit 287f007

Please sign in to comment.