summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/pages/environments.scss
blob: bf86363268995d583c45701f0bc17556067b7b1d (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
.environments {
  .deployment-column {
    .avatar {
      float: none;
    }
  }

  .commit-title {
    margin: 0;
  }

  .icon-play {
    height: 13px;
    width: 12px;
  }

  .dropdown-new {
    color: $table-text-gray;
  }

  .dropdown-menu {

    .fa {
      margin-right: 6px;
      color: $table-text-gray;
    }
  }

  .build-link,
  .branch-name {
    color: $gl-dark-link-color;
  }
}

.table.builds.environments {
  min-width: 500px;

  .icon-container {
    width: 20px;
    text-align: center;
  }
}