mirror of
https://github.com/jgthms/bulma.git
synced 2024-12-12 13:28:30 +00:00
rebuild css
This commit is contained in:
parent
a52774ed48
commit
2ce48ec4db
4
css/bulma.css
vendored
4
css/bulma.css
vendored
@ -1080,7 +1080,7 @@ table th {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.control.is-withicon .fa {
|
||||
.control.is-withicon > .fa {
|
||||
display: inline-block;
|
||||
font-size: 14px;
|
||||
height: 20px;
|
||||
@ -1093,7 +1093,7 @@ table th {
|
||||
pointer-events: none;
|
||||
position: absolute;
|
||||
top: 6px;
|
||||
z-index: 1;
|
||||
z-index: 4;
|
||||
}
|
||||
|
||||
.control.is-withicon .input, .control.is-withicon .textarea {
|
||||
|
2
css/bulma.min.css
vendored
2
css/bulma.min.css
vendored
File diff suppressed because one or more lines are too long
@ -23,7 +23,8 @@
|
||||
"devDependencies": {
|
||||
"autoprefixer": "^6.3.3",
|
||||
"captain-git-hook": "~1.0.5",
|
||||
"node-sass": "^3.4.2"
|
||||
"node-sass": "^3.4.2",
|
||||
"postcss-cli": "^2.5.1"
|
||||
},
|
||||
"scripts": {
|
||||
"autoprefix": "postcss --use autoprefixer --output css/bulma.css css/bulma.css",
|
||||
|
Loading…
Reference in New Issue
Block a user