Skip to content

Commit

Permalink
Update docs styles
Browse files Browse the repository at this point in the history
  • Loading branch information
YaroslavShapoval committed May 25, 2015
1 parent a0bead4 commit 31ee85f
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions app/sass/docs.scss
Original file line number Diff line number Diff line change
@@ -1,18 +1,22 @@
$light-text-color: #fff;
$blocks-bg-color: #0064c2;
$blocks-border-color: #000f21;

.documentation {
max-width: 1000px;
margin: 0 auto;
}

.blocks {
margin: 20px 0;
}
.documentation .blocks {
margin: 20px 0;

.blocks > li {
> li {
margin-top: 5px;
padding: 10px 0;
border: 1px solid $blocks-border-color;
background-color: $blocks-bg-color;
color: $light-text-color;
text-align: center;
background: #0064c2;
border: 1px solid #000f21;
color: white;

&.blocks-item-big {
padding: 40px 0;
Expand Down

0 comments on commit 31ee85f

Please sign in to comment.