Add top border to my activities
This commit is contained in:
parent
32ae0b0641
commit
a75ae4f3fc
|
|
@ -121,8 +121,10 @@
|
|||
}
|
||||
|
||||
&__entry {
|
||||
padding: $small-spacing 0;
|
||||
border-bottom: 1px solid $color-silver;
|
||||
&:first-of-type {
|
||||
|
||||
border-top: 1px solid $color-silver;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue