UI Landing: Use dark background only on project home landing page.
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
$color-background-landing: #111
|
$color-background-landing: #111
|
||||||
|
|
||||||
.landing
|
.landing-home
|
||||||
.page-content
|
.page-content
|
||||||
@extend .text-white
|
@extend .text-white
|
||||||
background-color: $color-background-landing
|
background-color: $color-background-landing
|
||||||
|
@@ -5,6 +5,8 @@ include ../../../../pillar/src/templates/mixins/components
|
|||||||
|
|
||||||
| {% set title = 'landing' %}
|
| {% set title = 'landing' %}
|
||||||
|
|
||||||
|
| {% block bodyclasses %}{{ super() }} landing-home{% endblock %}
|
||||||
|
|
||||||
| {% from '_macros/_asset_list_item.html' import asset_list_item %}
|
| {% from '_macros/_asset_list_item.html' import asset_list_item %}
|
||||||
|
|
||||||
| {% block page_title %}{{ project.name }}{% endblock%}
|
| {% block page_title %}{{ project.name }}{% endblock%}
|
||||||
|
Reference in New Issue
Block a user