rf-web/_sass/layouts/page-with-header.scss

18 lines
253 B
SCSS
Raw Normal View History

2020-02-21 11:44:13 +00:00
#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%;
}
}
}