Commit 9bf88bf276ecdfe793950f4073f86c017fa96213
1 parent
c0b03fc7
Exists in
master
and in
7 other branches
alteração do css das lists
Showing
1 changed file
with
2 additions
and
3 deletions
Show diff stats
src/app/layout.scss
@@ -214,7 +214,7 @@ | @@ -214,7 +214,7 @@ | ||
214 | } | 214 | } |
215 | } | 215 | } |
216 | 216 | ||
217 | -ul.list-color { | 217 | +ul { |
218 | list-style: none; | 218 | list-style: none; |
219 | padding: 0; | 219 | padding: 0; |
220 | margin: 0; | 220 | margin: 0; |
@@ -229,13 +229,12 @@ ul.list-color li:before { | @@ -229,13 +229,12 @@ ul.list-color li:before { | ||
229 | } | 229 | } |
230 | } | 230 | } |
231 | 231 | ||
232 | -ul.list-color li:before { | 232 | +ul li:before { |
233 | content: "\2022"; | 233 | content: "\2022"; |
234 | font-weight: bold; | 234 | font-weight: bold; |
235 | font-size: 12px; | 235 | font-size: 12px; |
236 | position: relative; | 236 | position: relative; |
237 | padding-right: 4px; | 237 | padding-right: 4px; |
238 | - color: #2a9677; | ||
239 | } | 238 | } |
240 | 239 | ||
241 | .page--program { | 240 | .page--program { |