File: /home/ondernemer/public_html/wp-content/themes/dt-the7/css/dynamic-less/shortcodes/fancy-media.less
/* #Fancy media
========================================================================= */
.borderstyle (@br-width: 5px) {
border-width: @br-width;
}
.borderframe .shortcode-single-image {
.transparent-border-mixin;
}
.shortcode-single-caption {
.text-normal;
.color-base-transparent;
}
.borderframe.br-standard .shortcode-single-image {
.solid-bg-mixin;
.shadow-decoration;
.outline-decoration;
}
/* #Teasers
========================================================================= */
.frame-on {
.transparent-border-mixin;
}
.frame-on.frame-fancy {
.outline-decoration;
.solid-bg-mixin;
.shadow-decoration;
}
.rollover-icon {
.shortcode-single-image-wrap & {
color: var(--the7-accent-color);
border-color: var(--the7-accent-color);
.dt-icon-bg-on& {
background-color: var(--the7-accent-color);
.accent-gradient & {
.background-gradient (@startColor: @accent-bg-color, @endColor: @accent-bg-color-2);
}
}
}
}