mirror of
https://github.com/jgthms/bulma.git
synced 2025-01-09 15:44:25 +00:00
Push 0.3.1
This commit is contained in:
parent
e0fcd881c1
commit
b2440df07b
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "bulma",
|
"name": "bulma",
|
||||||
"version": "0.3.0",
|
"version": "0.3.1",
|
||||||
"homepage": "http://bulma.io",
|
"homepage": "http://bulma.io",
|
||||||
"authors": [
|
"authors": [
|
||||||
"jgthms <bbxdesign@gmail.com>"
|
"jgthms <bbxdesign@gmail.com>"
|
||||||
|
2
bulma.sass
vendored
2
bulma.sass
vendored
@ -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"
|
@charset "utf-8"
|
||||||
|
|
||||||
@import "sass/utilities/_all"
|
@import "sass/utilities/_all"
|
||||||
|
76
css/bulma.css
vendored
76
css/bulma.css
vendored
@ -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 {
|
@keyframes spinAround {
|
||||||
from {
|
from {
|
||||||
transform: rotate(0deg);
|
transform: rotate(0deg);
|
||||||
@ -580,7 +580,7 @@ a.box:active {
|
|||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
height: 2.5em;
|
height: 2.285em;
|
||||||
justify-content: flex-start;
|
justify-content: flex-start;
|
||||||
line-height: 1.5;
|
line-height: 1.5;
|
||||||
padding-left: 0.75em;
|
padding-left: 0.75em;
|
||||||
@ -1307,61 +1307,61 @@ a.box:active {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.button.is-medium {
|
.button.is-medium {
|
||||||
font-size: 32px;
|
font-size: 1.25rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.button.is-medium .icon:first-child:not(:last-child) {
|
.button.is-medium .icon:first-child:not(:last-child) {
|
||||||
margin-left: 15.25rem;
|
margin-left: -0.125rem;
|
||||||
margin-right: 16px;
|
margin-right: 0.625rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.button.is-medium .icon:last-child:not(:first-child) {
|
.button.is-medium .icon:last-child:not(:first-child) {
|
||||||
margin-left: 16px;
|
margin-left: 0.625rem;
|
||||||
margin-right: 15.25rem;
|
margin-right: -0.125rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.button.is-medium .icon:first-child:last-child {
|
.button.is-medium .icon:first-child:last-child {
|
||||||
margin-left: calc(-1px + 15.25rem);
|
margin-left: calc(-1px + -0.125rem);
|
||||||
margin-right: calc(-1px + 15.25rem);
|
margin-right: calc(-1px + -0.125rem);
|
||||||
}
|
}
|
||||||
|
|
||||||
.button.is-medium .icon.is-small:first-child:not(:last-child) {
|
.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) {
|
.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 {
|
.button.is-medium .icon.is-small:first-child:last-child {
|
||||||
margin-left: calc(-1px + 15.5rem);
|
margin-left: calc(-1px + 0.125rem);
|
||||||
margin-right: calc(-1px + 15.5rem);
|
margin-right: calc(-1px + 0.125rem);
|
||||||
}
|
}
|
||||||
|
|
||||||
.button.is-medium .icon.is-medium:first-child:not(:last-child) {
|
.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) {
|
.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 {
|
.button.is-medium .icon.is-medium:first-child:last-child {
|
||||||
margin-left: calc(-1px + 15rem);
|
margin-left: calc(-1px + -0.375rem);
|
||||||
margin-right: calc(-1px + 15rem);
|
margin-right: calc(-1px + -0.375rem);
|
||||||
}
|
}
|
||||||
|
|
||||||
.button.is-medium .icon.is-large:first-child:not(:last-child) {
|
.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) {
|
.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 {
|
.button.is-medium .icon.is-large:first-child:last-child {
|
||||||
margin-left: calc(-1px + 14.5rem);
|
margin-left: calc(-1px + -0.875rem);
|
||||||
margin-right: calc(-1px + 14.5rem);
|
margin-right: calc(-1px + -0.875rem);
|
||||||
}
|
}
|
||||||
|
|
||||||
.button.is-large {
|
.button.is-large {
|
||||||
@ -1600,7 +1600,7 @@ a.box:active {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.content.is-medium {
|
.content.is-medium {
|
||||||
font-size: 32px;
|
font-size: 1.25rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.content.is-large {
|
.content.is-large {
|
||||||
@ -1617,7 +1617,7 @@ a.box:active {
|
|||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
height: 2.5em;
|
height: 2.285em;
|
||||||
justify-content: flex-start;
|
justify-content: flex-start;
|
||||||
line-height: 1.5;
|
line-height: 1.5;
|
||||||
padding-left: 0.75em;
|
padding-left: 0.75em;
|
||||||
@ -1751,7 +1751,7 @@ a.box:active {
|
|||||||
|
|
||||||
.input.is-medium,
|
.input.is-medium,
|
||||||
.textarea.is-medium {
|
.textarea.is-medium {
|
||||||
font-size: 32px;
|
font-size: 1.25rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.input.is-large,
|
.input.is-large,
|
||||||
@ -1852,7 +1852,7 @@ a.box:active {
|
|||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
height: 2.5em;
|
height: 2.285em;
|
||||||
justify-content: flex-start;
|
justify-content: flex-start;
|
||||||
line-height: 1.5;
|
line-height: 1.5;
|
||||||
padding-left: 0.75em;
|
padding-left: 0.75em;
|
||||||
@ -1926,7 +1926,7 @@ a.box:active {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.select.is-medium {
|
.select.is-medium {
|
||||||
font-size: 32px;
|
font-size: 1.25rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.select.is-large {
|
.select.is-large {
|
||||||
@ -2117,7 +2117,7 @@ a.box:active {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.control.has-icon .input.is-medium + .icon {
|
.control.has-icon .input.is-medium + .icon {
|
||||||
top: 40px;
|
top: 1.5625rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.control.has-icon .input.is-large + .icon {
|
.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 {
|
.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 {
|
.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 {
|
.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 {
|
.control.has-icon.has-icon-right .input.is-large + .icon {
|
||||||
@ -2525,7 +2525,7 @@ a.box:active {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.progress.is-medium {
|
.progress.is-medium {
|
||||||
height: 32px;
|
height: 1.25rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.progress.is-large {
|
.progress.is-large {
|
||||||
@ -2673,7 +2673,7 @@ a.box:active {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.tag.is-large {
|
.tag.is-large {
|
||||||
font-size: 32px;
|
font-size: 1.25rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.title,
|
.title,
|
||||||
@ -2867,8 +2867,8 @@ a.box:active {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.delete.is-medium {
|
.delete.is-medium {
|
||||||
height: 672px;
|
height: 26px;
|
||||||
width: 672px;
|
width: 26px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.delete.is-large {
|
.delete.is-large {
|
||||||
@ -2924,7 +2924,7 @@ a.box:active {
|
|||||||
background-color: whitesmoke;
|
background-color: whitesmoke;
|
||||||
border-radius: 290486px;
|
border-radius: 290486px;
|
||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
font-size: 32px;
|
font-size: 1.25rem;
|
||||||
height: 2em;
|
height: 2em;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
margin-right: 1.5rem;
|
margin-right: 1.5rem;
|
||||||
@ -3498,8 +3498,8 @@ a.box:active {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.modal-close.is-medium {
|
.modal-close.is-medium {
|
||||||
height: 672px;
|
height: 26px;
|
||||||
width: 672px;
|
width: 26px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.modal-close.is-large {
|
.modal-close.is-large {
|
||||||
@ -3823,7 +3823,7 @@ a.nav-item.is-tab.is-active {
|
|||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
height: 2.5em;
|
height: 2.285em;
|
||||||
justify-content: flex-start;
|
justify-content: flex-start;
|
||||||
line-height: 1.5;
|
line-height: 1.5;
|
||||||
padding-left: 0.75em;
|
padding-left: 0.75em;
|
||||||
@ -4251,7 +4251,7 @@ label.panel-block:hover {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.tabs.is-medium {
|
.tabs.is-medium {
|
||||||
font-size: 32px;
|
font-size: 1.25rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tabs.is-large {
|
.tabs.is-large {
|
||||||
|
File diff suppressed because one or more lines are too long
@ -13,6 +13,6 @@ fontawesome: https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-aweso
|
|||||||
# Variables
|
# Variables
|
||||||
|
|
||||||
documentation: "/documentation/overview/start/"
|
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
|
github: https://github.com/jgthms/bulma
|
||||||
version: 0.3.0
|
version: 0.3.1
|
||||||
|
@ -112,7 +112,7 @@
|
|||||||
padding-left: 0;
|
padding-left: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.title.is-2 .icon.is-large {
|
.title.is-2 .icon.is-medium {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -629,7 +629,7 @@ a.box:active {
|
|||||||
display: -ms-inline-flexbox;
|
display: -ms-inline-flexbox;
|
||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
height: 2.5em;
|
height: 2.285em;
|
||||||
-webkit-box-pack: start;
|
-webkit-box-pack: start;
|
||||||
-ms-flex-pack: start;
|
-ms-flex-pack: start;
|
||||||
justify-content: flex-start;
|
justify-content: flex-start;
|
||||||
@ -1677,7 +1677,7 @@ a.box:active {
|
|||||||
display: -ms-inline-flexbox;
|
display: -ms-inline-flexbox;
|
||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
height: 2.5em;
|
height: 2.285em;
|
||||||
-webkit-box-pack: start;
|
-webkit-box-pack: start;
|
||||||
-ms-flex-pack: start;
|
-ms-flex-pack: start;
|
||||||
justify-content: flex-start;
|
justify-content: flex-start;
|
||||||
@ -1926,7 +1926,7 @@ a.box:active {
|
|||||||
display: -ms-inline-flexbox;
|
display: -ms-inline-flexbox;
|
||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
height: 2.5em;
|
height: 2.285em;
|
||||||
-webkit-box-pack: start;
|
-webkit-box-pack: start;
|
||||||
-ms-flex-pack: start;
|
-ms-flex-pack: start;
|
||||||
justify-content: flex-start;
|
justify-content: flex-start;
|
||||||
@ -3222,7 +3222,6 @@ a.box:active {
|
|||||||
.level-left {
|
.level-left {
|
||||||
-webkit-box-align: center;
|
-webkit-box-align: center;
|
||||||
-ms-flex-align: center;
|
-ms-flex-align: center;
|
||||||
-ms-grid-row-align: center;
|
|
||||||
align-items: center;
|
align-items: center;
|
||||||
-webkit-box-pack: start;
|
-webkit-box-pack: start;
|
||||||
-ms-flex-pack: start;
|
-ms-flex-pack: start;
|
||||||
@ -3246,7 +3245,6 @@ a.box:active {
|
|||||||
.level-right {
|
.level-right {
|
||||||
-webkit-box-align: center;
|
-webkit-box-align: center;
|
||||||
-ms-flex-align: center;
|
-ms-flex-align: center;
|
||||||
-ms-grid-row-align: center;
|
|
||||||
align-items: center;
|
align-items: center;
|
||||||
-webkit-box-pack: end;
|
-webkit-box-pack: end;
|
||||||
-ms-flex-pack: end;
|
-ms-flex-pack: end;
|
||||||
@ -3264,7 +3262,6 @@ a.box:active {
|
|||||||
.level {
|
.level {
|
||||||
-webkit-box-align: center;
|
-webkit-box-align: center;
|
||||||
-ms-flex-align: center;
|
-ms-flex-align: center;
|
||||||
-ms-grid-row-align: center;
|
|
||||||
align-items: center;
|
align-items: center;
|
||||||
-webkit-box-pack: justify;
|
-webkit-box-pack: justify;
|
||||||
-ms-flex-pack: justify;
|
-ms-flex-pack: justify;
|
||||||
@ -3817,7 +3814,6 @@ a.box:active {
|
|||||||
top: 0;
|
top: 0;
|
||||||
-webkit-box-align: center;
|
-webkit-box-align: center;
|
||||||
-ms-flex-align: center;
|
-ms-flex-align: center;
|
||||||
-ms-grid-row-align: center;
|
|
||||||
align-items: center;
|
align-items: center;
|
||||||
display: none;
|
display: none;
|
||||||
-webkit-box-pack: center;
|
-webkit-box-pack: center;
|
||||||
@ -4030,7 +4026,6 @@ a.nav-item.is-tab.is-active {
|
|||||||
.nav-right {
|
.nav-right {
|
||||||
-webkit-box-align: stretch;
|
-webkit-box-align: stretch;
|
||||||
-ms-flex-align: stretch;
|
-ms-flex-align: stretch;
|
||||||
-ms-grid-row-align: stretch;
|
|
||||||
align-items: stretch;
|
align-items: stretch;
|
||||||
-ms-flex-preferred-size: 0;
|
-ms-flex-preferred-size: 0;
|
||||||
flex-basis: 0;
|
flex-basis: 0;
|
||||||
@ -4145,7 +4140,7 @@ a.nav-item.is-tab.is-active {
|
|||||||
display: -ms-inline-flexbox;
|
display: -ms-inline-flexbox;
|
||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
height: 2.5em;
|
height: 2.285em;
|
||||||
-webkit-box-pack: start;
|
-webkit-box-pack: start;
|
||||||
-ms-flex-pack: start;
|
-ms-flex-pack: start;
|
||||||
justify-content: flex-start;
|
justify-content: flex-start;
|
||||||
@ -5617,7 +5612,6 @@ label.panel-block:hover {
|
|||||||
.columns.is-vcentered {
|
.columns.is-vcentered {
|
||||||
-webkit-box-align: center;
|
-webkit-box-align: center;
|
||||||
-ms-flex-align: center;
|
-ms-flex-align: center;
|
||||||
-ms-grid-row-align: center;
|
|
||||||
align-items: center;
|
align-items: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -5640,7 +5634,6 @@ label.panel-block:hover {
|
|||||||
.tile {
|
.tile {
|
||||||
-webkit-box-align: stretch;
|
-webkit-box-align: stretch;
|
||||||
-ms-flex-align: stretch;
|
-ms-flex-align: stretch;
|
||||||
-ms-grid-row-align: stretch;
|
|
||||||
align-items: stretch;
|
align-items: stretch;
|
||||||
display: block;
|
display: block;
|
||||||
-ms-flex-preferred-size: 0;
|
-ms-flex-preferred-size: 0;
|
||||||
@ -7582,7 +7575,6 @@ html.route-index #carbon {
|
|||||||
.structure-item.is-structure-container:after {
|
.structure-item.is-structure-container:after {
|
||||||
-webkit-box-align: start;
|
-webkit-box-align: start;
|
||||||
-ms-flex-align: start;
|
-ms-flex-align: start;
|
||||||
-ms-grid-row-align: flex-start;
|
|
||||||
align-items: flex-start;
|
align-items: flex-start;
|
||||||
-webkit-box-pack: start;
|
-webkit-box-pack: start;
|
||||||
-ms-flex-pack: start;
|
-ms-flex-pack: start;
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "bulma",
|
"name": "bulma",
|
||||||
"version": "0.3.0",
|
"version": "0.3.1",
|
||||||
"homepage": "http://bulma.io",
|
"homepage": "http://bulma.io",
|
||||||
"author": "Jeremy Thomas <bbxdesign@gmail.com> (http://jgthms.com)",
|
"author": "Jeremy Thomas <bbxdesign@gmail.com> (http://jgthms.com)",
|
||||||
"description": "Modern CSS framework based on Flexbox",
|
"description": "Modern CSS framework based on Flexbox",
|
||||||
|
@ -10,7 +10,7 @@ $control-radius-small: $radius-small !default
|
|||||||
box-shadow: none
|
box-shadow: none
|
||||||
display: inline-flex
|
display: inline-flex
|
||||||
font-size: $size-normal
|
font-size: $size-normal
|
||||||
height: 2.5em
|
height: 2.285em
|
||||||
justify-content: flex-start
|
justify-content: flex-start
|
||||||
line-height: 1.5
|
line-height: 1.5
|
||||||
padding-left: 0.75em
|
padding-left: 0.75em
|
||||||
|
@ -123,7 +123,7 @@ $family-code: $family-monospace !default
|
|||||||
|
|
||||||
$size-small: $size-7 !default
|
$size-small: $size-7 !default
|
||||||
$size-normal: 1rem !default
|
$size-normal: 1rem !default
|
||||||
$size-medium: 32px !default
|
$size-medium: $size-5 !default
|
||||||
$size-large: $size-4 !default
|
$size-large: $size-4 !default
|
||||||
|
|
||||||
////////////////////////////////////////////////
|
////////////////////////////////////////////////
|
||||||
|
Loading…
Reference in New Issue
Block a user