Compare commits
3 commits
8489f6d5ae
...
24b9e350e2
Author | SHA1 | Date | |
---|---|---|---|
24b9e350e2 | |||
f1058567b9 | |||
49a850a1e9 |
2 changed files with 4 additions and 0 deletions
|
@ -42,6 +42,7 @@ export default {
|
|||
@import '../../_variables.scss';
|
||||
|
||||
.list {
|
||||
min-height: 1em;
|
||||
&-item:not(:last-child) {
|
||||
border-bottom: 1px solid;
|
||||
border-bottom-color: $fallback--border;
|
||||
|
|
|
@ -28,4 +28,7 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
.timeline {
|
||||
min-height: 1em;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue