diff options
| author | garbash <dor.garbash@gmail.com> | 2015-01-11 20:07:50 +0200 |
|---|---|---|
| committer | garbash <dor.garbash@gmail.com> | 2015-01-11 20:07:54 +0200 |
| commit | d7b60a649d9a2ad8b8d96c7b83601a59cce0e63c (patch) | |
| tree | 9685cf2a42fb9cf8357aa83a43ad50c33fabb092 /res/client/css/partials | |
| parent | ec7cbd350ca29e03b4d5dd554b3aa051c851bf3e (diff) | |
wip - login page styling3
Diffstat (limited to 'res/client/css/partials')
| -rw-r--r-- | res/client/css/partials/login.scss | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/res/client/css/partials/login.scss b/res/client/css/partials/login.scss index 49926283..0023fc41 100644 --- a/res/client/css/partials/login.scss +++ b/res/client/css/partials/login.scss @@ -80,30 +80,37 @@ outline: none; } &[type="submit"] { + width: 100%; cursor: pointer; - background: $magenta; + background: #ee3654; border-radius: 3px; color: #fff; float: right; font-weight: bold; margin-top: 20px; + margin-bottom: 15px; padding: 12px 20px; &:hover { background: $dark-magenta; } } &[type="email"] { + background: url(../img/mail-icon.png) no-repeat scroll 20px 15px; border: 1px solid #dcdcdc; padding: 12px 10px; width: 100%; border-radius: 3px 3px 0 0; + padding-left:60px; } + &[type="password"] { + background: url(../img/password-icon.png) no-repeat scroll 20px 15px; border: 1px solid #dcdcdc; padding: 12px 10px; width: 100%; border-top: none; border-radius: 0px 0px 3px 3px; + padding-left:60px; } } |
