UI Page: style node description with its own class.

Instead of relying on 'landing'.
This commit is contained in:
2019-03-29 15:34:56 +01:00
parent f31253dd17
commit c80234bac2
2 changed files with 5 additions and 1 deletions

View File

@@ -2005,3 +2005,7 @@ a.learn-more
padding: 5px 35px padding: 5px 35px
text-align: center text-align: center
// Node Type: Page
.page
.node-details-description
font-size: 1.3em

View File

@@ -2,7 +2,7 @@
include ../../../mixins/components include ../../../mixins/components
//- Remove custom classes applied by the landing template (that turn background black). //- Remove custom classes applied by the landing template (that turn background black).
| {% block bodyclasses %}{% endblock %} | {% block bodyclasses %}page{% endblock %}
| {% block body %} | {% block body %}
| {% if project and project.has_method('PUT') %} | {% if project and project.has_method('PUT') %}