| 123456789101112131415161718192021 | .announcement {  strong {    color: #444;    font-weight: 900;  }}.unread-announcements:before {  -moz-border-radius: 50%;  -webkit-border-radius: 50%;  border-radius: 50%;  -moz-background-clip: padding-box;  -webkit-background-clip: padding-box;  background-clip: padding-box;  background: $brand-danger;  content: '';  display: inline-block;  height: 8px;  width: 8px;  margin-right: 6px;}
 |