Skip to content

Instantly share code, notes, and snippets.

@karkranikhil
Created July 30, 2024 10:03
Show Gist options
  • Select an option

  • Save karkranikhil/de6efa02df624b369cab2fdeb754edb7 to your computer and use it in GitHub Desktop.

Select an option

Save karkranikhil/de6efa02df624b369cab2fdeb754edb7 to your computer and use it in GitHub Desktop.
c-physician-form lightning-input lightning-primitive-input-simple>div{
display: flex;
}
c-physician-form lightning-input lightning-primitive-input-simple>div>label{
color: #27215e !important;
font-size: 15px !important;
font-weight: bold !important;
flex: 0 1 auto !important;
}
c-physician-form lightning-input lightning-primitive-input-simple>div>label>abbr{
float: inline-end !important;
color: #27215e !important;
font-size: 15px !important;
font-weight: bold !important;
}
c-physician-form lightning-input lightning-primitive-input-simple>div>.slds-form-element__control {
padding:0px !important;
}
c-physician-form lightning-input lightning-primitive-input-simple>div>.slds-form-element__control>input{
border-color: #e3e3e3;
background: #f0f0f0;
width: 100%;
border-radius:12px !important;
}
c-physician-form lightning-button button, c-physician-form lightning-button button:hover, c-physician-form lightning-button button:focus, c-physician-form lightning-button button:active {
background: #030273 !important;
border-radius: 12px !important;
border-color: #030273 !important;
min-width: 100px !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment