mirror of
https://github.com/jgthms/bulma.git
synced 2024-11-14 11:14:24 +00:00
Build 0.0.15
This commit is contained in:
parent
5e35a750a0
commit
5347cc411b
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "bulma",
|
||||
"version": "0.0.14",
|
||||
"version": "0.0.15",
|
||||
"homepage": "http://bulma.io",
|
||||
"authors": [
|
||||
"jgthms <bbxdesign@gmail.com>"
|
||||
|
132
css/bulma.css
vendored
132
css/bulma.css
vendored
@ -794,6 +794,36 @@ table th {
|
||||
color: rgba(34, 35, 36, 0.3);
|
||||
}
|
||||
|
||||
.input.is-dark, .is-dark.textarea {
|
||||
border-color: #222324;
|
||||
color: #222324;
|
||||
}
|
||||
|
||||
.input.is-primary, .is-primary.textarea {
|
||||
border-color: #1fc8db;
|
||||
color: #1fc8db;
|
||||
}
|
||||
|
||||
.input.is-info, .is-info.textarea {
|
||||
border-color: #42afe3;
|
||||
color: #42afe3;
|
||||
}
|
||||
|
||||
.input.is-success, .is-success.textarea {
|
||||
border-color: #97cd76;
|
||||
color: #97cd76;
|
||||
}
|
||||
|
||||
.input.is-warning, .is-warning.textarea {
|
||||
border-color: #fce473;
|
||||
color: #fce473;
|
||||
}
|
||||
|
||||
.input.is-danger, .is-danger.textarea {
|
||||
border-color: #ed6c63;
|
||||
color: #ed6c63;
|
||||
}
|
||||
|
||||
.input[type="search"], [type="search"].textarea {
|
||||
border-radius: 290486px;
|
||||
}
|
||||
@ -924,6 +954,36 @@ table th {
|
||||
color: rgba(34, 35, 36, 0.3);
|
||||
}
|
||||
|
||||
.checkbox input.is-dark, .menu-checkbox input.is-dark, .radio input.is-dark {
|
||||
border-color: #222324;
|
||||
color: #222324;
|
||||
}
|
||||
|
||||
.checkbox input.is-primary, .menu-checkbox input.is-primary, .radio input.is-primary {
|
||||
border-color: #1fc8db;
|
||||
color: #1fc8db;
|
||||
}
|
||||
|
||||
.checkbox input.is-info, .menu-checkbox input.is-info, .radio input.is-info {
|
||||
border-color: #42afe3;
|
||||
color: #42afe3;
|
||||
}
|
||||
|
||||
.checkbox input.is-success, .menu-checkbox input.is-success, .radio input.is-success {
|
||||
border-color: #97cd76;
|
||||
color: #97cd76;
|
||||
}
|
||||
|
||||
.checkbox input.is-warning, .menu-checkbox input.is-warning, .radio input.is-warning {
|
||||
border-color: #fce473;
|
||||
color: #fce473;
|
||||
}
|
||||
|
||||
.checkbox input.is-danger, .menu-checkbox input.is-danger, .radio input.is-danger {
|
||||
border-color: #ed6c63;
|
||||
color: #ed6c63;
|
||||
}
|
||||
|
||||
.checkbox input:after, .menu-checkbox input:after, .radio input:after {
|
||||
border: 1px solid white;
|
||||
border-right: 0;
|
||||
@ -1047,6 +1107,36 @@ table th {
|
||||
color: rgba(34, 35, 36, 0.3);
|
||||
}
|
||||
|
||||
.select select.is-dark {
|
||||
border-color: #222324;
|
||||
color: #222324;
|
||||
}
|
||||
|
||||
.select select.is-primary {
|
||||
border-color: #1fc8db;
|
||||
color: #1fc8db;
|
||||
}
|
||||
|
||||
.select select.is-info {
|
||||
border-color: #42afe3;
|
||||
color: #42afe3;
|
||||
}
|
||||
|
||||
.select select.is-success {
|
||||
border-color: #97cd76;
|
||||
color: #97cd76;
|
||||
}
|
||||
|
||||
.select select.is-warning {
|
||||
border-color: #fce473;
|
||||
color: #fce473;
|
||||
}
|
||||
|
||||
.select select.is-danger {
|
||||
border-color: #ed6c63;
|
||||
color: #ed6c63;
|
||||
}
|
||||
|
||||
.select select:hover {
|
||||
border-color: #aeb1b5;
|
||||
}
|
||||
@ -1076,6 +1166,15 @@ table th {
|
||||
border-color: #222324;
|
||||
}
|
||||
|
||||
.label {
|
||||
color: #222324;
|
||||
display: block;
|
||||
}
|
||||
|
||||
.label:not(:last-child) {
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
.control {
|
||||
position: relative;
|
||||
text-align: left;
|
||||
@ -1632,11 +1731,21 @@ table th {
|
||||
font-weight: 300;
|
||||
}
|
||||
|
||||
.title em,
|
||||
.subtitle em {
|
||||
font-weight: 300;
|
||||
}
|
||||
|
||||
.title a:hover,
|
||||
.subtitle a:hover {
|
||||
border-bottom: 1px solid;
|
||||
}
|
||||
|
||||
.title .tag,
|
||||
.subtitle .tag {
|
||||
vertical-align: bottom;
|
||||
}
|
||||
|
||||
.title {
|
||||
color: #222324;
|
||||
font-size: 28px;
|
||||
@ -2996,6 +3105,13 @@ table th {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.columns.is-centered {
|
||||
-webkit-box-pack: center;
|
||||
-webkit-justify-content: center;
|
||||
-ms-flex-pack: center;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.columns.is-mobile {
|
||||
display: -webkit-box;
|
||||
display: -webkit-flex;
|
||||
@ -3950,21 +4066,6 @@ a.menu-block:hover {
|
||||
}
|
||||
}
|
||||
|
||||
.header-center {
|
||||
-webkit-box-align: stretch;
|
||||
-webkit-align-items: stretch;
|
||||
-ms-flex-align: stretch;
|
||||
align-items: stretch;
|
||||
display: -webkit-box;
|
||||
display: -webkit-flex;
|
||||
display: -ms-flexbox;
|
||||
display: flex;
|
||||
left: 50%;
|
||||
position: absolute;
|
||||
-webkit-transform: translateX(-50%);
|
||||
transform: translateX(-50%);
|
||||
}
|
||||
|
||||
.header-right {
|
||||
-webkit-box-align: stretch;
|
||||
-webkit-align-items: stretch;
|
||||
@ -4069,7 +4170,6 @@ a.menu-block:hover {
|
||||
}
|
||||
|
||||
.header.is-centered .header-left,
|
||||
.header.is-centered .header-center,
|
||||
.header.is-centered .header-right {
|
||||
-webkit-box-pack: center;
|
||||
-webkit-justify-content: center;
|
||||
|
File diff suppressed because one or more lines are too long
2
css/bulma.min.css
vendored
2
css/bulma.min.css
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "bulma",
|
||||
"version": "0.0.14",
|
||||
"version": "0.0.15",
|
||||
"homepage": "http://bulma.io",
|
||||
"author": "jgthms <bbxdesign@gmail.com>",
|
||||
"description": "Modern CSS framework based on Flexbox",
|
||||
|
Loading…
Reference in New Issue
Block a user