Skip to content

Instantly share code, notes, and snippets.

@chadclark
Created January 24, 2017 17:45
Show Gist options
  • Save chadclark/a53a17de0dbe36925a77a373beccbd9c to your computer and use it in GitHub Desktop.
Save chadclark/a53a17de0dbe36925a77a373beccbd9c to your computer and use it in GitHub Desktop.
#fields .field:not(:last-child):after {
background-color: #e3e5e8;
content: '';
display: block;
height: 1px;
margin-top: 32px;
position: relative;
left: -24px;
width: calc(100% + 48px);
}
#fields .matrix .field:after,
#fields .input .field:after
{
display: none;
height: 0;
margin: 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment