Move font-pillar into its own css file
So we can easily link it from attract/flamenco/etc
This commit is contained in:
parent
7968c6ca37
commit
2c7d2e7dfd
@ -878,6 +878,15 @@ label, label.control-label
|
||||
&:before
|
||||
position: relative
|
||||
|
||||
.pi-license-cc-zero:before
|
||||
content: '\e85a'
|
||||
.pi-license-cc-sa:before
|
||||
content: '\e858'
|
||||
.pi-license-cc-nd:before
|
||||
content: '\e859'
|
||||
.pi-license-cc-nc:before
|
||||
content: '\e857'
|
||||
|
||||
.pi-license-cc-0
|
||||
@extend .pi-license-cc-zero
|
||||
position: relative
|
||||
|
@ -12,7 +12,6 @@
|
||||
|
||||
|
||||
/* CSS comes from fontello.com using static/assets/font/config.json */
|
||||
@import _font-pillar
|
||||
|
||||
@import plugins/js_perfectscrollbar
|
||||
|
||||
|
@ -19,9 +19,9 @@
|
||||
/* services, about, etc */
|
||||
@import _pages
|
||||
|
||||
/* CSS comes from fontello.com using static/assets/font/config.json */
|
||||
@import _font-pillar
|
||||
|
||||
@import plugins/_jstree
|
||||
@import plugins/js_perfectscrollbar
|
||||
@import plugins/_js_select2
|
||||
|
||||
/* CSS for pillar-font comes from fontello.com using static/assets/font/config.json */
|
||||
|
@ -12,8 +12,6 @@
|
||||
@import _notifications
|
||||
@import _search
|
||||
|
||||
@import _font-pillar
|
||||
|
||||
@import plugins/_jstree
|
||||
@import plugins/js_perfectscrollbar
|
||||
@import plugins/_js_select2
|
||||
|
@ -2,7 +2,6 @@
|
||||
@import _config
|
||||
@import _utils
|
||||
|
||||
@import _font-pillar
|
||||
@import _base
|
||||
@import _comments
|
||||
@import _notifications
|
||||
|
@ -48,6 +48,7 @@ html(lang="en")
|
||||
| {% block head %}{% endblock %}
|
||||
|
||||
| {% block css %}
|
||||
link(href="{{ url_for('static_pillar', filename='assets/css/font-pillar.css', v=040820161) }}", rel="stylesheet")
|
||||
| {% if title == 'blog' %}
|
||||
link(href="{{ url_for('static_pillar', filename='assets/css/blog.css', v=040820161) }}", rel="stylesheet")
|
||||
| {% else %}
|
||||
|
@ -37,6 +37,7 @@ link(href="//cdnjs.cloudflare.com/ajax/libs/jstree/3.3.1/themes/default/style.mi
|
||||
| {% endblock %}
|
||||
|
||||
| {% block css %}
|
||||
link(href="{{ url_for('static_pillar', filename='assets/css/font-pillar.css', v=040820161) }}", rel="stylesheet")
|
||||
link(href="{{ url_for('static_pillar', filename='assets/css/project-main.css', v=040820161) }}", rel="stylesheet")
|
||||
| {% endblock %}
|
||||
|
||||
|
@ -35,6 +35,7 @@ li
|
||||
| {% endblock %}
|
||||
|
||||
| {% block css %}
|
||||
link(href="{{ url_for('static_pillar', filename='assets/css/font-pillar.css', v=040820161) }}", rel="stylesheet")
|
||||
link(href="{{ url_for('static_pillar', filename='assets/css/theatre.css', v=2016) }}", rel="stylesheet")
|
||||
| {% endblock %}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user