Created
December 12, 2015 16:52
-
-
Save keirbowden/cca6525d67336e679bbe to your computer and use it in GitHub Desktop.
Lightning Component CSS for the Lightning Component Wrapper Class blog post
This file contains hidden or 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
.THIS .cell { | |
padding: 5px 5px 5px 5px; | |
} | |
.THIS .head { | |
padding: 5px 5px 5px 5px; | |
font-weight: bold; | |
} | |
.THIS.big { | |
font-size: 20px; | |
font-weight: bold; | |
padding-left: 3px; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment