2015-04-26 12:48:37 +05:30
|
|
|
i.icon-gitorious {
|
|
|
|
display: inline-block;
|
2016-06-02 11:05:42 +05:30
|
|
|
background-position: 0 0;
|
2015-04-26 12:48:37 +05:30
|
|
|
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;
|
|
|
|
}
|
2016-06-02 11:05:42 +05:30
|
|
|
|
|
|
|
.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;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|