Skip to content

Instantly share code, notes, and snippets.

@arun12209
Created July 3, 2022 14:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save arun12209/67ea54157fbc01ab30373db5524c88a7 to your computer and use it in GitHub Desktop.
Save arun12209/67ea54157fbc01ab30373db5524c88a7 to your computer and use it in GitHub Desktop.
designComponent.css
.para-header-style{
font-weight: bold;
font-family:cursive;
color: darkblue;
font-size: large;
}
.para-style{
font-family:'Times New Roman', Times, serif;
color: rgb(8, 8, 8);
font-size: medium;
}
/* Style button components using lightning design system styling hooks */
:host {
--slds-c-button-brand-color-background: purple;
--slds-c-button-brand-color-border: purple;
/* Other CSS custom properties here */
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment