_news.scss 308 Bytes
Newer Older
1
@mixin news-font {
Brittany Cheng committed
2
  font-family: inherit;
3 4 5 6
}

.notifications {
  @include news-font;
7
  font-size: 0.9em;
8 9 10 11 12 13 14 15 16 17 18 19 20
  padding-left: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  .notification {
    @include news-font;
    margin-top: 15px;
    margin-botton: 15px;

    a {
      @include news-font;
    }
  }
}