Non puoi selezionare più di 25 argomenti
Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
45 righe
892 B
45 righe
892 B
5 anni fa
|
.aui {
|
||
|
.news__title {
|
||
|
font-size: em(30px);
|
||
|
text-transform: uppercase;
|
||
|
text-align: center;
|
||
|
font-family: $main-font;
|
||
|
margin: 0;
|
||
|
padding-top: 40px;
|
||
|
|
||
|
&:after {
|
||
|
content: '';
|
||
|
display: block;
|
||
|
width: 50px;
|
||
|
height: 3px;
|
||
|
background-color: $red-logo;
|
||
|
position: relative;
|
||
|
margin: 20px auto 60px;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
.news__grid {
|
||
|
.news__grid-item {
|
||
|
vertical-align: top;
|
||
|
text-align: left;
|
||
|
padding-bottom: 30px;
|
||
|
|
||
|
.news__grid-item--date {
|
||
|
color: $date-news;
|
||
|
font-family: $second-font;
|
||
|
font-size: em(14px);
|
||
|
}
|
||
|
.news__grid-item--title {
|
||
|
font-weight: bold;
|
||
|
font-family: $main-font;
|
||
|
font-size: em(16px);
|
||
|
}
|
||
|
.news__grid-item--description {
|
||
|
font-size: em(14px);
|
||
|
font-family: $main-font;
|
||
|
color: $text-news;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|