summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/users.css.scss
diff options
context:
space:
mode:
authorLuke Shumaker <shumakl@purdue.edu>2014-04-22 02:49:34 -0400
committerLuke Shumaker <shumakl@purdue.edu>2014-04-22 02:49:34 -0400
commit474a048ae4a4fae86e7fde93745f0ea79c7ed717 (patch)
tree63e87b93634d90c8236b09a02c19e37031d55304 /app/assets/stylesheets/users.css.scss
parent7d40d2ed8bd686b32ff9bc620936a72044a610bc (diff)
parent9531e27d6414ca1e3c9a81b1a98f0550d74fad1d (diff)
Merge remote-tracking branch 'origin/master'
Conflicts: app/models/match.rb
Diffstat (limited to 'app/assets/stylesheets/users.css.scss')
-rw-r--r--app/assets/stylesheets/users.css.scss7
1 files changed, 7 insertions, 0 deletions
diff --git a/app/assets/stylesheets/users.css.scss b/app/assets/stylesheets/users.css.scss
index 1efc835..3453a55 100644
--- a/app/assets/stylesheets/users.css.scss
+++ b/app/assets/stylesheets/users.css.scss
@@ -1,3 +1,10 @@
// Place all the styles related to the users controller here.
// They will automatically be included in application.css.
// You can use Sass (SCSS) here: http://sass-lang.com/
+
+
+/*** FOR NEW USER - AKA SIGN UP ***/
+.simple_captcha {
+ background-color: rgba(255, 255, 255, 0.7);
+ margin: 10px 0px;
+} \ No newline at end of file