rebuild css

This commit is contained in:
Martin Angers 2016-02-13 17:31:08 -05:00
parent a52774ed48
commit 2ce48ec4db
3 changed files with 5 additions and 4 deletions

4
css/bulma.css vendored
View File

@ -1080,7 +1080,7 @@ table th {
margin-bottom: 10px; margin-bottom: 10px;
} }
.control.is-withicon .fa { .control.is-withicon > .fa {
display: inline-block; display: inline-block;
font-size: 14px; font-size: 14px;
height: 20px; height: 20px;
@ -1093,7 +1093,7 @@ table th {
pointer-events: none; pointer-events: none;
position: absolute; position: absolute;
top: 6px; top: 6px;
z-index: 1; z-index: 4;
} }
.control.is-withicon .input, .control.is-withicon .textarea { .control.is-withicon .input, .control.is-withicon .textarea {

2
css/bulma.min.css vendored

File diff suppressed because one or more lines are too long

View File

@ -23,7 +23,8 @@
"devDependencies": { "devDependencies": {
"autoprefixer": "^6.3.3", "autoprefixer": "^6.3.3",
"captain-git-hook": "~1.0.5", "captain-git-hook": "~1.0.5",
"node-sass": "^3.4.2" "node-sass": "^3.4.2",
"postcss-cli": "^2.5.1"
}, },
"scripts": { "scripts": {
"autoprefix": "postcss --use autoprefixer --output css/bulma.css css/bulma.css", "autoprefix": "postcss --use autoprefixer --output css/bulma.css css/bulma.css",