diff options
| author | Henry Jameson <me@hjkos.com> | 2018-08-28 16:14:32 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2018-08-28 16:14:32 +0300 |
| commit | 330288b4cd874bb960735edb1acde01b0bfbf684 (patch) | |
| tree | 8f49a19c47d75bb1f746e4b4a1411fe156e2d239 /src/components/timeline/timeline.vue | |
| parent | c3b27ab4c2d6ca03d8bea171735521b770172104 (diff) | |
panel styling cleanup
Diffstat (limited to 'src/components/timeline/timeline.vue')
| -rw-r--r-- | src/components/timeline/timeline.vue | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/src/components/timeline/timeline.vue b/src/components/timeline/timeline.vue index c4e0fbce..ed354030 100644 --- a/src/components/timeline/timeline.vue +++ b/src/components/timeline/timeline.vue @@ -57,36 +57,8 @@ @import '../../_variables.scss'; .timeline { - .timeline-heading { - position: relative; - display: flex; - } - - .title { - white-space: nowrap; - overflow: hidden; - text-overflow: ellipsis; - max-width: 70%; - } - - .loadmore-button { - position: absolute; - right: 0.6em; - font-size: 14px; - - min-width: 6em; - height: 1.8em; - line-height: 100%; - } - .loadmore-text { - position: absolute; - right: 0.6em; font-size: 14px; - min-width: 6em; - font-family: sans-serif; - text-align: center; - padding: 0 0.5em 0 0.5em; opacity: 0.8; background-color: transparent; color: $fallback--faint; @@ -98,7 +70,6 @@ right: 0.6em; font-size: 14px; min-width: 6em; - font-family: sans-serif; text-align: center; padding: 0 0.25em 0 0.25em; margin: 0; |
