Update dependencies and fix login SCSS
This commit is contained in:
parent
12d8b2b1cb
commit
e4797c04fd
@ -42,7 +42,7 @@
|
||||
"chai": "^3.5.0",
|
||||
"chartist": "^0.9.8",
|
||||
"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",
|
||||
"gulp": "^3.9.1",
|
||||
"gulp-autoprefixer": "^3.1.0",
|
||||
|
@ -3,11 +3,11 @@
|
||||
|
||||
background-color: $white;
|
||||
display: inline-block;
|
||||
margin: 3em 41%;
|
||||
max-width: 350px;
|
||||
margin: 3em calc(50% - 175px);
|
||||
padding: 1em;
|
||||
position: relative;
|
||||
text-align: center;
|
||||
width: 350px;
|
||||
|
||||
form {
|
||||
box-shadow: none;
|
||||
|
Reference in New Issue
Block a user