Skip to content

Commit 57a3470

Browse files
committed
using fusion logo as an app logo
1 parent 23b1c03 commit 57a3470

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

fusion-studio-extension/src/browser/widget/_welcome.scss

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@
2929

3030
&-full {
3131
background: url(fusion-full.svg);
32+
margin-left: 1rem;
33+
margin-right: 1rem;
3234
}
3335
}
3436

@@ -77,3 +79,10 @@
7779

7880
}
7981

82+
.theia-icon {
83+
background: url(fusion.svg);
84+
display: inline-block;
85+
background-size: contain;
86+
background-repeat: no-repeat;
87+
background-position: center;
88+
}

0 commit comments

Comments
 (0)