HEX
Server: Apache
System: Linux webm013.cluster123.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: lesanew (165608)
PHP: 8.3.31
Disabled: _dyuweyrj4,_dyuweyrj4r,dl
Upload Files
File: /home/lesanew/www/wp-content/plugins/neobeat-core/inc/header/assets/css/scss/_logo-default.scss
/* Logo style - start */

#qodef-page-header {
	
	.qodef-header-logo-link {
		
		img {

			&.qodef--main {
				opacity: 1;
			}
			
			&.qodef--dark,
			&.qodef--light {
				opacity: 0;
			}
			
			&:not(.qodef--main) {
				position: absolute;
				top: 50%;
				left: 0;
				transform: translateY(-50%);
			}
		}

		.qodef-header--light:not(.qodef-fullscreen-menu--opened):not(.qodef-header--sticky-display) & {
			.qodef--light {
				opacity: 1;
			}

			.qodef--dark,
			.qodef--main {
				opacity: 0;
			}
		}

		.qodef-header--dark & {
			.qodef--dark {
				opacity: 1;
			}

			.qodef--light,
			.qodef--main {
				opacity: 0;
			}
		}
	}

	.qodef-header-logo-image.qodef--customizer{
		max-height: 100%;
		width: auto;
		margin-right: auto;
	}
}

/* Logo style - end */