1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
ul.normal{ list-style-type: none; li{ &:before{ display: inline-block; vertical-align: middle; margin-top: -4px; margin-left: -(($grid-gutter-width/3) + 4); content: ""; width: 8px; height: 8px; background-color: $corporate-color-one; border-radius: 50%; margin-right: $grid-gutter-width/3; } } } |