refactor: img paths

This commit is contained in:
cha0s 2021-04-04 16:11:37 -05:00
parent 2c7384b170
commit 25d3df748e
11 changed files with 9 additions and 9 deletions

View File

Before

Width:  |  Height:  |  Size: 309 B

After

Width:  |  Height:  |  Size: 309 B

View File

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.5 KiB

View File

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

Before

Width:  |  Height:  |  Size: 312 B

After

Width:  |  Height:  |  Size: 312 B

View File

Before

Width:  |  Height:  |  Size: 318 B

After

Width:  |  Height:  |  Size: 318 B

View File

Before

Width:  |  Height:  |  Size: 832 B

After

Width:  |  Height:  |  Size: 832 B

View File

Before

Width:  |  Height:  |  Size: 429 B

After

Width:  |  Height:  |  Size: 429 B

View File

Before

Width:  |  Height:  |  Size: 1.8 KiB

After

Width:  |  Height:  |  Size: 1.8 KiB

View File

@ -17,22 +17,22 @@ $sidebar-basis: 12rem;
width: 1em;
height: 1em;
&.AudioComponent {
background-image: url('./svg/sound.png');
background-image: url('./img/sound.png');
}
&.Binary {
background-image: url('./svg/question.png');
background-image: url('./img/question.png');
}
&.EntityComponent {
background-image: url('./svg/joystick.png');
background-image: url('./img/joystick.png');
}
&.ImageComponent {
background-image: url('./svg/image.png');
background-image: url('./img/image.png');
}
&.SoundComponent {
background-image: url('./svg/music.png');
background-image: url('./img/music.png');
}
&.TextComponent {
background-image: url('./svg/note.png');
background-image: url('./img/note.png');
}
}
.node {
@ -67,13 +67,13 @@ $sidebar-basis: 12rem;
width: 1em;
height: 1em;
&.collapse-all {
background-image: url('./svg/collapse-all.svg');
background-image: url('./img/collapse-all.svg');
}
&.new-file {
background-image: url('./svg/new-file.svg');
background-image: url('./img/new-file.svg');
}
&.new-folder {
background-image: url('./svg/new-folder.svg');
background-image: url('./img/new-folder.svg');
}
}
}