Created
July 26, 2015 16:02
-
-
Save lachlanjc/7b983a7495f6cccda121 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
.brt1 { border-radius: .125rem .125rem 0 0; } | |
.brt2 { border-radius: .25rem .25rem 0 0; } | |
.brt3 { border-radius: .5rem .5rem 0 0; } | |
.brt4 { border-radius: 1rem 1rem 0 0; } | |
.brt5 { border-radius: 2rem 2rem 0 0; } | |
.brr1 { border-radius: 0 .125rem .125rem 0; } | |
.brr2 { border-radius: 0 .25rem .25rem 0; } | |
.brr3 { border-radius: 0 .5rem .5rem 0; } | |
.brr4 { border-radius: 0 1rem 1rem 0; } | |
.brr5 { border-radius: 0 2rem 2rem 0; } | |
.brb1 { border-radius: 0 0 .125rem .125rem; } | |
.brb2 { border-radius: 0 0 .25rem .25rem; } | |
.brb3 { border-radius: 0 0 .5rem .5rem; } | |
.brb4 { border-radius: 0 0 1rem 1rem; } | |
.brb5 { border-radius: 0 0 2rem 2rem; } | |
.brl1 { border-radius: .125rem 0 0 .125rem; } | |
.brl2 { border-radius: .25rem 0 0 .25rem; } | |
.brl3 { border-radius: .5rem 0 0 .5rem; } | |
.brl4 { border-radius: 1rem 0 0 1rem; } | |
.brl5 { border-radius: 2rem 0 0 2rem; } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment