Commit 02c84a45789213e2b010b7c0b8fcbd112b33a6f9
Exists in
master
and in
6 other branches
Merge branch 'css-list'
Showing
1 changed file
with
4 additions
and
5 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 | - font-size: 20px; | |
235 | + font-size: 12px; | |
236 | 236 | position: relative; |
237 | - top: 2px; | |
238 | - color: #2a9677; | |
237 | + padding-right: 4px; | |
239 | 238 | } |
240 | 239 | |
241 | 240 | .page--program { | ... | ... |