BigW Consortium Gitlab

ui_basic.scss 466 Bytes
Newer Older
1
/**
2 3
 * This file represent some UI that can be changed
 * during web app restyle or theme select.
4 5
 *
 */
6
.ui_basic {
7 8 9 10 11 12 13 14 15 16 17 18 19 20
  header {
    &.navbar-gitlab {
      .navbar-inner {
        background: #F1F1F1;
        border-bottom: 1px solid #DDD;
        .nav > li > a {
          color: $style_color;
        }
        .separator {
          background: #F9F9F9;
          border-left: 1px solid #DDD;
        }
      }
    }
21
  }
22 23 24
  .main-nav {
    background: #FFF;
  }
25
}