Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion fusion-studio-extension/src/browser/widget/_welcome.scss
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,12 @@
width: 4rem;
padding-top: 3rem;
background: url(fusion.svg);
filter: drop-shadow(1px 3px 3px #1e1e1e);


&-full {
background: url(fusion-full.svg);
filter: drop-shadow(1px 3px 3px #1e1e1e);
margin-left: 1rem;
margin-right: 1rem;
}
Expand All @@ -42,7 +45,8 @@
&::before {
display: inline-block;
content: "";
background: url(fusion.svg);
background: url(fusion.svg);
filter: drop-shadow(1px 3px 3px #1e1e1e);
width: 100%;
background-position-x: center;
height: 0.7rem;
Expand All @@ -60,6 +64,7 @@
display: inline-block;
content: "";
background: url(fusion.svg);
filter: drop-shadow(1px 3px 3px #1e1e1e);
width: 2rem;
height: 1.95rem;
background-position: center;
Expand All @@ -70,6 +75,7 @@

&-toolbar-icon {
background: url(fusion.svg);
filter: drop-shadow(1px 3px 3px #1e1e1e);
padding-top: 5%;
width: 10%;
background-position-x: right;
Expand All @@ -81,6 +87,7 @@

.theia-icon {
background: url(fusion.svg);
filter: drop-shadow(1px 3px 3px #1e1e1e);
display: inline-block;
background-size: contain;
background-repeat: no-repeat;
Expand Down