2020-10-26 11:08:40 -04:00
|
|
|
@import 'mixins_and_variables_and_functions';
|
|
|
|
|
2019-04-12 07:03:43 -04:00
|
|
|
.pipeline-schedule-form {
|
2017-05-07 18:35:56 -04:00
|
|
|
.gl-field-error {
|
|
|
|
margin: 10px 0 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.interval-pattern-form-group {
|
|
|
|
label {
|
|
|
|
margin-right: 10px;
|
2017-08-24 10:13:24 -04:00
|
|
|
font-weight: $gl-font-weight-normal;
|
2017-05-07 18:35:56 -04:00
|
|
|
|
|
|
|
&[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;
|
|
|
|
}
|
|
|
|
|
|
|
|
a {
|
2020-10-26 11:08:40 -04:00
|
|
|
color: var(--gl-text-color, $gl-text-color);
|
2017-05-07 18:35:56 -04:00
|
|
|
}
|
2018-11-05 10:50:10 -05:00
|
|
|
|
|
|
|
svg {
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
2017-05-07 18:35:56 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.pipeline-schedules-user-callout {
|
|
|
|
.bordered-box.content-block {
|
2020-10-26 11:08:40 -04:00
|
|
|
border: 1px solid var(--border-color, $border-color);
|
2017-05-07 18:35:56 -04:00
|
|
|
background-color: transparent;
|
|
|
|
}
|
|
|
|
}
|
2017-05-12 21:15:27 -04:00
|
|
|
|
|
|
|
.cron-preset-radio-input {
|
|
|
|
display: inline-block;
|
|
|
|
|
2018-04-09 11:26:28 -04:00
|
|
|
@include media-breakpoint-down(md) {
|
2017-05-12 21:15:27 -04:00
|
|
|
display: block;
|
|
|
|
margin: 0 0 5px 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
input {
|
|
|
|
margin-right: 3px;
|
|
|
|
}
|
|
|
|
}
|