BigW Consortium Gitlab

import.scss 607 Bytes
Newer Older
1 2
i.icon-gitorious {
  display: inline-block;
3
  background-position: 0 0;
4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
  background-size: contain;
  background-repeat: no-repeat;
}

i.icon-gitorious-small {
  background-image: image-url('gitorious-logo-blue.png');
  width: 13px;
  height: 13px;
}

i.icon-gitorious-big {
  background-image: image-url('gitorious-logo-black.png');
  width: 18px;
  height: 18px;
}
19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39

.import-jobs-from-col,
.import-jobs-to-col {
  width: 40%;
}

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

.btn-import {
  .loading-icon {
    display: none;
  }

  &.is-loading {
    .loading-icon {
      display: inline-block;
    }
  }
}