rf-web/_sass/layouts/page-with-header.scss
2020-03-26 19:45:25 +01:00

18 lines
253 B
SCSS

#rf-logo-wrapper {
transition: all 0.8s ease-in-out;
&.hidden {
opacity: 0.0001;
margin-top: -100px;
}
.rf-logo {
margin: $size-64 0 $size-64 $size-32;
@include touch {
max-width: 90%;
margin-left: 5%;
}
}
}