?? GreyFile — Mystic File Browser

Current path: home/webdevt/www/cryptoimpot.fr/wp-content/themes/blocksy/static/sass/frontend/5-modules/share-box/



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

?? Viewing: share-box-1.scss

.ct-share-box[data-type="type-1"] {

	> div {
		display: grid;
		grid-template-columns: repeat(auto-fit, minmax(50px, 1fr));
		border-top: var(--theme-border);
		border-inline-start: var(--theme-border);
	}

	a {
		border-inline-end: var(--theme-border);
		border-bottom: var(--theme-border);
	}

	.ct-icon-container {
		min-height: 50px;
		padding: 10px 0;
	}
}


??

??