Skip to content

Instantly share code, notes, and snippets.

@Klerith
Created October 20, 2021 21:37
Show Gist options
  • Select an option

  • Save Klerith/3e853217bd73f856cd039bf6c7876557 to your computer and use it in GitHub Desktop.

Select an option

Save Klerith/3e853217bd73f856cd039bf6c7876557 to your computer and use it in GitHub Desktop.
Archivo de CSS de un componente personalizado
.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;
}
@ArmandoEnrique1010K

Copy link
Copy Markdown

Gracias

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment