...
$style : 'option-a', 'option-b'| Swaps between a dropshadow or flat design for the page body [default: 'option-a']
$cardcontainerbg: hex | Sets the background color of the card container [default: #fff]
$pagebackground: hex | Sets the background color of the page [default: #f7f3f0]
$reversetoolbarcolors: ‘true’, ‘false’ | Inverts the toolbar colors, making the background white, and the text and icons the primary color defined in the _colors.scss for the theme. [default: ‘false’]
Code Block |
---|
@include body-style(
$style: 'option-b',
$cardcontainerbg: #42c2de,
$pagebackground: #4083ce,
$reversetoolbarcolors
); |
...
Simple Header
Configures the simple header for the site if enabled and configures the logo sizing for the checkout pages.
...