File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 4242/* Ferris into the right bottom side */
4343.info ::after {
4444 content : "" ;
45- background-image : url ("../../ images/ferris-love.png" );
45+ background-image : url ("../images/ferris-love.png" );
4646 background-size : contain;
4747 background-repeat : no-repeat;
4848 width : 5rem ;
5252 right : 0 ;
5353 pointer-events : none;
5454}
55-
5655.info .ferris-doubt ::after {
57- background-image : url ("../../ images/ferris-doubt.svg" );
56+ background-image : url ("../images/ferris-doubt.svg" );
5857}
5958
6059.info .ferris-love ::after {
61- background-image : url ("../../ images/ferris-love.png" );
60+ background-image : url ("../images/ferris-love.png" );
6261}
6362
6463.info .important {
6766}
6867
6968.info .important ::before {
70- background-image : url ("../../ images/important.svg" );
69+ background-image : url ("../images/important.svg" );
7170 fill : # 986ee2 ;
7271 color : # 986ee2 ;
7372 border-color : # 986ee2 ;
You can’t perform that action at this time.
0 commit comments