diff options
| author | garbash <dor.garbash@gmail.com> | 2015-01-11 14:25:47 +0200 |
|---|---|---|
| committer | garbash <dor.garbash@gmail.com> | 2015-01-11 14:25:47 +0200 |
| commit | 6b8369102716509c34c95a226cffd11881d3f4b6 (patch) | |
| tree | 5f881b786228e887c8f478116c197c34775a4818 /res/client/css/partials | |
| parent | b87cf86bbf0adf0653db815ee9d8b39785b18758 (diff) | |
added background image to login screen
Diffstat (limited to 'res/client/css/partials')
| -rw-r--r-- | res/client/css/partials/login.scss | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/res/client/css/partials/login.scss b/res/client/css/partials/login.scss new file mode 100644 index 00000000..61dc8dd9 --- /dev/null +++ b/res/client/css/partials/login.scss @@ -0,0 +1,6 @@ +.login-background { + background: url(../img/login-background.jpg); + background-repeat: no-repeat; + background-size: contain; + background-position: center; +} |
