summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabriel Albo <gabriel@albo.com.br>2014-08-18 11:18:23 -0300
committerGabriel Albo <gabriel@albo.com.br>2014-08-18 11:18:37 -0300
commit98be229b62af5066f2ced14e2f8c151069cec1d3 (patch)
treec96227b2ec0f3f3cbeea8db4c74b0e4ff465ba8e
parent30cf5f32dd7efbeba77586dc28a6b4cac97ea838 (diff)
Vertically aligning the list items on the style guide header
-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;