| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647 |
- #
- # Theme setup
- #
- #
- # SCSS variables
- #
- plugin.tx_wsscss.variables {
- #
- # Bootstrap
- #
- #
- # Base colors
- #
- primary = {$theme.bootstrap.primary}
- secondary = {$theme.bootstrap.secondary}
- success = {$theme.bootstrap.success}
- info = {$theme.bootstrap.info}
- warning = {$theme.bootstrap.warning}
- danger = {$theme.bootstrap.danger}
- light = {$theme.bootstrap.light}
- dark = {$theme.bootstrap.dark}
- #
- # Body colors
- #
- body-bg = {$theme.bootstrap.bodyBg}
- body-color = {$theme.bootstrap.bodyColor}
- }
- #
- # Fluid styled content settings
- #
- lib.contentElement.settings {
- #
- # Additional settings
- #
- borderStrength = {$theme.bootstrap.borderStrength}
- borderRounded = {$theme.bootstrap.borderRounded}
- }
|