ux: fixed inactive view mode and removed animation

This commit is contained in:
Torkel Ödegaard 2017-12-13 09:49:24 +01:00
parent d85405d5b5
commit d3858d8847

View File

@ -17,29 +17,24 @@
.panel-info-corner--info, .panel-info-corner--info,
.panel-info-corner--links { .panel-info-corner--links {
opacity: 0; opacity: 0;
transition: all 1.5s ease-in-out 1s;
} }
.navbar { .navbar {
box-shadow: none; box-shadow: none;
background: transparent; background: transparent;
padding-left: $side-menu-width + 20px;
} }
.navbar-page-btn { .navbar-page-btn {
border-color: transparent; border-color: transparent;
background: transparent; background: transparent;
transform: translate3d(-40px, 0, 0); transform: translate3d(-40px, 0, 0);
transition: all 1.5s ease-in-out 1s;
i { i {
opacity: 0; opacity: 0;
transition: all 1.5s ease-in-out 1s;
} }
} }
.gf-timepicker-nav-btn { .gf-timepicker-nav-btn {
transform: translate3d(40px, 0, 0); transform: translate3d(40px, 0, 0);
transition: transform 1.5s ease-in-out 1s;
} }
} }