ux: navbar progress

This commit is contained in:
Torkel Ödegaard
2017-12-09 22:45:33 +01:00
parent 1e5983b46c
commit e1440dcc44
7 changed files with 44 additions and 10 deletions

View File

@@ -10,14 +10,19 @@
display: flex;
flex-grow: 1;
border-bottom: 1px solid transparent;
transition: all 300ms ease-in-out;
transition: all 350ms ease-in-out;
}
@mixin navbar-alt-look() {
background: $page-header-bg;
box-shadow: $search-shadow;
border-bottom: $navbarBorder;
}
.dashboard-page--settings-open {
.navbar {
background: $page-header-bg;
box-shadow: $search-shadow;
border-bottom: $navbarBorder;
@include navbar-alt-look();
}
.navbar-buttons--actions,
@@ -31,6 +36,20 @@
}
}
.panel-in-fullscreen {
.navbar {
@include navbar-alt-look();
}
.navbar-buttons--actions {
display: none;
}
.navbar-buttons--close {
display: flex;
}
}
.sidemenu-open {
.navbar {
padding-left: 15px;

View File

@@ -6,7 +6,8 @@
padding: 0;
.tabbed-view-header {
padding: 1.5em 1rem 0 1rem;
padding: 0px 25px;
background: none;
}
}
}