2021-02-22 17:27:13 +05:30
|
|
|
@import 'mixins_and_variables_and_functions';
|
|
|
|
|
2021-04-17 20:07:23 +05:30
|
|
|
// Fixing double scrollbar issue
|
|
|
|
// See https://gitlab.com/gitlab-org/gitlab-ui/-/issues/1156 and
|
|
|
|
// https://gitlab.com/gitlab-org/gitlab/-/merge_requests/54837
|
|
|
|
.import-entities-namespace-dropdown.show.dropdown .dropdown-menu {
|
|
|
|
max-height: initial;
|
|
|
|
}
|
|
|
|
|
2021-02-22 17:27:13 +05:30
|
|
|
.import-jobs-to-col {
|
|
|
|
width: 39%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.import-jobs-status-col {
|
|
|
|
width: 15%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.import-jobs-cta-col {
|
|
|
|
width: 1%;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.import-entities-target-select {
|
|
|
|
&.disabled {
|
|
|
|
.import-entities-target-select-separator,
|
|
|
|
.select2-container.select2-container-disabled .select2-choice {
|
|
|
|
color: var(--gray-400, $gray-400);
|
|
|
|
border-color: var(--gray-100, $gray-100);
|
|
|
|
background-color: var(--gray-10, $gray-10);
|
|
|
|
}
|
|
|
|
|
|
|
|
.select2-container.select2-container-disabled .select2-choice .select2-arrow {
|
|
|
|
background-color: var(--gray-10, $gray-10);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.import-entities-target-select-separator {
|
|
|
|
border-color: var(--gray-200, $gray-200);
|
|
|
|
background-color: var(--gray-10, $gray-10);
|
|
|
|
}
|
|
|
|
|
|
|
|
.select2-container {
|
|
|
|
> .select2-choice {
|
|
|
|
.select2-arrow {
|
|
|
|
background-color: var(--white, $white);
|
|
|
|
}
|
|
|
|
|
|
|
|
border-color: var(--gray-200, $gray-200);
|
|
|
|
color: var(--gray-900, $gray-900) !important;
|
|
|
|
background-color: var(--white, $white) !important;
|
|
|
|
border-top-right-radius: 0;
|
|
|
|
border-bottom-right-radius: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.gl-form-input {
|
|
|
|
box-shadow: inset 0 0 0 1px var(--gray-200, $gray-200);
|
|
|
|
}
|
|
|
|
}
|