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 {