Fix book banner

This commit is contained in:
Jeremy Thomas 2018-06-19 16:06:03 +01:00
parent 45aa3169d0
commit 18fe97b54d
5 changed files with 12 additions and 9 deletions

View File

@ -1,9 +1,9 @@
{% include global/native.html %} {% include global/native.html %}
{% include book/book-banner.html %}
{% include footer/support.html %} {% include footer/support.html %}
{% include book/book-banner.html %}
{% include global/newsletter.html %} {% include global/newsletter.html %}
{% include footer/main.html %} {% include footer/main.html %}

View File

@ -13,7 +13,7 @@ $book-beige: #FFEDD7
transform: scale(1) transform: scale(1)
.bd-book-banner .bd-book-banner
background-color: $primary background-color: $white-bis
position: relative position: relative
.bd-book-pattern, .bd-book-pattern,

View File

@ -38,6 +38,7 @@
.bd-footer-support .bd-footer-support
@extend %bd-footer-box @extend %bd-footer-box
border-top: 2px solid $background
// background-color: $white-bis // background-color: $white-bis
// box-shadow: none // box-shadow: none
padding: 3rem padding: 3rem

View File

@ -32,7 +32,7 @@
user-select: none; user-select: none;
} }
.select:not(.is-multiple):not(.is-loading)::after, .navbar-link::after { .select:not(.is-multiple):not(.is-loading)::after, .navbar-link:not(.is-arrowless)::after {
border: 3px solid transparent; border: 3px solid transparent;
border-radius: 2px; border-radius: 2px;
border-right: 0; border-right: 0;
@ -5889,6 +5889,7 @@ a.dropdown-item.is-active {
.modal { .modal {
align-items: center; align-items: center;
display: none; display: none;
flex-direction: column;
justify-content: center; justify-content: center;
overflow: hidden; overflow: hidden;
position: fixed; position: fixed;
@ -6578,12 +6579,12 @@ body.has-navbar-fixed-bottom {
} }
.navbar-burger { .navbar-burger {
color: #4a4a4a;
cursor: pointer; cursor: pointer;
display: block; display: block;
height: 3.25rem; height: 3.25rem;
position: relative; position: relative;
width: 3.25rem; width: 3.25rem;
color: #4a4a4a;
margin-left: auto; margin-left: auto;
} }
@ -6708,11 +6709,11 @@ a.navbar-item:hover, a.navbar-item.is-active,
flex-shrink: 1; flex-shrink: 1;
} }
.navbar-link { .navbar-link:not(.is-arrowless) {
padding-right: 2.5em; padding-right: 2.5em;
} }
.navbar-link::after { .navbar-link:not(.is-arrowless)::after {
border-color: #3273dc; border-color: #3273dc;
margin-top: -0.375em; margin-top: -0.375em;
right: 1.125em; right: 1.125em;
@ -11603,6 +11604,7 @@ svg {
} }
.bd-footer-support { .bd-footer-support {
border-top: 2px solid whitesmoke;
padding: 3rem; padding: 3rem;
} }
@ -13617,7 +13619,7 @@ svg {
} }
.bd-book-banner { .bd-book-banner {
background-color: #00d1b2; background-color: #fafafa;
position: relative; position: relative;
} }

File diff suppressed because one or more lines are too long