29 lines
439 B
Text
29 lines
439 B
Text
.news__list {
|
|
margin: 0;
|
|
margin-bottom: 2px;
|
|
box-shadow: initial;
|
|
|
|
&__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;
|
|
}
|
|
}
|