Commit 9bf88bf276ecdfe793950f4073f86c017fa96213

Authored by Rafael Diego
1 parent c0b03fc7

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 214 }
215 215 }
216 216  
217   -ul.list-color {
  217 +ul {
218 218 list-style: none;
219 219 padding: 0;
220 220 margin: 0;
... ... @@ -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 233 content: "\2022";
234 234 font-weight: bold;
235 235 font-size: 12px;
236 236 position: relative;
237 237 padding-right: 4px;
238   - color: #2a9677;
239 238 }
240 239  
241 240 .page--program {
... ...