Update scss-base and tweak styles

This commit is contained in:
Matthew Ross 2017-04-29 17:13:00 -04:00
parent f1124e669a
commit 82e032a531
3 changed files with 7 additions and 12 deletions

View File

@ -69,12 +69,12 @@
"node-normalize-scss": "^2.0.0", "node-normalize-scss": "^2.0.0",
"reflect-metadata": "^0.1.10", "reflect-metadata": "^0.1.10",
"rxjs": "5.3.0", "rxjs": "5.3.0",
"scss-base": "^1.3.1", "scss-base": "^1.3.2",
"systemjs": "0.20.12", "systemjs": "0.20.12",
"systemjs-builder": "0.16.4", "systemjs-builder": "0.16.4",
"touch": "^1.0.0", "touch": "^1.0.0",
"tslint": "^5.1.0", "tslint": "^5.1.0",
"typescript": "^2.3.1", "typescript": "^2.3.2",
"zone.js": "^0.8.9" "zone.js": "^0.8.9"
} }
} }

View File

@ -180,13 +180,12 @@ button {
padding: 7px; padding: 7px;
input { input {
width: calc(100% - 42px); width: calc(100% - 38px);
} }
button { button {
height: 36px;
margin-left: 2px; margin-left: 2px;
padding: 9px; padding: 8px;
} }
} }

View File

@ -5,10 +5,6 @@
.quick-add { .quick-add {
padding: 0; padding: 0;
button {
vertical-align: top;
}
} }
.half-page { .half-page {
@ -52,15 +48,15 @@
.categories { .categories {
[type="text"] { [type="text"] {
width: calc(100% - 84px); width: calc(100% - 74px);
} }
[type="color"] { [type="color"] {
cursor: pointer; cursor: pointer;
height: 36px; height: 30px;
margin-left: 2px; margin-left: 2px;
vertical-align: bottom; vertical-align: bottom;
width: 36px; width: 30px;
} }
} }