Push 0.3.1

This commit is contained in:
Jeremy Thomas 2017-01-15 21:44:25 +00:00
parent e0fcd881c1
commit b2440df07b
10 changed files with 51 additions and 59 deletions

View File

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

2
bulma.sass vendored
View File

@ -1,4 +1,4 @@
/*! bulma.io v0.3.0 | MIT License | github.com/jgthms/bulma */
/*! bulma.io v0.3.1 | MIT License | github.com/jgthms/bulma */
@charset "utf-8"
@import "sass/utilities/_all"

76
css/bulma.css vendored
View File

@ -1,4 +1,4 @@
/*! bulma.io v0.3.0 | MIT License | github.com/jgthms/bulma */
/*! bulma.io v0.3.1 | MIT License | github.com/jgthms/bulma */
@keyframes spinAround {
from {
transform: rotate(0deg);
@ -580,7 +580,7 @@ a.box:active {
box-shadow: none;
display: inline-flex;
font-size: 1rem;
height: 2.5em;
height: 2.285em;
justify-content: flex-start;
line-height: 1.5;
padding-left: 0.75em;
@ -1307,61 +1307,61 @@ a.box:active {
}
.button.is-medium {
font-size: 32px;
font-size: 1.25rem;
}
.button.is-medium .icon:first-child:not(:last-child) {
margin-left: 15.25rem;
margin-right: 16px;
margin-left: -0.125rem;
margin-right: 0.625rem;
}
.button.is-medium .icon:last-child:not(:first-child) {
margin-left: 16px;
margin-right: 15.25rem;
margin-left: 0.625rem;
margin-right: -0.125rem;
}
.button.is-medium .icon:first-child:last-child {
margin-left: calc(-1px + 15.25rem);
margin-right: calc(-1px + 15.25rem);
margin-left: calc(-1px + -0.125rem);
margin-right: calc(-1px + -0.125rem);
}
.button.is-medium .icon.is-small:first-child:not(:last-child) {
margin-left: 15.5rem;
margin-left: 0.125rem;
}
.button.is-medium .icon.is-small:last-child:not(:first-child) {
margin-right: 15.5rem;
margin-right: 0.125rem;
}
.button.is-medium .icon.is-small:first-child:last-child {
margin-left: calc(-1px + 15.5rem);
margin-right: calc(-1px + 15.5rem);
margin-left: calc(-1px + 0.125rem);
margin-right: calc(-1px + 0.125rem);
}
.button.is-medium .icon.is-medium:first-child:not(:last-child) {
margin-left: 15rem;
margin-left: -0.375rem;
}
.button.is-medium .icon.is-medium:last-child:not(:first-child) {
margin-right: 15rem;
margin-right: -0.375rem;
}
.button.is-medium .icon.is-medium:first-child:last-child {
margin-left: calc(-1px + 15rem);
margin-right: calc(-1px + 15rem);
margin-left: calc(-1px + -0.375rem);
margin-right: calc(-1px + -0.375rem);
}
.button.is-medium .icon.is-large:first-child:not(:last-child) {
margin-left: 14.5rem;
margin-left: -0.875rem;
}
.button.is-medium .icon.is-large:last-child:not(:first-child) {
margin-right: 14.5rem;
margin-right: -0.875rem;
}
.button.is-medium .icon.is-large:first-child:last-child {
margin-left: calc(-1px + 14.5rem);
margin-right: calc(-1px + 14.5rem);
margin-left: calc(-1px + -0.875rem);
margin-right: calc(-1px + -0.875rem);
}
.button.is-large {
@ -1600,7 +1600,7 @@ a.box:active {
}
.content.is-medium {
font-size: 32px;
font-size: 1.25rem;
}
.content.is-large {
@ -1617,7 +1617,7 @@ a.box:active {
box-shadow: none;
display: inline-flex;
font-size: 1rem;
height: 2.5em;
height: 2.285em;
justify-content: flex-start;
line-height: 1.5;
padding-left: 0.75em;
@ -1751,7 +1751,7 @@ a.box:active {
.input.is-medium,
.textarea.is-medium {
font-size: 32px;
font-size: 1.25rem;
}
.input.is-large,
@ -1852,7 +1852,7 @@ a.box:active {
box-shadow: none;
display: inline-flex;
font-size: 1rem;
height: 2.5em;
height: 2.285em;
justify-content: flex-start;
line-height: 1.5;
padding-left: 0.75em;
@ -1926,7 +1926,7 @@ a.box:active {
}
.select.is-medium {
font-size: 32px;
font-size: 1.25rem;
}
.select.is-large {
@ -2117,7 +2117,7 @@ a.box:active {
}
.control.has-icon .input.is-medium + .icon {
top: 40px;
top: 1.5625rem;
}
.control.has-icon .input.is-large + .icon {
@ -2138,7 +2138,7 @@ a.box:active {
}
.control.has-icon:not(.has-icon-right) .input.is-medium + .icon {
left: 40px;
left: 1.5625rem;
}
.control.has-icon:not(.has-icon-right) .input.is-large + .icon {
@ -2159,7 +2159,7 @@ a.box:active {
}
.control.has-icon.has-icon-right .input.is-medium + .icon {
right: 40px;
right: 1.5625rem;
}
.control.has-icon.has-icon-right .input.is-large + .icon {
@ -2525,7 +2525,7 @@ a.box:active {
}
.progress.is-medium {
height: 32px;
height: 1.25rem;
}
.progress.is-large {
@ -2673,7 +2673,7 @@ a.box:active {
}
.tag.is-large {
font-size: 32px;
font-size: 1.25rem;
}
.title,
@ -2867,8 +2867,8 @@ a.box:active {
}
.delete.is-medium {
height: 672px;
width: 672px;
height: 26px;
width: 26px;
}
.delete.is-large {
@ -2924,7 +2924,7 @@ a.box:active {
background-color: whitesmoke;
border-radius: 290486px;
display: inline-flex;
font-size: 32px;
font-size: 1.25rem;
height: 2em;
justify-content: center;
margin-right: 1.5rem;
@ -3498,8 +3498,8 @@ a.box:active {
}
.modal-close.is-medium {
height: 672px;
width: 672px;
height: 26px;
width: 26px;
}
.modal-close.is-large {
@ -3823,7 +3823,7 @@ a.nav-item.is-tab.is-active {
box-shadow: none;
display: inline-flex;
font-size: 1rem;
height: 2.5em;
height: 2.285em;
justify-content: flex-start;
line-height: 1.5;
padding-left: 0.75em;
@ -4251,7 +4251,7 @@ label.panel-block:hover {
}
.tabs.is-medium {
font-size: 32px;
font-size: 1.25rem;
}
.tabs.is-large {

File diff suppressed because one or more lines are too long

View File

@ -13,6 +13,6 @@ fontawesome: https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-aweso
# Variables
documentation: "/documentation/overview/start/"
download: https://github.com/jgthms/bulma/archive/0.3.0.zip
download: https://github.com/jgthms/bulma/archive/0.3.1.zip
github: https://github.com/jgthms/bulma
version: 0.3.0
version: 0.3.1

View File

@ -112,7 +112,7 @@
padding-left: 0;
}
.title.is-2 .icon.is-large {
.title.is-2 .icon.is-medium {
display: none;
}
}

View File

@ -629,7 +629,7 @@ a.box:active {
display: -ms-inline-flexbox;
display: inline-flex;
font-size: 1rem;
height: 2.5em;
height: 2.285em;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
@ -1677,7 +1677,7 @@ a.box:active {
display: -ms-inline-flexbox;
display: inline-flex;
font-size: 1rem;
height: 2.5em;
height: 2.285em;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
@ -1926,7 +1926,7 @@ a.box:active {
display: -ms-inline-flexbox;
display: inline-flex;
font-size: 1rem;
height: 2.5em;
height: 2.285em;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
@ -3222,7 +3222,6 @@ a.box:active {
.level-left {
-webkit-box-align: center;
-ms-flex-align: center;
-ms-grid-row-align: center;
align-items: center;
-webkit-box-pack: start;
-ms-flex-pack: start;
@ -3246,7 +3245,6 @@ a.box:active {
.level-right {
-webkit-box-align: center;
-ms-flex-align: center;
-ms-grid-row-align: center;
align-items: center;
-webkit-box-pack: end;
-ms-flex-pack: end;
@ -3264,7 +3262,6 @@ a.box:active {
.level {
-webkit-box-align: center;
-ms-flex-align: center;
-ms-grid-row-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
@ -3817,7 +3814,6 @@ a.box:active {
top: 0;
-webkit-box-align: center;
-ms-flex-align: center;
-ms-grid-row-align: center;
align-items: center;
display: none;
-webkit-box-pack: center;
@ -4030,7 +4026,6 @@ a.nav-item.is-tab.is-active {
.nav-right {
-webkit-box-align: stretch;
-ms-flex-align: stretch;
-ms-grid-row-align: stretch;
align-items: stretch;
-ms-flex-preferred-size: 0;
flex-basis: 0;
@ -4145,7 +4140,7 @@ a.nav-item.is-tab.is-active {
display: -ms-inline-flexbox;
display: inline-flex;
font-size: 1rem;
height: 2.5em;
height: 2.285em;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
@ -5617,7 +5612,6 @@ label.panel-block:hover {
.columns.is-vcentered {
-webkit-box-align: center;
-ms-flex-align: center;
-ms-grid-row-align: center;
align-items: center;
}
@ -5640,7 +5634,6 @@ label.panel-block:hover {
.tile {
-webkit-box-align: stretch;
-ms-flex-align: stretch;
-ms-grid-row-align: stretch;
align-items: stretch;
display: block;
-ms-flex-preferred-size: 0;
@ -7582,7 +7575,6 @@ html.route-index #carbon {
.structure-item.is-structure-container:after {
-webkit-box-align: start;
-ms-flex-align: start;
-ms-grid-row-align: flex-start;
align-items: flex-start;
-webkit-box-pack: start;
-ms-flex-pack: start;

View File

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

View File

@ -10,7 +10,7 @@ $control-radius-small: $radius-small !default
box-shadow: none
display: inline-flex
font-size: $size-normal
height: 2.5em
height: 2.285em
justify-content: flex-start
line-height: 1.5
padding-left: 0.75em

View File

@ -123,7 +123,7 @@ $family-code: $family-monospace !default
$size-small: $size-7 !default
$size-normal: 1rem !default
$size-medium: 32px !default
$size-medium: $size-5 !default
$size-large: $size-4 !default
////////////////////////////////////////////////