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 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 %}
|
||||||
|
@ -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,
|
||||||
|
@ -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
|
||||||
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
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