aboutsummaryrefslogtreecommitdiffstats
path: root/app/assets/stylesheets/modules/devise.sass
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/stylesheets/modules/devise.sass')
-rw-r--r--app/assets/stylesheets/modules/devise.sass65
1 files changed, 65 insertions, 0 deletions
diff --git a/app/assets/stylesheets/modules/devise.sass b/app/assets/stylesheets/modules/devise.sass
new file mode 100644
index 000000000..a05df45ba
--- /dev/null
+++ b/app/assets/stylesheets/modules/devise.sass
@@ -0,0 +1,65 @@
+#devise
+ background-color: $gray-light
+
+ .passwords.new
+ input
+ width: initial !important
+
+ .front_bg
+ background: url(image-path('welcome.jpg')) no-repeat center center
+ background-size: cover
+
+ #devise_middle
+ min-height: 620px
+ padding: 30px 20px 0px 20px
+
+ #registrations_new
+ .error
+ input
+ border: 1px solid #d43f3a
+
+ span.help-block
+ margin-left: 5px
+ color: #d43f3a
+ font-size: 15px
+
+ #sessions_new
+ .btn
+ font-weight: bold
+
+ .product_summary
+ padding: 30px 60px 0 60px
+ color: white
+ text-shadow: 0 0 1px rgba(0,0,0,0.6)
+
+ p
+ font-size: 21px
+
+ ul > li
+ font-size: 21px
+
+ .login
+ padding-top: 30px
+
+ .form-group
+ margin-bottom: 5px
+
+ .options
+ font-size: 12px
+
+ .new_password
+ padding-top: 7px
+
+ .checkbox
+ font-weight: normal
+
+ input[type='checkbox']
+ margin-left: 0px !important
+ position: relative
+ margin: 0px 4px 0px 0px
+
+ .form-group
+ margin-bottom: 0px
+
+ #footer
+ background-color: rgba(0, 0, 0, 0.8) \ No newline at end of file