Refactor to relative urls in css assets
This commit is contained in:
@@ -21,13 +21,13 @@
|
|||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'DIN';
|
font-family: 'DIN';
|
||||||
src: url('/assets/fonts/clanot-news.otf');
|
src: url('../fonts/clanot-news.otf');
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'DIN';
|
font-family: 'DIN';
|
||||||
src: url('/assets/fonts/clanot-thin.otf');
|
src: url('../fonts/clanot-thin.otf');
|
||||||
font-weight: 300;
|
font-weight: 300;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -8,26 +8,26 @@
|
|||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
|
|
||||||
&--pie {
|
&--pie {
|
||||||
background-image: url('/assets/icons/pie.svg');
|
background-image: url('../icons/pie.svg');
|
||||||
}
|
}
|
||||||
|
|
||||||
&--question {
|
&--question {
|
||||||
background-image: url('/assets/icons/question.svg');
|
background-image: url('../icons/question.svg');
|
||||||
}
|
}
|
||||||
|
|
||||||
&--overview {
|
&--overview {
|
||||||
background-image: url('/assets/icons/overview.svg');
|
background-image: url('../icons/overview.svg');
|
||||||
}
|
}
|
||||||
|
|
||||||
&--search {
|
&--search {
|
||||||
background-image: url('/assets/icons/search.svg');
|
background-image: url('../icons/search.svg');
|
||||||
}
|
}
|
||||||
|
|
||||||
&--back {
|
&--back {
|
||||||
background-image: url('/assets/icons/back.svg');
|
background-image: url('../icons/back.svg');
|
||||||
}
|
}
|
||||||
|
|
||||||
&--close {
|
&--close {
|
||||||
background-image: url('/assets/icons/close.svg');
|
background-image: url('../icons/close.svg');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user