Created
July 30, 2024 10:03
-
-
Save karkranikhil/de6efa02df624b369cab2fdeb754edb7 to your computer and use it in GitHub Desktop.
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
| 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