Skip to content

Commit

Permalink
Refactor tri-circle-loader styling rule under slate.
Browse files Browse the repository at this point in the history
  • Loading branch information
srph committed Nov 12, 2015
1 parent 87abfa5 commit 75f7325
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
6 changes: 3 additions & 3 deletions docs/dist/style.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion styles/components/_slate.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,12 @@

> .icon:first-child {
display: block;
}

> .icon:first-child,
> .tri-circle-loader:first-child {
margin-bottom: $spacer-large;
}

> *:last-child { margin-bottom: 0; }
> .tri-circle-loader { margin-bottom: $spacer-large; }
}

0 comments on commit 75f7325

Please sign in to comment.