summaryrefslogtreecommitdiff
path: root/res/client/css/style.css
diff options
context:
space:
mode:
authorgarbash <dor.garbash@gmail.com>2015-01-11 14:25:47 +0200
committergarbash <dor.garbash@gmail.com>2015-01-11 14:25:47 +0200
commit6b8369102716509c34c95a226cffd11881d3f4b6 (patch)
tree5f881b786228e887c8f478116c197c34775a4818 /res/client/css/style.css
parentb87cf86bbf0adf0653db815ee9d8b39785b18758 (diff)
added background image to login screen
Diffstat (limited to 'res/client/css/style.css')
-rw-r--r--res/client/css/style.css16
1 files changed, 12 insertions, 4 deletions
diff --git a/res/client/css/style.css b/res/client/css/style.css
index ef0de1a7..7af83183 100644
--- a/res/client/css/style.css
+++ b/res/client/css/style.css
@@ -133,6 +133,12 @@ table {
border-collapse: collapse;
border-spacing: 0; }
+.login-background {
+ background: url(../img/login-background.jpg);
+ background-repeat: no-repeat;
+ background-size: cover;
+ background-position: center; }
+
.btn-regular {
cursor: pointer;
background-color: white;
@@ -270,7 +276,7 @@ body.debug .debug-ui-right {
fill: #8b3ab0; }
.circle.project {
- fill: #40c200; }
+ fill: #40C200; }
.circle.third-internship-proposal {
fill: #33c2e0; }
@@ -487,7 +493,7 @@ body.debug .debug-ui-right {
border-top: 6px solid #363636; }
.info.type-project {
- border-top: 6px solid #40c200; }
+ border-top: 6px solid #40C200; }
.info .info-card-attr {
display: block;
@@ -607,8 +613,8 @@ body.debug .debug-ui-right {
width: 100%;
min-height: 48px;
text-align: center;
- background-color: #d3f2f8;
- color: #1d6e7f;
+ background-color: #D3F2F8;
+ color: #1D6E7F;
border-top: 1px solid #8eb6bf;
border-bottom: 1px solid #8eb6bf; }
@@ -707,3 +713,5 @@ h1 {
svg text::selection {
background: none; }
+
+/*# sourceMappingURL=style.css.map */