Skip to content

Commit a5ef6eb

Browse files
committed
remove white bg and top padding around .status-list elements
1 parent c0c0b16 commit a5ef6eb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

client/css/_status_list.scss

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,7 @@
5252
}
5353

5454
.status {
55-
padding: .4em;
56-
background: white;
55+
padding: 0 .4em;
5756
display: inline-block;
5857
@include font-face(400, 15px, normal, $primary-grey);
5958
}

0 commit comments

Comments
 (0)