Skip to content
Snippets Groups Projects
Commit 3e11f8a7 authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray Committed by Brett Walker
Browse files

Add manual ordering styles to issues list

parent 5f7bfeb0
No related merge requests found
......@@ -294,3 +294,18 @@ ul.related-merge-requests > li {
text-align: right;
}
}
.manual-ordering {
background-color: $gray-light;
border-radius: $border-radius-default;
padding: $gl-padding-8;
.issue {
background-color: $white-light;
margin-bottom: $gl-padding-8;
border-radius: $border-radius-default;
border: 1px solid $gray-100;
box-shadow: 0 1px 2px $issue-boards-card-shadow;
}
}
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment