| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657 | #notifications-drawer  &.show-read .notification.read    display: flex  .notification    display: flex    float: none    padding: 12px 8px 8px    color: black    border-bottom: 1px solid #dbdbdb    &.read      display: none    .read-status      width: 30px      input        width: 24px        height: 24px      .activity-type        margin: 16px 0 0        width: 17px        height: 17px        font-size: 17px        display: block        color: #bbb    .details      width: calc(100% - 30px)      .activity        display: flex        .activity-desc          width: 100%;        .activity-comment          display: block          width: 100%          border-radius: 3px          background: #fff          text-decoration: none          box-shadow: 0 1px 2px rgba(0,0,0,0.2)          margin-top: 5px          padding: 5px        .activity-meta          display: block          font-size: 0.8em          color: #999          font-style: italic    .remove      a:hover        color #eb4646 !important
 |