?? GreyFile — Mystic File Browser

Current path: home/webdevt/www/cryptoimpot.fr/wp-content/themes/blocksy/static/sass/frontend/8-integrations/



?? Go up: /home/webdevt/www/cryptoimpot.fr/wp-content/themes/blocksy/static/sass/frontend

?? Viewing: page-scroll-to-id.scss

nav[class*="menu"] {

	li > a.ct-highlight {
		color: var(--theme-link-active-color, var(--theme-link-hover-color));
	}
}

[data-menu*="type-2"] > ul > li > a.ct-highlight {
	--menu-indicator-opacity: 1;
}

[data-menu="type-2:left"] > ul > li > a.ct-highlight,
[data-menu="type-2:center"] > ul > li > a.ct-highlight {
	--menu-indicator-width: calc(100% - var(--menu-items-spacing, 25px));
}

[data-menu*="type-3"] > ul > li > a.ct-highlight {
	background-color: var(--menu-indicator-active-color, var(--theme-palette-color-2));
}

[data-menu*="type-4"] > ul > li > a.ct-highlight {
	&:before, &:after {
		--menu-indicator-y-position: 0px;
		opacity: 1;
	}
}


??

??