summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--web-ui/app/scss/style-guide.scss12
1 files changed, 12 insertions, 0 deletions
diff --git a/web-ui/app/scss/style-guide.scss b/web-ui/app/scss/style-guide.scss
index 95f6f789..18232a7a 100644
--- a/web-ui/app/scss/style-guide.scss
+++ b/web-ui/app/scss/style-guide.scss
@@ -15,6 +15,18 @@ ul li {
display: inline;
}
+ul.left, ul.right {
+ padding: 12px;
+ margin-bottom: 0px;
+ font-weight: bold;
+}
+
+ul.right {
+ li {
+ margin: 8px;
+ }
+}
+
section.guide-section {
display: block;
height: 300px;