PATH:
home
/
lab2454c
/
fcxpro.com
/
wp-content
/
plugins
/
webon-core
/
inc
/
shortcodes
/
tabs
/
assets
/
css
/
scss
/* ========================================================================== Tabs shortcode styles ========================================================================== */ .qodef-tabs { @include qodefRelativeLayout(); visibility: hidden; &.qodef--init { visibility: visible; } .qodef-tabs-navigation { margin: 0; padding: 0; list-style: none; .qodef-tab-underline { position: absolute; left: 0; bottom: 0; margin: 0; height: 1px; transition: width .4s,left .6s cubic-bezier(.25,.1,.11,.99); background-color: $heading-color; pointer-events: none; } } .qodef-tabs-content { @include qodefRelativeLayout(); p { margin: 0; } } }
[-] _tabs-default.scss
[edit]
[+]
..