Skip to content

Commit

Permalink
feat(styles): smaller splitter
Browse files Browse the repository at this point in the history
  • Loading branch information
sparanoid committed Mar 11, 2016
1 parent 792fdf3 commit 66ca21c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _app/assets/themes/curtana/_less/mixins.less
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
}

.spliter() {
@size: 4px;
@size: 3px;
@color: @text-color;

&::before {
Expand All @@ -50,6 +50,6 @@
margin: 2em auto;
border-radius: 50%;
background: @color;
box-shadow: (@size * 5) 0 0 0 @color, (@size * -5) 0 0 0 @color;
box-shadow: (@size * 8) 0 0 0 @color, (@size * -8) 0 0 0 @color;
}
}

0 comments on commit 66ca21c

Please sign in to comment.