Merge branch 'feature/scope_product_detail' into 'develop'
scope modification for product detail molecule See merge request BPHV_MIPS/mvm_core_ui!657
This commit is contained in:
commit
cd680ee190
@ -50,25 +50,25 @@ open class HeadlineBody: View {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
func styleLandingPageHeader() {
|
public func styleLandingPageHeader() {
|
||||||
headlineLabel.setFontStyle(.Title2XLarge)
|
headlineLabel.setFontStyle(.Title2XLarge)
|
||||||
messageLabel.setFontStyle(.RegularBodySmall)
|
messageLabel.setFontStyle(.RegularBodySmall)
|
||||||
spaceBetweenLabelsConstant = Padding.Two
|
spaceBetweenLabelsConstant = Padding.Two
|
||||||
}
|
}
|
||||||
|
|
||||||
func stylePageHeader() {
|
public func stylePageHeader() {
|
||||||
headlineLabel.setFontStyle(.BoldTitleLarge)
|
headlineLabel.setFontStyle(.BoldTitleLarge)
|
||||||
messageLabel.setFontStyle(.RegularBodySmall)
|
messageLabel.setFontStyle(.RegularBodySmall)
|
||||||
spaceBetweenLabelsConstant = Padding.One
|
spaceBetweenLabelsConstant = Padding.One
|
||||||
}
|
}
|
||||||
|
|
||||||
func styleListItem() {
|
public func styleListItem() {
|
||||||
headlineLabel.setFontStyle(.BoldBodySmall)
|
headlineLabel.setFontStyle(.BoldBodySmall)
|
||||||
messageLabel.setFontStyle(.RegularBodySmall)
|
messageLabel.setFontStyle(.RegularBodySmall)
|
||||||
spaceBetweenLabelsConstant = 0
|
spaceBetweenLabelsConstant = 0
|
||||||
}
|
}
|
||||||
|
|
||||||
func styleListItemDivider() {
|
public func styleListItemDivider() {
|
||||||
headlineLabel.setFontStyle(.BoldTitleMedium)
|
headlineLabel.setFontStyle(.BoldTitleMedium)
|
||||||
messageLabel.setFontStyle(.RegularBodySmall)
|
messageLabel.setFontStyle(.RegularBodySmall)
|
||||||
spaceBetweenLabelsConstant = 0
|
spaceBetweenLabelsConstant = 0
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user