summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/pages/import.scss
blob: 7f800367cad707b2bcc8130b4fb95981d6e55f91 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
.import-jobs-to-col {
  width: 39%;
}

.import-jobs-status-col {
  width: 15%;
}

.import-jobs-cta-col {
  width: 1%;
}

.import-project-name-input {
  border-radius: 0 $border-radius-default $border-radius-default 0;
  position: relative;
  left: -1px;
  max-width: 300px;
}

.import-namespace-select {
  width: auto !important;

  > .select2-choice {
    border-radius: $border-radius-default 0 0 $border-radius-default;
    position: relative;
    left: 1px;
  }
}

.import-slash-divider {
  background-color: $gray-lightest;
  border: 1px solid $border-color;
}

.import-row {
  height: 55px;
}

.import-table {
  .import-jobs-from-col,
  .import-jobs-to-col,
  .import-jobs-status-col,
  .import-jobs-cta-col {
    border-bottom-width: 1px;
    padding-left: $gl-padding;
  }
}

.import-projects-loading-icon {
  margin-top: $gl-padding-32;
}