Re-theme slides
This commit is contained in:
parent
dafb90722c
commit
0e760463e8
3 changed files with 589 additions and 1628 deletions
2163
web/themes/custom/geofresco/dist/css/global.css
vendored
2163
web/themes/custom/geofresco/dist/css/global.css
vendored
File diff suppressed because it is too large
Load diff
|
@ -37,14 +37,46 @@
|
|||
}
|
||||
|
||||
/* Hero image in hero block */
|
||||
.has-background-image.hero {
|
||||
width: 100vw;
|
||||
position: relative;
|
||||
left: 50%;
|
||||
right: 50%;
|
||||
margin-left: -50vw;
|
||||
margin-right: -50vw;
|
||||
.footer {
|
||||
.has-background-image.hero.is-medium {
|
||||
width: 100vw;
|
||||
position: relative;
|
||||
left: 50%;
|
||||
right: 50%;
|
||||
margin-left: -50vw;
|
||||
margin-right: -50vw;
|
||||
.hero-body {
|
||||
padding: 3rem 1.5rem;
|
||||
@include from ($tablet) {
|
||||
padding-top: 9rem;
|
||||
padding-bottom: 7rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
.has-background-image.hero.is-medium {
|
||||
img {
|
||||
height: 200px;
|
||||
max-height: 400px;
|
||||
object-fit: cover;
|
||||
position: absolute;
|
||||
@include from($tablet) {
|
||||
height: auto;
|
||||
}
|
||||
}
|
||||
.hero-body {
|
||||
padding: 5.5rem 1rem;
|
||||
@include from ($tablet) {
|
||||
padding-top: 12rem;
|
||||
padding-bottom: 12rem;
|
||||
}
|
||||
.container.is-fluid {
|
||||
margin-left: 32px;
|
||||
margin-right: 32px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
/* Slim down section vertical padding a bit.*/
|
||||
.section {
|
||||
|
|
|
@ -12,6 +12,6 @@
|
|||
* @ingroup themeable
|
||||
*/
|
||||
#}
|
||||
<figure class="image no-upscale">
|
||||
<figure class="image">
|
||||
<img{{ attributes }} />
|
||||
</figure>
|
||||
|
|
Loading…
Add table
Reference in a new issue