diff --git a/list.scss b/list.scss index 8270b5a..b4d6f2c 100644 --- a/list.scss +++ b/list.scss @@ -17,17 +17,17 @@ ul.boxed { padding: 5px; @include border-radius(3px); border: 1px solid $content-border-color; -} -ul.boxed li { - margin: 5px 0 5px 0; + li { + margin: 5px 0 5px 0; - &:first-child { - margin-top: 0; - } + &:first-child { + margin-top: 0; + } - &:last-child { - margin-bottom: 0; + &:last-child { + margin-bottom: 0; + } } } @@ -42,14 +42,14 @@ ul.h-list li { padding: 0; border-spacing: 0; border-collapse: collapse; -} - -.bullet-list td:first-child { - padding-right: 20px; -} - -.bullet-list span { - margin-right: 5px; + + td:first-child { + padding-right: 20px; + } + + span { + margin-right: 5px; + } } .bullet { @@ -58,8 +58,8 @@ ul.h-list li { border-radius: 30px; background: #ccc; display: inline-block; + + &.active { + background: #000; + } } - -.bullet.active { - background: #000; -} \ No newline at end of file