Files
outline/frontend/components/Divider/Divider.scss
2016-07-24 15:32:31 -07:00

13 lines
172 B
SCSS

.divider {
display: flex;
flex: 1;
justify-content: center;
span {
display: flex;
width: 50%;
margin: 20px 0;
border-bottom: 1px solid #eee;
}
}