Skip to content

Instantly share code, notes, and snippets.

@jamesslock
Created January 7, 2015 16:53
Show Gist options
  • Save jamesslock/b7635b25c2d462867fde to your computer and use it in GitHub Desktop.
Save jamesslock/b7635b25c2d462867fde to your computer and use it in GitHub Desktop.
.section-header {
position: relative;
margin-bottom: $padding-base-vertical;
@extend %clearfix;
&:before {
content: '';
z-index: 10;
position: absolute;
left: 0;
top: 50%;
height: 1px;
width: 100%;
background: darken($gray-light, 10%);
}
.section-title {
z-index: 20;
position: relative;
display: block;
float: left;
padding-right: $padding-base-horizontal;
background: $base-background-color;
}
}
.section-header__actions {
z-index: 20;
position: relative;
float: right;
padding-left: $padding-base-horizontal;
background: $base-background-color;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment