13 lines
172 B
SCSS
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;
|
|
}
|
|
} |