diff options
| author | garbash <dor.garbash@gmail.com> | 2015-01-11 16:38:09 +0200 |
|---|---|---|
| committer | garbash <dor.garbash@gmail.com> | 2015-01-11 16:38:12 +0200 |
| commit | 8e359773cb8ff0ace4ee37a78c12d0a759a87d25 (patch) | |
| tree | 42dd378cf3bfb4dbf67c3ca5aa13806395251068 /res/client/css/partials/login.scss | |
| parent | 51eaa9a5c5b05b24510c3cfc5a93499a54833b70 (diff) | |
WIP - Styling of login page
Diffstat (limited to 'res/client/css/partials/login.scss')
| -rw-r--r-- | res/client/css/partials/login.scss | 56 |
1 files changed, 55 insertions, 1 deletions
diff --git a/res/client/css/partials/login.scss b/res/client/css/partials/login.scss index 61dc8dd9..7fbd5ce5 100644 --- a/res/client/css/partials/login.scss +++ b/res/client/css/partials/login.scss @@ -1,6 +1,60 @@ +* { + box-sizing: border-box; + + &:before, + &:after { + box-sizing: border-box; + } + + } + .login-background { background: url(../img/login-background.jpg); background-repeat: no-repeat; - background-size: contain; background-position: center; } + +.welcome-box { + margin-left: auto; + margin-right: auto; + margin-top: 50px; + width: 600px; + height: 800px; + background: white; +} + +.login-rhizi-logo { + margin-left: auto; + display: block; + margin-right: auto; + padding-top: 25px; +} + +.login-header { + margin-top: 35px; + margin-bottom: 35px; + text-align: center; + color: $magenta; +} + +.login-text { + margin-left:35px; + margin-right:35px; + text-align: center; +} + +.login-form { + margin-top: 50px; + margin-bottom: 50px; + margin-left: 150px; + margin-right: 150px; + text-align: center; +} + +.forgot-password { + color: $mid-grey; + text-decoration: none; + &:hover { + color: $dark-grey; + } +}
\ No newline at end of file |
