css line between news items
parent
e790d83f16
commit
31197cb620
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,4 @@
|
|||
.items {
|
||||
border-bottom: 1px solid #E8E8E8;
|
||||
padding-bottom: 24px;
|
||||
margin-bottom: 24px;
|
||||
.add {
|
||||
|
|
|
|||
Loading…
Reference in New Issue