Add support for OpenWeb Icons

This commit is contained in:
Danielle McLean 2017-10-25 10:39:51 +11:00
parent 397d2fc846
commit 7f12ec3f62
Signed by: 00dani
GPG key ID: 5A5D2D1AFF12EEC5
5 changed files with 15 additions and 0 deletions

View file

@ -18,6 +18,12 @@ a
border-color $base00
color $base07
[class^="openwebicons-"], [class*=" openwebicons-"]
&::before
text-decoration none
line-height 1
body
display flex
flex-direction column

View file

@ -0,0 +1 @@
../../node_modules/openwebicons

View file

@ -14,6 +14,7 @@
<link rel="stylesheet" type="text/css" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta.2/css/bootstrap.min.css"
integrity="sha384-PsH8R72JQ3SOdhVi3uxftmaW6Vc51MKb0q5P2rRUpPvrszuE4W1povHYgTpBfshb" crossorigin="anonymous" />
{% compress css %}
<link rel="stylesheet" type="text/css" href={% static 'openwebicons/css/openwebicons.css' %} />
<link rel="stylesheet" type="text/stylus" href="{% static 'lemoncurry/css/layout.styl' %}" />
{% block styles %}{% endblock %}
{% endcompress %}