_news.scss 483 B

12345678910111213141516171819202122232425262728
  1. .news-list {
  2. .news-item {
  3. .title {
  4. font-family: $fSerif;
  5. font-variant: small-caps;
  6. font-size: larger;
  7. text-shadow: 1px 1px 2px #111;
  8. padding-bottom: 5px;
  9. border-bottom: 1px solid $cMainText;
  10. .right {
  11. float: right;
  12. font-size: small;
  13. font-family: $fSansSerif;
  14. font-variant: normal;
  15. //text-shadow: none;
  16. }
  17. }
  18. .body {
  19. text-align: justify;
  20. }
  21. margin-bottom: 20px;
  22. }
  23. }