summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/themes/ui_mars.scss
blob: d40a02206e743a7552772717218a2ab32523a601 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
/**
 * This file represent some UI that can be changed
 * during web app restyle or theme select.
 *
 * Next items should be placed there
 * - link colors
 * - header restyles
 *
 */
.ui_mars {
  /*
   *  Application Header
   *
   */
  header {
    @extend .header-dark;
    &.navbar-gitlab {
      .navbar-inner {
        background: #474D57;
        border-bottom: 1px solid #373D47;
        .app_logo {
          &:hover {
            background-color: #373D47;
          }
        }
        .nav > li > a { color: #AAA; }
      }
    }
    .turbolink-spinner {
      color: #FFF;
    }

    .separator {
      background: #31363E;
      border-left: 1px solid #666;
    }
  }

  .main-nav {
    background: #f5f5f5;
  }
}