.topbar, .Topbar { z-index: $zIndex-5; background-color: $color-green; position: fixed; top: 0; left: 0; right: 0; border-bottom: 1px solid $color-green-light; } .topbar-inner, .Topbar-inner { height: $height-topbar; } .Topbar--inverted { background-color: #fff; border-bottom: 1px solid $color-gray-light; }