File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed
force-app/nksHomePage/lwc
nksHomePageHighlightPanelTop Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 11.container {
22 background-color : # 335f67 ;
3+ border-bottom : solid 0.0625rem # 75aeb6 ;
34 display : flex;
45 align-items : center;
56 justify-content : center;
Original file line number Diff line number Diff line change 1212}
1313
1414.title {
15- font-size : 1.17 rem ;
15+ font-size : 1.075 rem ;
1616 font-weight : 600 ;
17- color : black ;
17+ color : # 03234d ;
1818}
1919
2020.summary {
Original file line number Diff line number Diff line change 1515 < h2 class ="slds-text-heading_medium slds-truncate "> {cardTitle}</ h2 >
1616 </ div >
1717 </ div >
18- < p class =" slds-var-p-horizontal_medium " >
18+ < p >
1919 < lightning-formatted-rich-text value ={information} > </ lightning-formatted-rich-text >
2020 </ p >
2121 </ section >
@@ -37,7 +37,7 @@ <h2 class="slds-text-heading_medium slds-truncate">{cardTitle}</h2>
3737 < h2 class ="slds-text-heading_medium slds-truncate "> {cardTitle}</ h2 >
3838 </ div >
3939 </ div >
40- < p class =" slds-var-p-horizontal_medium " >
40+ < p >
4141 < lightning-formatted-rich-text value ={information} > </ lightning-formatted-rich-text >
4242 </ p >
4343 < div class ="slds-var-p-top_small ">
@@ -95,7 +95,7 @@ <h2 class="slds-card__header-title slds-truncate">{cardTitle}</h2>
9595 </ template >
9696 </ div >
9797 < template lwc:if ={information} >
98- < p class =" slds-var-p-horizontal_medium " >
98+ < p >
9999 < lightning-formatted-rich-text value ={information} > </ lightning-formatted-rich-text >
100100 </ p >
101101 < template lwc:if ={hasOpeningHours} >
You can’t perform that action at this time.
0 commit comments