stackdot/sketch-preview

View on GitHub
app/modules/nav/styles/nav.scss

Summary

Maintainability
Test Coverage
// Module styling

#navbar-wrapper {
    height: 80px;
}

#navbar {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 3;
    background-color: #fff;
}