HEX
Server: Apache
System: Linux webm020.cluster128.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
User: thanexcelr (29537)
PHP: 7.3.33
Disabled: _dyuweyrj4,_dyuweyrj4r,dl
Upload Files
File: /home/thanexcelr/www/wp-content/themes/spacious/inc/elementor/assets/SCSS/modules/_counter.scss
.counter {
	text-align: center;
	
	.counter__icon {
		color: $color-brand-primary;
		font-size: 40px;
	}
	
	.counter__number {
		position: relative;
		margin: 20px 0 25px;
		color: $color-gray-darker;
		font-weight: 300;
		font-size: 66px;
		line-height: 66px;
		padding-bottom: 10px;
		
		&::before {
			content: '';
			position: absolute;
			width: 40px;
			height: 2px;
			right: 0;
			bottom: -10px;
			left: 0;
			margin: 0 auto;
			background: $color-brand-primary;
		}
	}
	
	.counter__title {
		color: $color-gray-light;
		display: block;
	}
}