Reverted /img back to /images, fixed urls in sass (fixes #8)
This commit is contained in:
parent
7c3437044a
commit
62103c306f
15 changed files with 1128 additions and 1571 deletions
|
|
@ -14,7 +14,7 @@
|
|||
|
||||
&:before {
|
||||
@include vendor('pointer-events', 'none');
|
||||
background-image: url('../../images/overlay.png');
|
||||
background-image: url('/images/overlay.png');
|
||||
background-color: _palette(bg-overlay);
|
||||
border-radius: _size(border-radius);
|
||||
content: '';
|
||||
|
|
@ -84,4 +84,4 @@
|
|||
margin: (_size(element-margin) * 0.75) 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue