Add support for OpenWeb Icons
This commit is contained in:
parent
397d2fc846
commit
7f12ec3f62
5 changed files with 15 additions and 0 deletions
|
@ -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
|
||||
|
|
1
lemoncurry/static/openwebicons
Symbolic link
1
lemoncurry/static/openwebicons
Symbolic link
|
@ -0,0 +1 @@
|
|||
../../node_modules/openwebicons
|
|
@ -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 %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue