@randstad-design/orbit-multitheme
Version:
multitheme Front-end code based on Randstad Human Forward components
40 lines (33 loc) • 879 B
CSS
.show-more {
text-align: center; }
.show-more__indicator {
margin-left: auto;
margin-right: auto;
max-width: 325px; }
.section-separator {
padding: 20px 0;
position: relative;
text-align: center; }
.section-separator--border:before {
content: '';
height: 1px;
left: 50%;
position: absolute;
top: calc(50% + 1px);
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
width: 100%;
z-index: 1; }
.section-separator--border span {
padding: 0 10px;
position: relative;
z-index: 2; }
.section-separator {
color: #2e2e2e; }
.bg-brand--white .section-separator--border span {
background: #fff; }
.bg-brand--light-grey .section-separator--border span {
background: #f8f8f8; }
.section-separator--border:before {
background: #e2e2e2; }
/*# sourceMappingURL=show-more.css.map */