Commit d149105542d5d18e13c23414e3f7266a4b42d1c4
1 parent
7f0587f9
Exists in
master
add icon on track steps
Showing
1 changed file
with
11 additions
and
3 deletions
Show diff stats
_homeblocks.sass
@@ -141,7 +141,7 @@ | @@ -141,7 +141,7 @@ | ||
141 | margin-left: 20px | 141 | margin-left: 20px |
142 | vertical-align: top | 142 | vertical-align: top |
143 | h3 | 143 | h3 |
144 | - color: #575757 | 144 | + color: #A2A2A2 |
145 | font-family: 'Ubuntu' | 145 | font-family: 'Ubuntu' |
146 | font-size: 14px | 146 | font-size: 14px |
147 | margin: 0 | 147 | margin: 0 |
@@ -155,7 +155,7 @@ | @@ -155,7 +155,7 @@ | ||
155 | background: #FFF | 155 | background: #FFF |
156 | border: 1px solid #E5E5E5 | 156 | border: 1px solid #E5E5E5 |
157 | border-radius: 5px | 157 | border-radius: 5px |
158 | - color: #E5E5E5 | 158 | + color: #A2A2A2 |
159 | font-family: 'Ubuntu' | 159 | font-family: 'Ubuntu' |
160 | font-size: 16px | 160 | font-size: 16px |
161 | height: 50px | 161 | height: 50px |
@@ -166,7 +166,7 @@ | @@ -166,7 +166,7 @@ | ||
166 | .tool_icon | 166 | .tool_icon |
167 | display: none | 167 | display: none |
168 | .name | 168 | .name |
169 | - color: #E5E5E5 | 169 | + color: #A2A2A2 |
170 | float: left | 170 | float: left |
171 | font-family: 'Ubuntu Mediun' | 171 | font-family: 'Ubuntu Mediun' |
172 | font-size: 15px | 172 | font-size: 15px |
@@ -175,6 +175,12 @@ | @@ -175,6 +175,12 @@ | ||
175 | line-height: 50px | 175 | line-height: 50px |
176 | margin: 0 0 0 10px | 176 | margin: 0 0 0 10px |
177 | padding: 0 | 177 | padding: 0 |
178 | + .legend | ||
179 | + background: url('icons/closed.png') no-repeat left center | ||
180 | + color: transparent | ||
181 | + height: 30px | ||
182 | + margin: 10px 15px | ||
183 | + width: 22px | ||
178 | .step_active | 184 | .step_active |
179 | background: #88D1F7 | 185 | background: #88D1F7 |
180 | .position | 186 | .position |
@@ -182,6 +188,8 @@ | @@ -182,6 +188,8 @@ | ||
182 | color: #196F87 | 188 | color: #196F87 |
183 | .name | 189 | .name |
184 | color: #196F87 | 190 | color: #196F87 |
191 | + .legend | ||
192 | + background: url('icons/open.png') no-repeat left center | ||
185 | .item:first-child | 193 | .item:first-child |
186 | .track_content | 194 | .track_content |
187 | .lead | 195 | .lead |