summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/custom.css.scss
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/stylesheets/custom.css.scss')
-rw-r--r--app/assets/stylesheets/custom.css.scss21
1 files changed, 17 insertions, 4 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