Deploy 0.7.1

This commit is contained in:
Jeremy Thomas 2018-04-18 17:23:02 +01:00
parent 80fb8262f2
commit 6d831a7c96
8 changed files with 46 additions and 11 deletions

View File

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

2
bulma.sass vendored
View File

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

43
css/bulma.css vendored
View File

@ -1,4 +1,4 @@
/*! bulma.io v0.7.0 | MIT License | github.com/jgthms/bulma */
/*! bulma.io v0.7.1 | MIT License | github.com/jgthms/bulma */
@-webkit-keyframes spinAround {
from {
-webkit-transform: rotate(0deg);
@ -985,38 +985,74 @@ a.has-text-danger:hover, a.has-text-danger:focus {
color: #121212 !important;
}
.has-background-black-bis {
background-color: #121212 !important;
}
.has-text-black-ter {
color: #242424 !important;
}
.has-background-black-ter {
background-color: #242424 !important;
}
.has-text-grey-darker {
color: #363636 !important;
}
.has-background-grey-darker {
background-color: #363636 !important;
}
.has-text-grey-dark {
color: #4a4a4a !important;
}
.has-background-grey-dark {
background-color: #4a4a4a !important;
}
.has-text-grey {
color: #7a7a7a !important;
}
.has-background-grey {
background-color: #7a7a7a !important;
}
.has-text-grey-light {
color: #b5b5b5 !important;
}
.has-background-grey-light {
background-color: #b5b5b5 !important;
}
.has-text-grey-lighter {
color: #dbdbdb !important;
}
.has-background-grey-lighter {
background-color: #dbdbdb !important;
}
.has-text-white-ter {
color: whitesmoke !important;
}
.has-background-white-ter {
background-color: whitesmoke !important;
}
.has-text-white-bis {
color: #fafafa !important;
}
.has-background-white-bis {
background-color: #fafafa !important;
}
.has-text-weight-light {
font-weight: 300 !important;
}
@ -5943,7 +5979,6 @@ a.dropdown-item.is-active {
.navbar {
background-color: white;
box-shadow: 0 2px 0 0 whitesmoke;
min-height: 3.25rem;
position: relative;
z-index: 30;
@ -6487,7 +6522,7 @@ a.dropdown-item.is-active {
}
.navbar.has-shadow {
box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1);
box-shadow: 0 2px 0 0 whitesmoke;
}
.navbar.is-fixed-bottom, .navbar.is-fixed-top {
@ -6502,7 +6537,7 @@ a.dropdown-item.is-active {
}
.navbar.is-fixed-bottom.has-shadow {
box-shadow: 0 -2px 3px rgba(10, 10, 10, 0.1);
box-shadow: 0 -2px 0 0 whitesmoke;
}
.navbar.is-fixed-top {

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,5 +1,5 @@
@charset "UTF-8";
/*! bulma.io v0.7.0 | MIT License | github.com/jgthms/bulma */
/*! bulma.io v0.7.1 | MIT License | github.com/jgthms/bulma */
@-webkit-keyframes spinAround {
from {
-webkit-transform: rotate(0deg);

File diff suppressed because one or more lines are too long

View File

@ -1,6 +1,6 @@
{
"name": "bulma",
"version": "0.7.0",
"version": "0.7.1",
"homepage": "https://bulma.io",
"author": "Jeremy Thomas <bbxdesign@gmail.com> (https://jgthms.com)",
"description": "Modern CSS framework based on Flexbox",