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 42
42
/* Ferris into the right bottom side */
43
43
.info ::after {
44
44
content : "" ;
45
- background-image : url ("../../ images/ferris-love.png" );
45
+ background-image : url ("../images/ferris-love.png" );
46
46
background-size : contain;
47
47
background-repeat : no-repeat;
48
48
width : 5rem ;
52
52
right : 0 ;
53
53
pointer-events : none;
54
54
}
55
-
56
55
.info .ferris-doubt ::after {
57
- background-image : url ("../../ images/ferris-doubt.svg" );
56
+ background-image : url ("../images/ferris-doubt.svg" );
58
57
}
59
58
60
59
.info .ferris-love ::after {
61
- background-image : url ("../../ images/ferris-love.png" );
60
+ background-image : url ("../images/ferris-love.png" );
62
61
}
63
62
64
63
.info .important {
67
66
}
68
67
69
68
.info .important ::before {
70
- background-image : url ("../../ images/important.svg" );
69
+ background-image : url ("../images/important.svg" );
71
70
fill : # 986ee2 ;
72
71
color : # 986ee2 ;
73
72
border-color : # 986ee2 ;
You can’t perform that action at this time.
0 commit comments