Skip to content

Commit 287f007

Browse files
author
Mint de Wit
committed
chore: removed commented styles
1 parent dedebee commit 287f007

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

packages/webui/src/client/styles/propertiesPanel.scss

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,6 @@
4747
background: #0a20ed;
4848
color: #ddd;
4949

50-
// min-width: 2.5rem;
51-
// height: 2.5rem;
5250
max-width: 100%;
5351

5452
display: flex;
@@ -57,12 +55,6 @@
5755
gap: 0.2em;
5856
align-self: stretch;
5957

60-
// text-align: left;
61-
// padding-left: 1rem;
62-
// display: flex;
63-
// align-items: center;
64-
// gap: 0.5rem;
65-
6658
text-shadow: 0.5px 0.5px 8px rgba(0, 0, 0, 0.8);
6759
font-family: Roboto;
6860
font-size: 1em;
@@ -72,7 +64,6 @@
7264
letter-spacing: 0.5px;
7365

7466
> .svg {
75-
// filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.15));
7667
width: 1em;
7768
height: 1.2em;
7869
flex-shrink: 0;
@@ -105,19 +96,12 @@
10596

10697
> .propertiespanel-pop-up__footer {
10798
flex: 1;
108-
// position: absolute;
109-
// left: 0;
110-
// right: 0;
111-
// bottom: 0;
11299
flex: 0 0 0;
113100
padding: 10px;
114101
display: flex;
115102
justify-content: space-between;
116-
// align-items: center;
117103
gap: 12px;
118104

119-
// margin-right: 50px;
120-
121105
> .propertiespanel-pop-up__button-group {
122106
display: inherit;
123107
gap: inherit;

0 commit comments

Comments
 (0)