Cachet is primarily green based, make login green

This commit is contained in:
James Brooks
2015-06-15 20:01:58 +01:00
parent e71c573043
commit b591cf188c
3 changed files with 3 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

@@ -1,4 +1,4 @@
{
"dist/css/all.css": "dist/css/all-ef78fb44.css",
"dist/css/all.css": "dist/css/all-37e0ba11.css",
"dist/js/all.js": "dist/js/all-c132bc1e.js"
}

View File

@@ -1,5 +1,5 @@
body.login {
background: $cachet-dark-blue;
background: linear-gradient(rgba($cachet-icons, 0.2), rgba($cachet-icons, 0.3)), $cachet-green;
.form-bg {
padding:20px;