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",
"reflect-metadata": "^0.1.10",
"rxjs": "5.3.0",
"scss-base": "^1.3.1",
"scss-base": "^1.3.2",
"systemjs": "0.20.12",
"systemjs-builder": "0.16.4",
"touch": "^1.0.0",
"tslint": "^5.1.0",
"typescript": "^2.3.1",
"typescript": "^2.3.2",
"zone.js": "^0.8.9"
}
}

View File

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

View File

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