Build 0.8.1

This commit is contained in:
Jeremy Thomas 2020-03-23 14:08:44 +00:00
parent 4af9686eb0
commit 6a067dfdc5
7 changed files with 45 additions and 19 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "bulma", "name": "bulma",
"version": "0.8.0", "version": "0.8.1",
"homepage": "https://bulma.io", "homepage": "https://bulma.io",
"authors": [ "authors": [
"jgthms <bbxdesign@gmail.com>" "jgthms <bbxdesign@gmail.com>"

2
bulma.sass vendored
View File

@ -1,5 +1,5 @@
@charset "utf-8" @charset "utf-8"
/*! bulma.io v0.8.0 | MIT License | github.com/jgthms/bulma */ /*! bulma.io v0.8.1 | MIT License | github.com/jgthms/bulma */
@import "sass/utilities/_all" @import "sass/utilities/_all"
@import "sass/base/_all" @import "sass/base/_all"
@import "sass/elements/_all" @import "sass/elements/_all"

52
css/bulma.css vendored
View File

@ -1,4 +1,4 @@
/*! bulma.io v0.8.0 | MIT License | github.com/jgthms/bulma */ /*! bulma.io v0.8.1 | MIT License | github.com/jgthms/bulma */
@-webkit-keyframes spinAround { @-webkit-keyframes spinAround {
from { from {
transform: rotate(0deg); transform: rotate(0deg);
@ -3428,31 +3428,61 @@ fieldset[disabled] .button {
color: #fff; color: #fff;
} }
.notification.is-primary.is-light {
background-color: #ebfffc;
color: #00947e;
}
.notification.is-link { .notification.is-link {
background-color: #3273dc; background-color: #3273dc;
color: #fff; color: #fff;
} }
.notification.is-link.is-light {
background-color: #eef3fc;
color: #2160c4;
}
.notification.is-info { .notification.is-info {
background-color: #3298dc; background-color: #3298dc;
color: #fff; color: #fff;
} }
.notification.is-info.is-light {
background-color: #eef6fc;
color: #1d72aa;
}
.notification.is-success { .notification.is-success {
background-color: #48c774; background-color: #48c774;
color: #fff; color: #fff;
} }
.notification.is-success.is-light {
background-color: #effaf3;
color: #257942;
}
.notification.is-warning { .notification.is-warning {
background-color: #ffdd57; background-color: #ffdd57;
color: rgba(0, 0, 0, 0.7); color: rgba(0, 0, 0, 0.7);
} }
.notification.is-warning.is-light {
background-color: #fffbeb;
color: #947600;
}
.notification.is-danger { .notification.is-danger {
background-color: #f14668; background-color: #f14668;
color: #fff; color: #fff;
} }
.notification.is-danger.is-light {
background-color: #feecf0;
color: #cc0f35;
}
.progress { .progress {
-moz-appearance: none; -moz-appearance: none;
-webkit-appearance: none; -webkit-appearance: none;
@ -4289,23 +4319,23 @@ a.tag:hover {
background-color: white; background-color: white;
border-color: #dbdbdb; border-color: #dbdbdb;
border-radius: 4px; border-radius: 4px;
color: #363636; color: inherit;
} }
.input::-moz-placeholder, .textarea::-moz-placeholder, .select select::-moz-placeholder { .input::-moz-placeholder, .textarea::-moz-placeholder, .select select::-moz-placeholder {
color: rgba(54, 54, 54, 0.3); color: inherit;
} }
.input::-webkit-input-placeholder, .textarea::-webkit-input-placeholder, .select select::-webkit-input-placeholder { .input::-webkit-input-placeholder, .textarea::-webkit-input-placeholder, .select select::-webkit-input-placeholder {
color: rgba(54, 54, 54, 0.3); color: inherit;
} }
.input:-moz-placeholder, .textarea:-moz-placeholder, .select select:-moz-placeholder { .input:-moz-placeholder, .textarea:-moz-placeholder, .select select:-moz-placeholder {
color: rgba(54, 54, 54, 0.3); color: inherit;
} }
.input:-ms-input-placeholder, .textarea:-ms-input-placeholder, .select select:-ms-input-placeholder { .input:-ms-input-placeholder, .textarea:-ms-input-placeholder, .select select:-ms-input-placeholder {
color: rgba(54, 54, 54, 0.3); color: inherit;
} }
.input:hover, .textarea:hover, .select select:hover, .is-hovered.input, .is-hovered.textarea, .select select.is-hovered { .input:hover, .textarea:hover, .select select:hover, .is-hovered.input, .is-hovered.textarea, .select select.is-hovered {
@ -7157,7 +7187,6 @@ a.navbar-item:focus, a.navbar-item:focus-within, a.navbar-item:hover, a.navbar-i
} }
.navbar-item { .navbar-item {
display: block;
flex-grow: 0; flex-grow: 0;
flex-shrink: 0; flex-shrink: 0;
} }
@ -10718,21 +10747,18 @@ label.panel-block:hover {
} }
.hero.is-small .hero-body { .hero.is-small .hero-body {
padding-bottom: 1.5rem; padding: 1.5rem;
padding-top: 1.5rem;
} }
@media screen and (min-width: 769px), print { @media screen and (min-width: 769px), print {
.hero.is-medium .hero-body { .hero.is-medium .hero-body {
padding-bottom: 9rem; padding: 9rem 1.5rem;
padding-top: 9rem;
} }
} }
@media screen and (min-width: 769px), print { @media screen and (min-width: 769px), print {
.hero.is-large .hero-body { .hero.is-large .hero-body {
padding-bottom: 18rem; padding: 18rem 1.5rem;
padding-top: 18rem;
} }
} }

File diff suppressed because one or more lines are too long

2
css/bulma.min.css vendored

File diff suppressed because one or more lines are too long

View File

@ -1,6 +1,6 @@
{ {
"name": "bulma", "name": "bulma",
"version": "0.8.0", "version": "0.8.1",
"homepage": "https://bulma.io", "homepage": "https://bulma.io",
"author": { "author": {
"name": "Jeremy Thomas", "name": "Jeremy Thomas",

View File

@ -17,7 +17,7 @@ build_sass()
local name="${fileName%.*}" local name="${fileName%.*}"
local destFile="$CSS_DIR/$name.css" local destFile="$CSS_DIR/$name.css"
sass "$1" "${destFile}" ${SASS_OPTIONS} sass "$1" "${destFile}"
} }
run_it() run_it()