Your IP : 216.73.216.95


Current Path : /var/www/mainsite/wp-content/themes/maxcoach/assets/scss/elementor/widgets/
Upload File :
Current File : /var/www/mainsite/wp-content/themes/maxcoach/assets/scss/elementor/widgets/_shapes.scss

.maxcoach-shape {
	.shape {
		width: 200px;
		color: #111;
	}

	svg {
		width: 100%;
		height: auto;
	}
}

.maxcoach-shape-circle {
	.shape {
		width: 50px;
		height: 50px;
		border-radius: 50%;
		background: currentColor;
	}
}

.maxcoach-shape-border-circle {
	.shape {
		width: 50px;
		height: 50px;
		border-radius: 50%;
		border: 3px solid currentColor;
	}
}