PATH:
home
/
lab2454c
/
fcxpro.com
/
wp-content
/
plugins
/
webon-core
/
inc
/
shortcodes
/
video-button
/
assets
/
css
/
scss
/* ========================================================================== Video Button shortcode start styles ========================================================================== */ .qodef-video-button { position: relative; display: inline-block; vertical-align: middle; .qodef-m-play { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1; display: flex; align-items: center; justify-content: center; color: $heading-color; font-size: 28px; line-height: 1; span { display: block; margin-left: 2px; line-height: inherit; &:before { position: relative; display: block; left: 2px; line-height: inherit; } } } } /* ========================================================================== Video Button shortcode end styles ========================================================================== */
[-] _video-button-default.scss
[edit]
[+]
..