PATH:
home
/
lab2454c
/
fcxpro.com
/
wp-content
/
plugins
/
webon-core
/
inc
/
shortcodes
/
button
/
assets
/
css
/
scss
/* ========================================================================== Button shortcode styles ========================================================================== */ .qodef-button { &.qodef-html--link { @include qodefButtonDefaultStyle(); @include qodefButtonSize(); } &.qodef-size--small { @include qodefButtonSize(small); } &.qodef-size--large { @include qodefButtonSize(large); } &.qodef-size--full { width: 100%; text-align: center; } }
[+]
..
[-] _button-default.scss
[edit]