css line between news items

master
Boris Voropaev 2023-09-11 12:32:56 +03:00
parent e790d83f16
commit 31197cb620
2 changed files with 7 additions and 4 deletions

View File

@ -1,7 +1,11 @@
:host-context(publications-list-item:not(:last-child)){
.item {
border-bottom: 1px solid #C0C0C0;
}
}
.item {
border-top: 1px solid #E8E8E8;
margin-top: 24px;
padding-top: 24px;
padding: 24px 0;
display: flex;
flex-direction: column;

View File

@ -1,5 +1,4 @@
.items {
border-bottom: 1px solid #E8E8E8;
padding-bottom: 24px;
margin-bottom: 24px;
.add {