summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets
diff options
context:
space:
mode:
authorguntasgrewal <guntasgrewal@gmail.com>2014-04-27 23:26:00 -0400
committerguntasgrewal <guntasgrewal@gmail.com>2014-04-27 23:26:00 -0400
commit6cbf08bb7659dc3265b45d05a66170f1c69ce696 (patch)
tree05e4c3c2a1fe430191d5da14a0604214f069aff9 /app/assets/stylesheets
parenta0ac7f939c770a8202f32805b879abd71de91170 (diff)
Alerts now have AJAX. Seeds were changed for tournaments to have sampling methods.
Diffstat (limited to 'app/assets/stylesheets')
-rw-r--r--app/assets/stylesheets/custom.css.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/assets/stylesheets/custom.css.scss b/app/assets/stylesheets/custom.css.scss
index 9e9e63a..b274a0d 100644
--- a/app/assets/stylesheets/custom.css.scss
+++ b/app/assets/stylesheets/custom.css.scss
@@ -24,6 +24,10 @@ header > nav {
}
}
+#alerts-ajax {
+ display: none;
+}
+
.btn-custom-orange {
color: white;
background-color: rgb(255, 69, 0);