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