Theatre View: backdrop block not needed anymore
This commit is contained in:
@@ -1,13 +1,17 @@
|
|||||||
/* Pages (services, about, etc) */
|
/* Pages (services, about, etc) */
|
||||||
|
|
||||||
#page-header
|
#page-header
|
||||||
display: flex
|
|
||||||
align-items: center
|
align-items: center
|
||||||
justify-content: center
|
background-position: center
|
||||||
flex-direction: column
|
background-size: cover
|
||||||
min-height: 350px
|
|
||||||
color: white
|
|
||||||
border-bottom: 2px solid $color-background-light
|
border-bottom: 2px solid $color-background-light
|
||||||
|
color: white
|
||||||
|
display: flex
|
||||||
|
flex-direction: column
|
||||||
|
justify-content: center
|
||||||
|
min-height: 350px
|
||||||
|
overflow: hidden
|
||||||
|
position: relative
|
||||||
|
|
||||||
.page-title-icons
|
.page-title-icons
|
||||||
font-size: 3em
|
font-size: 3em
|
||||||
@@ -37,7 +41,9 @@
|
|||||||
weight: 300
|
weight: 300
|
||||||
|
|
||||||
padding: 15px
|
padding: 15px
|
||||||
|
position: relative
|
||||||
text-shadow: 0 0 30px black, 0 0 50px black, 2px 2px 1px rgba(black, .2)
|
text-shadow: 0 0 30px black, 0 0 50px black, 2px 2px 1px rgba(black, .2)
|
||||||
|
z-index: 1
|
||||||
|
|
||||||
+media-xs
|
+media-xs
|
||||||
font-size: 2.5em
|
font-size: 2.5em
|
||||||
@@ -51,9 +57,11 @@
|
|||||||
|
|
||||||
|
|
||||||
.page-title-summary
|
.page-title-summary
|
||||||
text-align: center
|
|
||||||
padding: 10px 15px
|
|
||||||
font-size: 1.2em
|
font-size: 1.2em
|
||||||
|
padding: 10px 15px
|
||||||
|
position: relative
|
||||||
|
text-align: center
|
||||||
|
z-index: 1
|
||||||
|
|
||||||
.page-header-cta-container
|
.page-header-cta-container
|
||||||
display: flex
|
display: flex
|
||||||
|
@@ -1,12 +1,12 @@
|
|||||||
$project-sidebar-background: lighten($color-background, 5%)
|
$project-sidebar-background: lighten($color-background, 5%)
|
||||||
|
|
||||||
#project-container
|
#project-container
|
||||||
|
+container-behavior
|
||||||
display: flex
|
display: flex
|
||||||
flex-direction: row
|
flex-direction: row
|
||||||
min-height: 800px
|
min-height: 800px
|
||||||
z-index: $z-index-base
|
|
||||||
position: relative
|
position: relative
|
||||||
+container-behavior
|
z-index: $z-index-base
|
||||||
|
|
||||||
+media-xs
|
+media-xs
|
||||||
flex-direction: column-reverse
|
flex-direction: column-reverse
|
||||||
|
@@ -10,7 +10,7 @@ $theatre-width: 350px
|
|||||||
body.theatre,
|
body.theatre,
|
||||||
body.theatre .container-page
|
body.theatre .container-page
|
||||||
background-color: $color-theatre-background
|
background-color: $color-theatre-background
|
||||||
.navbar-transparent
|
nav.navbar
|
||||||
+media-lg
|
+media-lg
|
||||||
background-color: $color-background-nav
|
background-color: $color-background-nav
|
||||||
background-image: none
|
background-image: none
|
||||||
|
@@ -19,7 +19,6 @@ meta(property="twitter:image", content="{{ og_picture.thumbnail('l', api=api) }}
|
|||||||
| {% endif %}
|
| {% endif %}
|
||||||
| {% endblock %}
|
| {% endblock %}
|
||||||
|
|
||||||
| {% block header_backdrop %}{% endblock %}
|
|
||||||
| {% block navigation_search %}{% endblock %}
|
| {% block navigation_search %}{% endblock %}
|
||||||
| {% block navigation_sections %}
|
| {% block navigation_sections %}
|
||||||
li
|
li
|
||||||
|
Reference in New Issue
Block a user