summaryrefslogtreecommitdiff
path: root/web-ui/app/scss/style-guide.scss
diff options
context:
space:
mode:
Diffstat (limited to 'web-ui/app/scss/style-guide.scss')
-rw-r--r--web-ui/app/scss/style-guide.scss29
1 files changed, 29 insertions, 0 deletions
diff --git a/web-ui/app/scss/style-guide.scss b/web-ui/app/scss/style-guide.scss
new file mode 100644
index 00000000..95f6f789
--- /dev/null
+++ b/web-ui/app/scss/style-guide.scss
@@ -0,0 +1,29 @@
+@import "compass/css3";
+
+body {
+ display: block;
+ overflow: scroll !important;
+}
+
+nav {
+ height: 50px;
+ background-color: #3e3a37;
+ color: white;
+}
+
+ul li {
+ display: inline;
+}
+
+section.guide-section {
+ display: block;
+ height: 300px;
+
+ &:nth-child(even) {
+ background: white
+ }
+
+ &:nth-child(odd) {
+ background: #E5E5E3
+ }
+}