UI Page: style node description with its own class.
Instead of relying on 'landing'.
This commit is contained in:
parent
f31253dd17
commit
c80234bac2
@ -2005,3 +2005,7 @@ a.learn-more
|
||||
padding: 5px 35px
|
||||
text-align: center
|
||||
|
||||
// Node Type: Page
|
||||
.page
|
||||
.node-details-description
|
||||
font-size: 1.3em
|
||||
|
@ -2,7 +2,7 @@
|
||||
include ../../../mixins/components
|
||||
|
||||
//- Remove custom classes applied by the landing template (that turn background black).
|
||||
| {% block bodyclasses %}{% endblock %}
|
||||
| {% block bodyclasses %}page{% endblock %}
|
||||
|
||||
| {% block body %}
|
||||
| {% if project and project.has_method('PUT') %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user