debian-mirror-gitlab/app/assets/stylesheets/pages/settings_ci_cd.scss

23 lines
285 B
SCSS
Raw Normal View History

2017-08-17 22:00:37 +05:30
.triggers-container {
.label-container {
display: inline-block;
margin-left: 10px;
}
}
2021-01-03 14:25:43 +05:30
.trigger-description {
max-width: 100px;
}
2017-08-17 22:00:37 +05:30
.trigger-actions {
white-space: nowrap;
.btn {
margin-left: 10px;
}
}
2018-03-17 18:26:18 +05:30
2018-11-08 19:23:39 +05:30
.auto-devops-card {
margin-bottom: $gl-vert-padding;
}