debian-mirror-gitlab/app/assets/stylesheets/pages/issues.scss

270 lines
3.7 KiB
SCSS
Raw Normal View History

2017-09-10 17:25:29 +05:30
@import "./issues/issue_count_badge";
2014-09-02 18:07:02 +05:30
.issues-list {
.issue {
2017-08-17 22:00:37 +05:30
padding: 10px 0 10px $gl-padding;
2014-09-02 18:07:02 +05:30
position: relative;
2016-06-02 11:05:42 +05:30
.title {
margin-bottom: 2px;
2014-09-02 18:07:02 +05:30
}
.issue-labels {
display: inline-block;
}
2017-08-17 22:00:37 +05:30
.icon-merge-request-unmerged {
height: 13px;
margin-bottom: 3px;
}
2014-09-02 18:07:02 +05:30
}
}
2017-08-17 22:00:37 +05:30
.issue-realtime-pre-pulse {
opacity: 0;
}
.issue-realtime-trigger-pulse {
transition: opacity $fade-in-duration linear;
opacity: 1;
}
2014-09-02 18:07:02 +05:30
.check-all-holder {
2015-04-26 12:48:37 +05:30
line-height: 36px;
2014-09-02 18:07:02 +05:30
float: left;
2015-04-26 12:48:37 +05:30
margin-right: 15px;
2014-09-02 18:07:02 +05:30
}
.issues_content {
.title {
height: 40px;
}
form {
margin: 0;
}
}
form.edit-issue {
margin: 0;
}
2016-09-29 09:46:39 +05:30
ul.related-merge-requests > li {
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
2017-09-10 17:25:29 +05:30
align-items: center;
2016-11-03 12:29:30 +05:30
2016-09-29 09:46:39 +05:30
.merge-request-id {
flex-shrink: 0;
}
2017-08-17 22:00:37 +05:30
.merge-request-info {
margin-left: 5px;
}
2017-09-10 17:25:29 +05:30
.row_title {
vertical-align: bottom;
}
gl-emoji {
font-size: 1em;
}
2016-09-29 09:46:39 +05:30
}
2017-08-17 22:00:37 +05:30
.merge-requests-title,
.related-branches-title {
2015-12-23 02:04:40 +05:30
font-size: 16px;
font-weight: 600;
}
.merge-request-id {
display: inline-block;
}
.merge-request-status {
2017-08-17 22:00:37 +05:30
font-size: 13px;
padding: 0 5px;
color: $white-light;
height: 20px;
border-radius: 3px;
line-height: 18px;
&.merged {
background: $blue-500;
}
&.closed {
background: $red-500;
}
&.open {
background: $green-500;
}
2015-12-23 02:04:40 +05:30
}
2014-09-02 18:07:02 +05:30
.merge-request,
.issue {
&.today {
2017-08-17 22:00:37 +05:30
background: $issues-today-bg;
border-color: $issues-today-border;
2014-09-02 18:07:02 +05:30
}
&.closed {
2016-09-29 09:46:39 +05:30
background: $gray-light;
2017-08-17 22:00:37 +05:30
border-color: $border-color;
2014-09-02 18:07:02 +05:30
}
&.merged {
2016-09-29 09:46:39 +05:30
background: $gray-light;
2017-08-17 22:00:37 +05:30
border-color: $border-color;
2014-09-02 18:07:02 +05:30
}
}
2017-08-17 22:00:37 +05:30
.merge-request-ci-status,
.related-merge-requests {
.ci-status-link {
display: block;
margin-right: 5px;
}
2016-08-24 12:49:21 +05:30
svg {
2017-08-17 22:00:37 +05:30
display: block;
2016-08-24 12:49:21 +05:30
}
}
2014-09-02 18:07:02 +05:30
@media (max-width: $screen-xs-max) {
.issue-btn-group {
width: 100%;
.btn {
width: 100%;
2015-04-26 12:48:37 +05:30
}
}
}
.issue-form .select2-container {
width: 250px !important;
2014-09-02 18:07:02 +05:30
}
2016-09-13 17:45:13 +05:30
.issues-footer {
padding-top: $gl-padding;
padding-bottom: 37px;
}
.issue-email-modal-btn {
padding: 0;
color: $gl-link-color;
background-color: transparent;
border: 0;
outline: 0;
&:hover {
text-decoration: underline;
}
}
.email-modal-input-group {
margin-bottom: 10px;
.form-control {
background-color: $white-light;
}
.btn {
2017-08-17 22:00:37 +05:30
background-color: $gray-light;
border: 1px solid $border-gray-normal;
}
}
.recaptcha {
margin-bottom: 30px;
}
.new-branch-col {
padding-top: 10px;
}
.create-mr-dropdown-wrap {
.btn-group:not(.hide) {
display: flex;
}
.js-create-merge-request {
flex-grow: 1;
flex-shrink: 0;
}
.dropdown-menu {
width: 300px;
opacity: 1;
visibility: visible;
transform: translateY(0);
display: none;
}
.dropdown-toggle {
.fa-caret-down {
pointer-events: none;
color: inherit;
margin-left: 0;
}
}
li:not(.divider) {
padding: 6px;
cursor: pointer;
&:hover,
&:focus {
background-color: $dropdown-hover-color;
color: $white-light;
}
&.droplab-item-selected {
.icon-container {
i {
visibility: visible;
}
}
}
.icon-container {
float: left;
padding-left: 6px;
i {
visibility: hidden;
}
}
.description {
padding-left: 30px;
font-size: 13px;
strong {
display: block;
font-weight: 600;
}
}
}
}
@media (min-width: $screen-sm-min) {
2017-09-10 17:25:29 +05:30
.emoji-block .row {
display: flex;
2017-08-17 22:00:37 +05:30
2017-09-10 17:25:29 +05:30
.new-branch-col {
padding-top: 0;
text-align: right;
align-self: center;
}
.create-mr-dropdown-wrap {
.btn-group:not(.hide) {
display: inline-block;
}
2017-08-17 22:00:37 +05:30
}
2016-09-13 17:45:13 +05:30
}
}