Skip to content

Commit

Permalink
feat(divider): add horizontal divider alignment variation
Browse files Browse the repository at this point in the history
  • Loading branch information
ColinFrick authored and Sean committed Apr 8, 2019
1 parent 6d64aa7 commit 1981277
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions src/definitions/elements/divider.less
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,26 @@
vertical-align: middle;
}

/*--------------
Header
---------------*/
.ui.horizontal.divider[class*="left aligned"] {
&:before {
display: none;
}
&:after {
width: 100%;
}
}
.ui.horizontal.divider[class*="right aligned"] {
&:before {
width: 100%;
}
&:after {
display: none;
}
}

/*******************************
Variations
*******************************/
Expand Down

0 comments on commit 1981277

Please sign in to comment.