12345678910111213141516171819202122232425262728 |
- .news-list {
- .news-item {
- .title {
- font-family: $fSerif;
- font-variant: small-caps;
- font-size: larger;
- text-shadow: 1px 1px 2px #111;
- padding-bottom: 5px;
- border-bottom: 1px solid $cMainText;
- .right {
- float: right;
- font-size: small;
- font-family: $fSansSerif;
- font-variant: normal;
- //text-shadow: none;
- }
- }
- .body {
- text-align: justify;
- }
- margin-bottom: 20px;
- }
- }
|