GIF94;
| Path : /var/www/wordpress/wp-content/plugins/breakdance-elements-for-oxygen/elements/Breadcrumbs/ |
| Current File : /var/www/wordpress/wp-content/plugins/breakdance-elements-for-oxygen/elements/Breadcrumbs/css.twig |
%%SELECTOR%% {
--bde-breadcrumbs-space: {{ design.breadcrumbs.space_between.style }};
{{ macros.spacing_margin_y(design.spacing) }}
width: {{ design.container.width.style }};
background-color: {{ design.container.background }};
{{ macros.spacing_padding_all(design.container.padding) }}
{{ macros.borders(design.container.borders) }}
justify-content: {{ design.container.content_alignment }};
}
%%SELECTOR%% {
{{ macros.typography(design.typography.text, globalSettings) }}
}
%%SELECTOR%% a {
{{ macros.typography(design.typography.text, globalSettings) }}
{{ macros.typography(design.typography.links, globalSettings) }}
}
%%SELECTOR%% a:hover {
{{ macros.typographyWithHoverableColorAndEffects(design.typography.links) }}
}
%%SELECTOR%% .separator {
{{ macros.typography(design.typography.separator, globalSettings) }}
}