From d149105542d5d18e13c23414e3f7266a4b42d1c4 Mon Sep 17 00:00:00 2001 From: Melissa Wen Date: Wed, 23 Mar 2016 18:49:35 -0400 Subject: [PATCH] add icon on track steps --- _homeblocks.sass | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/_homeblocks.sass b/_homeblocks.sass index ae5fef7..413ed95 100644 --- a/_homeblocks.sass +++ b/_homeblocks.sass @@ -141,7 +141,7 @@ margin-left: 20px vertical-align: top h3 - color: #575757 + color: #A2A2A2 font-family: 'Ubuntu' font-size: 14px margin: 0 @@ -155,7 +155,7 @@ background: #FFF border: 1px solid #E5E5E5 border-radius: 5px - color: #E5E5E5 + color: #A2A2A2 font-family: 'Ubuntu' font-size: 16px height: 50px @@ -166,7 +166,7 @@ .tool_icon display: none .name - color: #E5E5E5 + color: #A2A2A2 float: left font-family: 'Ubuntu Mediun' font-size: 15px @@ -175,6 +175,12 @@ line-height: 50px margin: 0 0 0 10px padding: 0 + .legend + background: url('icons/closed.png') no-repeat left center + color: transparent + height: 30px + margin: 10px 15px + width: 22px .step_active background: #88D1F7 .position @@ -182,6 +188,8 @@ color: #196F87 .name color: #196F87 + .legend + background: url('icons/open.png') no-repeat left center .item:first-child .track_content .lead -- libgit2 0.21.2