HEX
Server: Apache
System: Linux webd004.cluster130.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64
User: frenchy (106757)
PHP: 7.4.33
Disabled: _dyuweyrj4,_dyuweyrj4r,dl
Upload Files
File: /home/frenchy/refonte2023/wordpress/wp-content/themes/gimont/assets/scss/elementor/_toggle.scss
.elementor-widget-toggle {
	.elementor-toggle {
		.elementor-toggle-item {
			.elementor-tab-title {
				.ova-toggle-title {
					display: flex;
					padding-right: 5px;
				}

				.ova-icon {
					i {
						line-height: 26px;
					}
				}
				
				.ova-before-title {
					position: relative;

					&:before {
						position: absolute;
						content: "";
						width: 4px;
						height: 24px;
						top: 50%;
						left: -12px;
						margin-top: -12px;
						background-color: var(--secondary);
					}
				}

				.ova-boxes-icon {
					display: inline-flex;
					align-items: center;
					justify-content: center;
					width: 28px;
					height: 28px;
					background-color: #E9E9E9;
					border-radius: 2px;

					i {
						vertical-align: middle;
					}
				}
			}
		}
	}
}