_thumbnails.scss 193 B

12345678910111213
  1. .thumbnail {
  2. @include border-radius(0);
  3. p:not(button) {
  4. color: #999999;
  5. font-size: 14px;
  6. }
  7. h3 {
  8. font-weight: bold;
  9. font-size: 17px;
  10. }
  11. }