Deploy 0.6.2

This commit is contained in:
Jeremy Thomas 2018-01-10 17:44:56 +00:00
parent d47b85d4be
commit 6078acdd92
7 changed files with 119 additions and 71 deletions

View File

@ -1,6 +1,6 @@
# Bulma Changelog
## 0.6.3
## 0.6.2
### New features
@ -8,24 +8,16 @@
### Improvements
* New `.is-italic` helper
### Bug fixes
* #1456 Fix customize documentation
* #1190 Add `$variable-columns` to disable `--columnGap`
* #1518 Fix spacing of the delete button in notification element
* #1569 Fix missing use of `$pagination-color` variable
## 0.6.2
### Improvements
* #1343 Add `sub` and `sup` title sizes
* #1452 New `.is-italic` helper
### Bug fixes
* #935 Bug dropdown in `hero` (primary) menu items not visible
* #1456 Fix customize documentation
* #1190 Add `$variable-columns` to disable `--columnGap`
* #1518 Fix spacing of the delete button in notification element
* #1569 Fix missing use of `$pagination-color` variable
## 0.6.1

View File

@ -1,6 +1,6 @@
{
"name": "bulma",
"version": "0.6.1",
"version": "0.6.2",
"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.6.1 | MIT License | github.com/jgthms/bulma */
/*! bulma.io v0.6.2 | MIT License | github.com/jgthms/bulma */
@import "sass/utilities/_all"
@import "sass/base/_all"
@import "sass/elements/_all"

158
css/bulma.css vendored
View File

@ -1,4 +1,4 @@
/*! bulma.io v0.6.1 | MIT License | github.com/jgthms/bulma */
/*! bulma.io v0.6.2 | MIT License | github.com/jgthms/bulma */
@-webkit-keyframes spinAround {
from {
-webkit-transform: rotate(0deg);
@ -678,6 +678,10 @@ table th {
text-transform: uppercase !important;
}
.is-italic {
font-style: italic !important;
}
.has-text-white {
color: white !important;
}
@ -2474,6 +2478,12 @@ a.box:active {
pointer-events: none;
}
.button.is-rounded {
border-radius: 290486px;
padding-left: 1em;
padding-right: 1em;
}
.buttons {
-webkit-box-align: center;
-ms-flex-align: center;
@ -2889,11 +2899,6 @@ a.box:active {
color: rgba(122, 122, 122, 0.3);
}
.input[type="search"],
.textarea[type="search"] {
border-radius: 290486px;
}
.input[readonly],
.textarea[readonly] {
-webkit-box-shadow: none;
@ -3068,6 +3073,12 @@ a.box:active {
width: auto;
}
.input.is-rounded {
border-radius: 290486px;
padding-left: 1em;
padding-right: 1em;
}
.input.is-static {
background-color: transparent;
border-color: transparent;
@ -3157,6 +3168,11 @@ a.box:active {
z-index: 4;
}
.select.is-rounded select {
border-radius: 290486px;
padding-left: 1em;
}
.select select {
-moz-appearance: none;
-webkit-appearance: none;
@ -3728,18 +3744,6 @@ a.box:active {
display: none;
}
.file.is-centered {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.file.is-right {
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
}
.file.is-boxed .file-label {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
@ -3790,16 +3794,10 @@ a.box:active {
border-width: 0 1px 1px;
}
.file.is-right .file-cta {
border-radius: 0 3px 3px 0;
}
.file.is-right .file-name {
border-radius: 3px 0 0 3px;
border-width: 1px 0 1px 1px;
-webkit-box-ordinal-group: 0;
-ms-flex-order: -1;
order: -1;
.file.is-centered {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.file.is-fullwidth .file-label {
@ -3813,6 +3811,24 @@ a.box:active {
max-width: none;
}
.file.is-right {
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
}
.file.is-right .file-cta {
border-radius: 0 3px 3px 0;
}
.file.is-right .file-name {
border-radius: 3px 0 0 3px;
border-width: 1px 0 1px 1px;
-webkit-box-ordinal-group: 0;
-ms-flex-order: -1;
order: -1;
}
.file-label {
-webkit-box-align: stretch;
-ms-flex-align: stretch;
@ -4023,24 +4039,24 @@ a.box:active {
margin-right: -1px;
}
.field.has-addons .control:not(:first-child):not(:last-child) .button,
.field.has-addons .control:not(:first-child):not(:last-child) .input,
.field.has-addons .control:not(:first-child):not(:last-child) .select select {
border-radius: 0;
}
.field.has-addons .control:first-child .button,
.field.has-addons .control:first-child .input,
.field.has-addons .control:first-child .select select {
border-bottom-left-radius: 3px;
border-top-left-radius: 3px;
border-bottom-right-radius: 0;
border-top-right-radius: 0;
}
.field.has-addons .control:last-child .button,
.field.has-addons .control:last-child .input,
.field.has-addons .control:last-child .select select {
border-bottom-right-radius: 3px;
border-top-right-radius: 3px;
}
.field.has-addons .control .button,
.field.has-addons .control .input,
.field.has-addons .control .select select {
border-radius: 0;
border-bottom-left-radius: 0;
border-top-left-radius: 0;
}
.field.has-addons .control .button:hover, .field.has-addons .control .button.is-hovered,
@ -4353,6 +4369,7 @@ a.box:active {
position: absolute !important;
right: 0.625em;
top: 0.625em;
z-index: 4;
}
.control.is-loading.is-small:after {
@ -4407,6 +4424,10 @@ a.box:active {
width: 100%;
}
.image img.is-rounded {
border-radius: 290486px;
}
.image.is-square img, .image.is-1by1 img, .image.is-4by3 img, .image.is-3by2 img, .image.is-16by9 img, .image.is-2by1 img {
bottom: 0;
left: 0;
@ -4503,8 +4524,8 @@ a.box:active {
.notification > .delete {
position: absolute;
right: 0.5em;
top: 0.5em;
right: 0.5rem;
top: 0.5rem;
}
.notification .title,
@ -5131,6 +5152,16 @@ a.tag:hover {
font-weight: inherit;
}
.title sub,
.subtitle sub {
font-size: 0.75em;
}
.title sup,
.subtitle sup {
font-size: 0.75em;
}
.title .tag,
.subtitle .tag {
vertical-align: middle;
@ -5919,6 +5950,7 @@ a.dropdown-item.is-active {
flex-grow: 1;
-ms-flex-negative: 1;
flex-shrink: 1;
overflow: auto;
text-align: left;
}
@ -6215,7 +6247,7 @@ a.dropdown-item.is-active {
justify-content: center;
overflow: hidden;
position: fixed;
z-index: 20;
z-index: 40;
}
.modal.is-active {
@ -7440,6 +7472,17 @@ a.navbar-link.is-active {
font-size: 1.5rem;
}
.pagination.is-rounded .pagination-previous,
.pagination.is-rounded .pagination-next {
padding-left: 1em;
padding-right: 1em;
border-radius: 290486px;
}
.pagination.is-rounded .pagination-link {
border-radius: 290486px;
}
.pagination,
.pagination-list {
-webkit-box-align: center;
@ -7524,6 +7567,7 @@ a.navbar-link.is-active {
.pagination-next,
.pagination-link {
border-color: #dbdbdb;
color: #363636;
min-width: 2.25em;
}
@ -7984,6 +8028,18 @@ label.panel-block:hover {
border-bottom: none;
}
.tabs.is-toggle.is-toggle-rounded li:first-child a {
border-bottom-left-radius: 290486px;
border-top-left-radius: 290486px;
padding-left: 1.25em;
}
.tabs.is-toggle.is-toggle-rounded li:last-child a {
border-bottom-right-radius: 290486px;
border-top-right-radius: 290486px;
padding-right: 1.25em;
}
.tabs.is-small {
font-size: 0.75rem;
}
@ -9748,7 +9804,7 @@ label.panel-block:hover {
color: #0a0a0a;
}
.hero.is-white a:not(.button),
.hero.is-white a:not(.button):not(.dropdown-item):not(.tag),
.hero.is-white strong {
color: inherit;
}
@ -9826,7 +9882,7 @@ label.panel-block:hover {
color: white;
}
.hero.is-black a:not(.button),
.hero.is-black a:not(.button):not(.dropdown-item):not(.tag),
.hero.is-black strong {
color: inherit;
}
@ -9904,7 +9960,7 @@ label.panel-block:hover {
color: #363636;
}
.hero.is-light a:not(.button),
.hero.is-light a:not(.button):not(.dropdown-item):not(.tag),
.hero.is-light strong {
color: inherit;
}
@ -9982,7 +10038,7 @@ label.panel-block:hover {
color: whitesmoke;
}
.hero.is-dark a:not(.button),
.hero.is-dark a:not(.button):not(.dropdown-item):not(.tag),
.hero.is-dark strong {
color: inherit;
}
@ -10060,7 +10116,7 @@ label.panel-block:hover {
color: #fff;
}
.hero.is-primary a:not(.button),
.hero.is-primary a:not(.button):not(.dropdown-item):not(.tag),
.hero.is-primary strong {
color: inherit;
}
@ -10138,7 +10194,7 @@ label.panel-block:hover {
color: #fff;
}
.hero.is-link a:not(.button),
.hero.is-link a:not(.button):not(.dropdown-item):not(.tag),
.hero.is-link strong {
color: inherit;
}
@ -10216,7 +10272,7 @@ label.panel-block:hover {
color: #fff;
}
.hero.is-info a:not(.button),
.hero.is-info a:not(.button):not(.dropdown-item):not(.tag),
.hero.is-info strong {
color: inherit;
}
@ -10294,7 +10350,7 @@ label.panel-block:hover {
color: #fff;
}
.hero.is-success a:not(.button),
.hero.is-success a:not(.button):not(.dropdown-item):not(.tag),
.hero.is-success strong {
color: inherit;
}
@ -10372,7 +10428,7 @@ label.panel-block:hover {
color: rgba(0, 0, 0, 0.7);
}
.hero.is-warning a:not(.button),
.hero.is-warning a:not(.button):not(.dropdown-item):not(.tag),
.hero.is-warning strong {
color: inherit;
}
@ -10450,7 +10506,7 @@ label.panel-block:hover {
color: #fff;
}
.hero.is-danger a:not(.button),
.hero.is-danger a:not(.button):not(.dropdown-item):not(.tag),
.hero.is-danger strong {
color: inherit;
}

File diff suppressed because one or more lines are too long

View File

@ -1,5 +1,5 @@
@charset "UTF-8";
/*! bulma.io v0.6.1 | MIT License | github.com/jgthms/bulma */
/*! bulma.io v0.6.2 | MIT License | github.com/jgthms/bulma */
@-webkit-keyframes spinAround {
from {
-webkit-transform: rotate(0deg);

View File

@ -1,8 +1,8 @@
{
"name": "bulma",
"version": "0.6.1",
"version": "0.6.2",
"homepage": "https://bulma.io",
"author": "Jeremy Thomas <bbxdesign@gmail.com> (http://jgthms.com)",
"author": "Jeremy Thomas <bbxdesign@gmail.com> (https://jgthms.com)",
"description": "Modern CSS framework based on Flexbox",
"main": "bulma.sass",
"style": "bulma/css/bulma.css",