Skip to content

Commit

Permalink
Merge pull request #1098 from bcgov/EDRD-379-Defectfix
Browse files Browse the repository at this point in the history
EDRD-379 Cosmetic changes
  • Loading branch information
Sumancdey authored Jan 12, 2024
2 parents 4449222 + cea2d18 commit f923a83
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,13 @@
<lightning-input label="Birthdate" value={Birthdate} disabled></lightning-input>
</div>
</br>
<footer class="slds-modal__footer" style="background-color: white;">
<lightning-button class="slds-button_neutral" label="Previous" onclick={handleBack} style="margin-right: 5px;"> </lightning-button>
<lightning-button class="slds-button_brand" label="Next" onclick={handleNext} variant="brand"></lightning-button>
</footer>
<footer lwc-7g95h202aim="" class="slds-scope footerContainer slds-grid slds-grid_align-spread">
<div class="navigation-bar__spacer" lwc-7g95h202aim="">
<div lwc-7g95h202aim="" class="slds-col slds-size_1-of-1 slds-text-align_right">
<lightning-button class="slds-button_neutral" label="Previous" onclick={handleBack} style="margin-right: 5px;"></lightning-button>
<lightning-button class="slds-button_brand" label="Next" onclick={handleNext} variant="brand"></lightning-button>
</div>
</div>
</footer>
</lightning-card>
</template>
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ handleRemoveResults(){
this.Name = '';
this.AccountId = '';
this.accountPHN = '';
this.patientPHN = '';
this.messageResult = false;
this.resultLength = 0;
this.showRemoveButton = false;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,13 @@
<lightning-input label="Provider Name" value={Name} disabled></lightning-input>
</div>
</br>
<footer class="slds-modal__footer" style="background-color: white;">
<lightning-button class="slds-button_neutral" label="Previous" onclick={handleBack} style="margin-right: 5px;"> </lightning-button>
<lightning-button class="slds-button_brand" label="Next" onclick={handleNext} variant="brand"></lightning-button>
</footer>
<footer lwc-7g95h202aim="" class="slds-scope footerContainer slds-grid slds-grid_align-spread">
<div class="navigation-bar__spacer" lwc-7g95h202aim="">
<div lwc-7g95h202aim="" class="slds-col slds-size_1-of-1 slds-text-align_right">
<lightning-button class="slds-button_neutral" label="Previous" onclick={handleBack} style="margin-right: 5px;"></lightning-button>
<lightning-button class="slds-button_brand" label="Next" onclick={handleNext} variant="brand"></lightning-button>
</div>
</div>
</footer>
</lightning-card>
</template>

0 comments on commit f923a83

Please sign in to comment.