summaryrefslogtreecommitdiff
path: root/web-ui/app/scss
diff options
context:
space:
mode:
authorGabriel Albo <gabriel@albo.com.br>2014-09-02 20:50:38 -0300
committerGabriel Albo <gabriel@albo.com.br>2014-09-02 20:50:38 -0300
commitb3595f70fd50575655eabb4a82f51a2885566712 (patch)
treeb9af5928c34d72d3e3b4b61c2da56bb3c0c3e096 /web-ui/app/scss
parentb5760a9313e2007ab6785344c8b7f6aab79c6ff0 (diff)
Adding icons section and removing (currently) empty components section on the style guide
Diffstat (limited to 'web-ui/app/scss')
-rw-r--r--web-ui/app/scss/style-guide.scss10
1 files changed, 9 insertions, 1 deletions
diff --git a/web-ui/app/scss/style-guide.scss b/web-ui/app/scss/style-guide.scss
index 689f32a2..7370aac6 100644
--- a/web-ui/app/scss/style-guide.scss
+++ b/web-ui/app/scss/style-guide.scss
@@ -69,13 +69,16 @@ ul.right {
section.guide-section {
display: block;
height: 100%;
- min-height: 666px;
overflow-y: auto;
padding: 66px 32px;
&:nth-child(even) {
background-color: $top_pane;
}
+
+ &:last-child {
+ min-height: 666px;
+ }
}
.color-card {
@@ -131,4 +134,9 @@ ul.typography li h2 {
ul.headers-and-sizes {
margin: 20px 100px 0 0;
display: inline-block;
+}
+
+section#icons i {
+ font-size: xx-large;
+ margin-right: 20px;
} \ No newline at end of file