Created
October 20, 2021 21:37
-
-
Save Klerith/3e853217bd73f856cd039bf6c7876557 to your computer and use it in GitHub Desktop.
Archivo de CSS de un componente personalizado
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
| .label { | |
| font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif; | |
| } | |
| .normal { | |
| font-size: 14px; | |
| } | |
| .h1 { | |
| font-size: 30px; | |
| } | |
| .h2 { | |
| font-size: 25px; | |
| } | |
| .h3 { | |
| font-size: 20px; | |
| } | |
| .text-primary { | |
| color: #3d5a80; | |
| } | |
| .text-secondary { | |
| color: #98c1d9; | |
| } | |
| .text-tertiary { | |
| color: #ee6c4d; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Gracias