Skip to content

Commit

Permalink
Improve style of overall state icon
Browse files Browse the repository at this point in the history
Add a margin to the staging project identifier to have a
clear seperation from the state type and the border of the outer
part of the "icon".
  • Loading branch information
bgeuken committed Nov 21, 2018
1 parent 4129fc2 commit a4a1d70
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/api/app/assets/stylesheets/webui2/staging-workflow.scss
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ ul .table-list-group-item {
&.project {
> span.badge {
@extend .w-100;

> span.badge {
@extend .m-1;
}
}

span.badge {
Expand Down

0 comments on commit a4a1d70

Please sign in to comment.