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

23 lines
286 B
SCSS
Raw Normal View History

2017-08-17 22:00:37 +05:30
.triggers-container {
.label-container {
display: inline-block;
margin-left: 10px;
}
}
.trigger-actions {
white-space: nowrap;
.btn {
margin-left: 10px;
}
}
2018-03-17 18:26:18 +05:30
.registry-placeholder {
min-height: 60px;
}
2018-11-08 19:23:39 +05:30
.auto-devops-card {
margin-bottom: $gl-vert-padding;
}