environments.scss 416 Bytes
Newer Older
1
.environments {
Annabel Dunstone's avatar
Annabel Dunstone committed
2

3 4 5
  .commit-title {
    margin: 0;
  }
Annabel Dunstone's avatar
Annabel Dunstone committed
6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21

  .fa-play {
    font-size: 14px;
  }

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

  .dropdown-menu {

    .fa {
      margin-right: 6px;
      color: $table-text-gray;
    }
  }
22 23 24 25 26 27 28 29 30 31 32 33 34

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

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

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