...
$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]
Code Block |
---|
@include body-style( $style: 'option-b', $cardcontainerbg: #42c2de, $pagebackground: #4083ce ); |
...
Simple Header
Configures the simple header for the site if enabled and configures the logo sizing for the checkout pages.
...