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", "name": "bulma",
"version": "0.7.0", "version": "0.7.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.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/utilities/_all"
@import "sass/base/_all" @import "sass/base/_all"
@import "sass/elements/_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 { @-webkit-keyframes spinAround {
from { from {
-webkit-transform: rotate(0deg); -webkit-transform: rotate(0deg);
@@ -985,38 +985,74 @@ a.has-text-danger:hover, a.has-text-danger:focus {
color: #121212 !important; color: #121212 !important;
} }
.has-background-black-bis {
background-color: #121212 !important;
}
.has-text-black-ter { .has-text-black-ter {
color: #242424 !important; color: #242424 !important;
} }
.has-background-black-ter {
background-color: #242424 !important;
}
.has-text-grey-darker { .has-text-grey-darker {
color: #363636 !important; color: #363636 !important;
} }
.has-background-grey-darker {
background-color: #363636 !important;
}
.has-text-grey-dark { .has-text-grey-dark {
color: #4a4a4a !important; color: #4a4a4a !important;
} }
.has-background-grey-dark {
background-color: #4a4a4a !important;
}
.has-text-grey { .has-text-grey {
color: #7a7a7a !important; color: #7a7a7a !important;
} }
.has-background-grey {
background-color: #7a7a7a !important;
}
.has-text-grey-light { .has-text-grey-light {
color: #b5b5b5 !important; color: #b5b5b5 !important;
} }
.has-background-grey-light {
background-color: #b5b5b5 !important;
}
.has-text-grey-lighter { .has-text-grey-lighter {
color: #dbdbdb !important; color: #dbdbdb !important;
} }
.has-background-grey-lighter {
background-color: #dbdbdb !important;
}
.has-text-white-ter { .has-text-white-ter {
color: whitesmoke !important; color: whitesmoke !important;
} }
.has-background-white-ter {
background-color: whitesmoke !important;
}
.has-text-white-bis { .has-text-white-bis {
color: #fafafa !important; color: #fafafa !important;
} }
.has-background-white-bis {
background-color: #fafafa !important;
}
.has-text-weight-light { .has-text-weight-light {
font-weight: 300 !important; font-weight: 300 !important;
} }
@@ -5943,7 +5979,6 @@ a.dropdown-item.is-active {
.navbar { .navbar {
background-color: white; background-color: white;
box-shadow: 0 2px 0 0 whitesmoke;
min-height: 3.25rem; min-height: 3.25rem;
position: relative; position: relative;
z-index: 30; z-index: 30;
@@ -6487,7 +6522,7 @@ a.dropdown-item.is-active {
} }
.navbar.has-shadow { .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 { .navbar.is-fixed-bottom, .navbar.is-fixed-top {
@@ -6502,7 +6537,7 @@ a.dropdown-item.is-active {
} }
.navbar.is-fixed-bottom.has-shadow { .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 { .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"; @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 { @-webkit-keyframes spinAround {
from { from {
-webkit-transform: rotate(0deg); -webkit-transform: rotate(0deg);

File diff suppressed because one or more lines are too long

View File

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