From 594f1388802476b236e8eaa622fbb5aec181a0a0 Mon Sep 17 00:00:00 2001 From: tkimia Date: Tue, 22 Apr 2014 00:38:12 -0400 Subject: styled captcha and notices --- app/assets/stylesheets/users.css.scss | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'app/assets/stylesheets/users.css.scss') 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 -- cgit v1.2.3-54-g00ecf