You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
54 lines
995 B
54 lines
995 B
|
|
.last-news{
|
|
font-size: $font-12;
|
|
.item{
|
|
border-bottom: 1px solid $light-grey;
|
|
padding: 8px 10px;
|
|
.date{
|
|
color: $red;
|
|
}
|
|
a{
|
|
color: $dark-grey;
|
|
text-decoration: none;
|
|
transition: .4s;
|
|
&:hover{
|
|
color: black;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
.news{
|
|
font-size: $font-12;
|
|
.item{
|
|
border-bottom: 1px solid $light-grey;
|
|
padding: 8px 10px;
|
|
.date{
|
|
color: $red;
|
|
}
|
|
a{
|
|
color: $dark-grey;
|
|
text-decoration: none;
|
|
transition: .4s;
|
|
&:hover{
|
|
color: black;
|
|
}
|
|
}
|
|
}
|
|
|
|
.append{
|
|
.item{
|
|
a{
|
|
&:before{
|
|
content: '\f019';
|
|
font-family: 'FontAwesome';
|
|
padding-right: 4px;
|
|
}
|
|
}
|
|
.size{
|
|
float: right;
|
|
}
|
|
}
|
|
}
|
|
|
|
}
|