File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 4141 padding-left : 22px ;
4242
4343 & [data-file-kind = "directory" ] {
44- background-image : url ("../assets/folder.svg" );
44+ background-image : url ("../../ assets/folder.svg" );
4545 }
4646
4747 & [data-file-kind = "file" ] {
48- background-image : url ("../assets/file.svg" );
48+ background-image : url ("../../ assets/file.svg" );
4949 }
5050 }
5151
6868
6969/* search */
7070.search {
71- background : # fff url ("../assets/search.svg" ) no-repeat center right 8px ;
71+ background : # fff url ("../../ assets/search.svg" ) no-repeat center right 8px ;
7272 border : 1px solid transparent;
7373 border-radius : 8px ;
7474 flex-shrink : 1 ;
Original file line number Diff line number Diff line change 3737}
3838.brand ::before {
3939 content : "" ;
40- background : url ("../assets/logo.svg" ) no-repeat 0 center;
40+ background : url ("../../ assets/logo.svg" ) no-repeat 0 center;
4141 background-size : 26px ;
4242 height : 26px ;
4343 width : 26px ;
You can’t perform that action at this time.
0 commit comments