27 lines
375 B
Text
27 lines
375 B
Text
|
.news__list {
|
||
|
|
||
|
&__item {
|
||
|
text-decoration: none;
|
||
|
color: inherit;
|
||
|
display: block;
|
||
|
|
||
|
&:hover {
|
||
|
text-decoration: underline;
|
||
|
}
|
||
|
|
||
|
&--kvp {
|
||
|
display: flex;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
&__name {
|
||
|
flex-shrink: 1;
|
||
|
flex-grow: 1;
|
||
|
}
|
||
|
|
||
|
&__value {
|
||
|
flex-shrink: 0;
|
||
|
flex-grow: 0;
|
||
|
}
|
||
|
}
|