debian-mirror-gitlab/app/assets/stylesheets/page_bundles/pipeline_schedules.scss

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

69 lines
1.1 KiB
SCSS
Raw Normal View History

2021-01-29 00:20:46 +05:30
@import 'mixins_and_variables_and_functions';
2019-07-31 22:56:46 +05:30
.pipeline-schedule-form {
2017-08-17 22:00:37 +05:30
.gl-field-error {
margin: 10px 0 0;
}
}
.interval-pattern-form-group {
label {
margin-right: 10px;
2018-03-17 18:26:18 +05:30
font-weight: $gl-font-weight-normal;
2017-08-17 22:00:37 +05:30
&[for='custom'] {
margin-right: 0;
}
}
.cron-interval-input-wrapper {
padding-left: 0;
}
.cron-interval-input {
margin: 10px 10px 0 0;
}
}
.pipeline-schedule-table-row {
.branch-name-cell {
max-width: 300px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.next-run-cell {
2021-01-29 00:20:46 +05:30
color: var(--gray-500, $gray-500);
2017-08-17 22:00:37 +05:30
}
a {
2021-01-29 00:20:46 +05:30
color: var(--gl-text-color, $gl-text-color);
2017-08-17 22:00:37 +05:30
}
2018-12-13 13:39:08 +05:30
svg {
vertical-align: middle;
}
2017-08-17 22:00:37 +05:30
}
.pipeline-schedules-user-callout {
.bordered-box.content-block {
2021-01-29 00:20:46 +05:30
border: 1px solid var(--border-color, $border-color);
2017-08-17 22:00:37 +05:30
background-color: transparent;
2021-01-29 00:20:46 +05:30
padding: $gl-spacing-scale-5;
2017-08-17 22:00:37 +05:30
}
}
.cron-preset-radio-input {
display: inline-block;
2018-11-08 19:23:39 +05:30
@include media-breakpoint-down(md) {
2017-08-17 22:00:37 +05:30
display: block;
margin: 0 0 5px 5px;
}
input {
margin-right: 3px;
}
}