We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e06ebd7 + 9ea8a7c commit 0a80b0aCopy full SHA for 0a80b0a
resources/assets/sass/content/_docs.scss
@@ -114,7 +114,7 @@
114
115
.icon {
116
content: '';
117
- background: url("../img/search_icon.png") center center no-repeat;
+ background: url("/assets/img/search_icon.png") center center no-repeat;
118
position: absolute;
119
right: 12px;
120
top: 9px;
@@ -127,7 +127,7 @@
127
128
#search-wrapper.not-empty {
129
130
- background: url("../img/cross_icon.png") center center no-repeat;
+ background: url("/assets/img/cross_icon.png") center center no-repeat;
131
cursor: pointer;
132
}
133
0 commit comments