body.sessions-new, body.static-index { header { @extend .mdl-color--white; @extend .mdl-color-text--black; z-index: 50; margin: 0 !important; .mdl-layout-title { color: rgba(0, 0, 0, 0.87) !important; opacity: 0.87; font-weight: 700; } .mdl-navigation { .mdl-navigation__link { @extend .mdl-typography--text-uppercase; background-color: transparent !important; border-bottom: 4px solid transparent; color: rgba(0, 0, 0, 0.87); display: inline-block; font-weight: 700; height: 60px; line-height: 68px; &:hover { border-bottom: 4px solid unquote("rgb(#{$palette-indigo-500})"); } } } } .mdl-layout__content { display: flex; justify-content: center; } }