<img src="../../images/svgs/logo-adb.svg" class="c-logo" alt="Homepage aeroporto di Bologna">
<img src="{{ path '/images/svgs/logo-adb.svg' }}" class="c-logo" alt="Homepage aeroporto di Bologna">
/* No context defined. */
.c-logo {
.c-toolbar & {
width: 100%;
height: 100%;
max-height: remify(32px);
max-width: remify(120px);
@include min-screen( remify(1024px) ) {
max-height: remify(28px);
max-width: remify(90px);
}
@include min-screen( remify(1080px) ) {
max-height: remify(35px);
max-width: remify(130px);
}
@include min-screen( remify(1240px) ) {
max-height: remify(45px);
max-width: remify(160px);
}
}
.c-toolbar &.c-logo--innovability {
max-height: remify(28px);
max-width: remify(48px);
margin-left: remify(6px);
margin-right: remify(12px);
@include min-screen( remify(1024px) ) {
max-height: remify(28px);
max-width: remify(38px);
margin-left: remify(12px);
}
@include min-screen( remify(1080px) ) {
max-height: remify(35px);
max-width: remify(58px);
margin-left: remify(12px);
}
@include min-screen( remify(1240px) ) {
max-height: remify(45px);
max-width: remify(70px);
margin-left: remify(16px);
}
}
.c-header--progress .c-toolbar & {
max-width: remify(185px);
max-height: remify(185px);
}
}
No notes defined.