summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/pages/settings_ci_cd.scss
blob: 239123fc3ab2c57b8efa96f8bf4c4304b3c9e14d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
.triggers-container {
  .label-container {
    display: inline-block;
    margin-left: 10px;
  }
}

.trigger-actions {
  white-space: nowrap;

  .btn {
    margin-left: 10px;
  }
}

.registry-placeholder {
  min-height: 60px;
}

.auto-devops-card {
  margin-bottom: $gl-vert-padding;
}