(css) Badge for mail folders unread count

pull/105/head
Francis Lachapelle 2015-09-17 15:08:21 -04:00
parent 0682b24438
commit 06ac255f1a
1 changed files with 11 additions and 0 deletions

View File

@ -11,6 +11,17 @@
transform: translateY(-100%); // Compensate the container top-margin
}
.sg-unread-badge {
border-left-width: 1px;
border-left-color: #999;
border-style: solid;
margin: 0;
padding: 0 rem(0.500);
font-size: $sg-font-size-1;
font-weight: $sg-font-medium;
text-transform: uppercase;
}
.unread {
.#{$md}-subhead-multi,
.#{$md}-body-multi {