Commit c0b03fc74ae4ed553974eabf86cdb3c577e315b6

Authored by Rafael Diego
1 parent bde92024

alteração do css das lists

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
src/app/layout.scss
@@ -232,9 +232,9 @@ ul.list-color li:before { @@ -232,9 +232,9 @@ ul.list-color li:before {
232 ul.list-color li:before { 232 ul.list-color li:before {
233 content: "\2022"; 233 content: "\2022";
234 font-weight: bold; 234 font-weight: bold;
235 - font-size: 20px; 235 + font-size: 12px;
236 position: relative; 236 position: relative;
237 - top: 2px; 237 + padding-right: 4px;
238 color: #2a9677; 238 color: #2a9677;
239 } 239 }
240 240