Skip to content
Snippets Groups Projects
Commit 1a1832f5 authored by Tom Robinson's avatar Tom Robinson
Browse files

Fix QB error image paths

parent 15b75f6e
No related branches found
No related tags found
No related merge requests found
......@@ -244,25 +244,25 @@
.QueryError-image--noRows {
width: 120px;
height: 120px;
background-image: url("../app/assets/img/no_results.svg");
background-image: url("../assets/img/no_results.svg");
}
.QueryError-image--queryError {
width: 120px;
height: 120px;
background-image: url("../app/assets/img/no_understand.svg");
background-image: url("../assets/img/no_understand.svg");
}
.QueryError-image--serverError {
width: 120px;
height: 148px;
background-image: url("../app/assets/img/blown_up.svg");
background-image: url("../assets/img/blown_up.svg");
}
.QueryError-image--timeout {
width: 120px;
height: 120px;
background-image: url("../app/assets/img/stopwatch.svg");
background-image: url("../assets/img/stopwatch.svg");
}
.QueryError-message {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment