From 232369975a223412d07f4e22a6b8838d721db198 Mon Sep 17 00:00:00 2001 From: Daniel <50356015+danny007in@users.noreply.github.com> Date: Mon, 6 Feb 2023 21:36:36 +0530 Subject: [PATCH] timeline-icon --- src/pages/UI/timeline.html | 14 ++++++-------- src/scss/_timeline.scss | 12 +----------- 2 files changed, 7 insertions(+), 19 deletions(-) diff --git a/src/pages/UI/timeline.html b/src/pages/UI/timeline.html index 3adf5facb..89972072d 100644 --- a/src/pages/UI/timeline.html +++ b/src/pages/UI/timeline.html @@ -1,7 +1,5 @@ - - @@include('./_head.html', { "path": "../..", @@ -51,7 +49,7 @@
- +
12:05

Support Team sent you an email

@@ -71,7 +69,7 @@
- +
5 mins ago

Sarah Young accepted your friend request

@@ -80,7 +78,7 @@
- +
27 mins ago

Jay White commented on your post

@@ -102,7 +100,7 @@
- +
2 days ago

Mina Lee uploaded new photos

@@ -117,7 +115,7 @@
- +
5 days ago @@ -136,7 +134,7 @@
- +
diff --git a/src/scss/_timeline.scss b/src/scss/_timeline.scss index ad7e32e5a..c641d5cd1 100644 --- a/src/scss/_timeline.scss +++ b/src/scss/_timeline.scss @@ -80,13 +80,7 @@ } - /* stylelint-disable selector-class-pattern */ - // The icons at line - > i, - > svg, - > img, - > object, - > iframe { + .timeline-icon { position: absolute; top: 0; left: 18px; @@ -98,10 +92,6 @@ background-color: var(--#{$prefix}secondary-bg); border-radius: 50%; // stylelint-disable-line property-disallowed-list } - > .svg-inline--fa { - padding: 7px; - } - /* stylelint-enable selector-class-pattern */ } // Time label > .time-label {