Commit c0b03fc74ae4ed553974eabf86cdb3c577e315b6
1 parent
bde92024
Exists in
master
and in
7 other branches
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 | 232 | ul.list-color li:before { |
233 | 233 | content: "\2022"; |
234 | 234 | font-weight: bold; |
235 | - font-size: 20px; | |
235 | + font-size: 12px; | |
236 | 236 | position: relative; |
237 | - top: 2px; | |
237 | + padding-right: 4px; | |
238 | 238 | color: #2a9677; |
239 | 239 | } |
240 | 240 | ... | ... |