Update dependencies and fix login SCSS

This commit is contained in:
kiswa 2016-07-18 11:50:32 +00:00
parent 12d8b2b1cb
commit e4797c04fd
2 changed files with 3 additions and 3 deletions

View File

@ -42,7 +42,7 @@
"chai": "^3.5.0", "chai": "^3.5.0",
"chartist": "^0.9.8", "chartist": "^0.9.8",
"chartist-plugin-tooltip": "git+https://github.com/Globegitter/chartist-plugin-tooltip.git", "chartist-plugin-tooltip": "git+https://github.com/Globegitter/chartist-plugin-tooltip.git",
"core-js": "^2.4.0", "core-js": "^2.4.1",
"del": "^2.2.1", "del": "^2.2.1",
"gulp": "^3.9.1", "gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.0", "gulp-autoprefixer": "^3.1.0",

View File

@ -3,11 +3,11 @@
background-color: $white; background-color: $white;
display: inline-block; display: inline-block;
margin: 3em 41%; margin: 3em calc(50% - 175px);
max-width: 350px;
padding: 1em; padding: 1em;
position: relative; position: relative;
text-align: center; text-align: center;
width: 350px;
form { form {
box-shadow: none; box-shadow: none;