From 02fe8249195fa9b240bba8cd1aff4672482bdacf Mon Sep 17 00:00:00 2001 From: Aleksandr Rogozin Date: Sat, 17 Aug 2019 12:20:47 +0300 Subject: [PATCH] Returned timeline-inverse css class. --- build/scss/_timeline.scss | 14 ++++++++++++++ pages/examples/profile.html | 10 +++++----- 2 files changed, 19 insertions(+), 5 deletions(-) diff --git a/build/scss/_timeline.scss b/build/scss/_timeline.scss index c334a4125..7f0e43437 100644 --- a/build/scss/_timeline.scss +++ b/build/scss/_timeline.scss @@ -108,3 +108,17 @@ } } } + +.timeline-inverse { + > div { + > .timeline-item { + @include box-shadow(none); + background: $gray-100; + border: 1px solid $gray-300; + + > .timeline-header { + border-bottom-color: $gray-300; + } + } + } +} diff --git a/pages/examples/profile.html b/pages/examples/profile.html index b7c13448b..cbe7672c7 100644 --- a/pages/examples/profile.html +++ b/pages/examples/profile.html @@ -810,7 +810,7 @@
-
+
@@ -889,10 +889,10 @@

Mina Lee uploaded new photos

- ... - ... - ... - ... + ... + ... + ... + ...