Created
April 20, 2017 16:53
-
-
Save Xanir/2eabc09a5b2031352bb05c374ab93381 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.label-value-group { | |
display: table; | |
margin: 0 2rem; | |
border-collapse: separate; | |
border-spacing: 0 1em; | |
} | |
.label-value-pair { | |
display: table-row; | |
> * { | |
display: table-cell; | |
vertical-align: top; | |
} | |
> *:first-child { | |
text-align: right; | |
padding-right: 1rem; | |
border-right: 1px solid #ccc; | |
} | |
> *:last-child { | |
text-align: left; | |
padding-left: 1rem; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment