| 1 |
.ablocks-list { |
| 2 |
display: flex; |
| 3 |
flex-direction: column; |
| 4 |
flex-wrap: wrap; |
| 5 |
} |
| 6 |
|
| 7 |
.ablocks-list__item-content { |
| 8 |
display: flex; |
| 9 |
align-items: center; |
| 10 |
gap: 8px; |
| 11 |
text-decoration: none !important; |
| 12 |
} |
| 13 |
|
| 14 |
.ablocks-list__icon { |
| 15 |
display: flex; |
| 16 |
font-size: 20px; |
| 17 |
} |
| 18 |
|
| 19 |
.ablocks-list__icon i { |
| 20 |
width: 1em; |
| 21 |
display: flex; |
| 22 |
justify-content: center; |
| 23 |
align-items: center; |
| 24 |
} |
| 25 |
|
| 26 |
.ablocks-list__item-marker { |
| 27 |
display: block; |
| 28 |
min-width: 10px; |
| 29 |
min-height: 10px; |
| 30 |
max-width: 10px; |
| 31 |
max-height: 10px; |
| 32 |
width: 100%; |
| 33 |
height: 100%; |
| 34 |
background-color: #000000; |
| 35 |
} |
| 36 |
|
| 37 |
.ablocks-list__item-disc { |
| 38 |
border-radius: 100%; |
| 39 |
} |
| 40 |
|
| 41 |
.ablocks-block--list .ablocks-svg-icon { |
| 42 |
width: 20px; |
| 43 |
height: auto; |
| 44 |
box-sizing: border-box; |
| 45 |
} |
| 46 |
|
| 47 |
.ablocks-block--list .ablocks-svg-icon.empty-svg { |
| 48 |
height: 20px; |
| 49 |
} |
| 50 |
|
| 51 |
.ablocks-list_item-content-divider:last-child { |
| 52 |
border: none !important; |
| 53 |
} |
| 54 |
.ablocks-list a { |
| 55 |
color: inherit !important; |
| 56 |
|
| 57 |
} |