mirror of
https://github.com/jgthms/bulma.git
synced 2025-01-09 15:44:25 +00:00
Fix book banner
This commit is contained in:
parent
45aa3169d0
commit
18fe97b54d
@ -1,9 +1,9 @@
|
||||
{% include global/native.html %}
|
||||
|
||||
{% include book/book-banner.html %}
|
||||
|
||||
{% include footer/support.html %}
|
||||
|
||||
{% include book/book-banner.html %}
|
||||
|
||||
{% include global/newsletter.html %}
|
||||
|
||||
{% include footer/main.html %}
|
||||
|
@ -13,7 +13,7 @@ $book-beige: #FFEDD7
|
||||
transform: scale(1)
|
||||
|
||||
.bd-book-banner
|
||||
background-color: $primary
|
||||
background-color: $white-bis
|
||||
position: relative
|
||||
|
||||
.bd-book-pattern,
|
||||
|
@ -38,6 +38,7 @@
|
||||
|
||||
.bd-footer-support
|
||||
@extend %bd-footer-box
|
||||
border-top: 2px solid $background
|
||||
// background-color: $white-bis
|
||||
// box-shadow: none
|
||||
padding: 3rem
|
||||
|
@ -32,7 +32,7 @@
|
||||
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-radius: 2px;
|
||||
border-right: 0;
|
||||
@ -5889,6 +5889,7 @@ a.dropdown-item.is-active {
|
||||
.modal {
|
||||
align-items: center;
|
||||
display: none;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
overflow: hidden;
|
||||
position: fixed;
|
||||
@ -6578,12 +6579,12 @@ body.has-navbar-fixed-bottom {
|
||||
}
|
||||
|
||||
.navbar-burger {
|
||||
color: #4a4a4a;
|
||||
cursor: pointer;
|
||||
display: block;
|
||||
height: 3.25rem;
|
||||
position: relative;
|
||||
width: 3.25rem;
|
||||
color: #4a4a4a;
|
||||
margin-left: auto;
|
||||
}
|
||||
|
||||
@ -6708,11 +6709,11 @@ a.navbar-item:hover, a.navbar-item.is-active,
|
||||
flex-shrink: 1;
|
||||
}
|
||||
|
||||
.navbar-link {
|
||||
.navbar-link:not(.is-arrowless) {
|
||||
padding-right: 2.5em;
|
||||
}
|
||||
|
||||
.navbar-link::after {
|
||||
.navbar-link:not(.is-arrowless)::after {
|
||||
border-color: #3273dc;
|
||||
margin-top: -0.375em;
|
||||
right: 1.125em;
|
||||
@ -11603,6 +11604,7 @@ svg {
|
||||
}
|
||||
|
||||
.bd-footer-support {
|
||||
border-top: 2px solid whitesmoke;
|
||||
padding: 3rem;
|
||||
}
|
||||
|
||||
@ -13617,7 +13619,7 @@ svg {
|
||||
}
|
||||
|
||||
.bd-book-banner {
|
||||
background-color: #00d1b2;
|
||||
background-color: #fafafa;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
|
2
docs/css/bulma-docs.min.css
vendored
2
docs/css/bulma-docs.min.css
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user