Jumbotron overlay is now optional.
Just add the jumbotron-overlay class, or jumbotron-overlay-gradient
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
// #}
|
||||
mixin jumbotron(title, text, image, url)
|
||||
if url
|
||||
a.jumbotron.jumbotron-overlay.text-white(
|
||||
a.jumbotron.text-white(
|
||||
style='background-image: url(' + image + ');',
|
||||
href=url)&attributes(attributes)
|
||||
.container
|
||||
@@ -19,7 +19,7 @@ mixin jumbotron(title, text, image, url)
|
||||
.lead
|
||||
=text
|
||||
else
|
||||
.jumbotron.jumbotron-overlay.text-white(style='background-image: url(' + image + ');')&attributes(attributes)
|
||||
.jumbotron.text-white(style='background-image: url(' + image + ');')&attributes(attributes)
|
||||
.container
|
||||
.row
|
||||
.col-md-9
|
||||
|
@@ -14,7 +14,7 @@ include ../../../mixins/components
|
||||
.container.pb-5
|
||||
.row
|
||||
.col-8.mx-auto
|
||||
h2.pt-5.text-center {{node.name}}
|
||||
h2.pt-5.pb-3.text-center {{node.name}}
|
||||
|
||||
| {% if node.description %}
|
||||
.node-details-description
|
||||
|
Reference in New Issue
Block a user