From eb8a269cb9999853f335c95f46cc3b6ec95cad28 Mon Sep 17 00:00:00 2001 From: Pablo Vazquez Date: Tue, 18 Oct 2016 18:24:04 +0200 Subject: [PATCH] Style activities --- src/styles/_dashboard.sass | 30 ++++++++++++++++++++++++++---- 1 file changed, 26 insertions(+), 4 deletions(-) diff --git a/src/styles/_dashboard.sass b/src/styles/_dashboard.sass index c9db387..d49a946 100644 --- a/src/styles/_dashboard.sass +++ b/src/styles/_dashboard.sass @@ -4,12 +4,34 @@ padding: 0 20px .d-activity + font-size: .9em ul - padding: 5px 10px + cursor: default + padding: 0 10px color: $color-text-dark-primary list-style: none - - +container-box + border-left: thin solid rgba(#00cc9f, .2) li - padding: 5px 0 + padding: 7px 0 + + span.date + color: darken(#00cc9f, 5%) + position: relative + + &:before + content: '' + display: block + position: absolute + bottom: 4px + left: -13px + width: 5px + height: 5px + border-radius: 50% + background-color: #00cc9f + + span.actor + padding: 0 5px + color: $color-text-dark + +