summaryrefslogtreecommitdiff
path: root/app/assets
diff options
context:
space:
mode:
authorguntasgrewal <guntasgrewal@gmail.com>2014-03-04 17:44:40 -0500
committerguntasgrewal <guntasgrewal@gmail.com>2014-03-04 17:44:40 -0500
commit489a9f7291b6b7c1143bb482f637020d82f944d5 (patch)
tree7b9e7f1aba5e7d472f9ea270762246911bd3cff8 /app/assets
parent4050ce81532a65883cbadbfc17c21d05d67061ba (diff)
Buttons fixed
Diffstat (limited to 'app/assets')
-rw-r--r--app/assets/stylesheets/custom.css.scss21
-rw-r--r--app/assets/stylesheets/scaffolds.css.scss4
2 files changed, 19 insertions, 6 deletions
diff --git a/app/assets/stylesheets/custom.css.scss b/app/assets/stylesheets/custom.css.scss
index a8a8e68..faecdce 100644
--- a/app/assets/stylesheets/custom.css.scss
+++ b/app/assets/stylesheets/custom.css.scss
@@ -4,7 +4,20 @@ header > nav {
@extend .navbar;
@extend .navbar-inverse;
color: white;
-}
-header > nav > #log-buttons{
- margin-top: 8px;
-}
+
+ #log-buttons {
+ margin-top: 8px;
+ }
+ .signup {
+ @extend .btn;
+ @extend .btn-success;
+ }
+ .signin {
+ @extend .btn;
+ @extend .btn-info;
+ }
+ .signout {
+ @extend .btn;
+ @extend .btn-danger;
+ }
+ } \ No newline at end of file
diff --git a/app/assets/stylesheets/scaffolds.css.scss b/app/assets/stylesheets/scaffolds.css.scss
index 39b6845..252cb2b 100644
--- a/app/assets/stylesheets/scaffolds.css.scss
+++ b/app/assets/stylesheets/scaffolds.css.scss
@@ -25,10 +25,10 @@ pre {
a {
color: #000;
&:visited {
- color: #666;
+ color: white;
}
&:hover {
- color: #000;
+ color: white;
text-decoration: none;
}
}