gitlab-org--gitlab-foss/app/assets/stylesheets/pages/settings_ci_cd.scss

19 lines
228 B
SCSS
Raw Normal View History

2017-03-07 13:02:56 +00:00
.triggers-container {
.label-container {
display: inline-block;
margin-left: 10px;
}
}
.trigger-actions {
white-space: nowrap;
2017-03-07 13:02:56 +00:00
.btn {
margin-left: 10px;
}
}
2017-09-22 18:12:06 +00:00
.registry-placeholder {
min-height: 60px;
2017-09-25 11:29:55 +00:00
}