aboutsummaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/application/_debug.scss
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/stylesheets/application/_debug.scss')
-rw-r--r--app/assets/stylesheets/application/_debug.scss12
1 files changed, 12 insertions, 0 deletions
diff --git a/app/assets/stylesheets/application/_debug.scss b/app/assets/stylesheets/application/_debug.scss
new file mode 100644
index 0000000..75b1988
--- /dev/null
+++ b/app/assets/stylesheets/application/_debug.scss
@@ -0,0 +1,12 @@
+/*
+ DEBUG
+*/
+
+#debug {
+ position: fixed;
+ bottom: 0;
+ left: 0;
+ padding: 0.5rem;
+ background-color: rgba(255,0,0,0.5);
+ color: white;
+}