| @@ -1,57 +1 @@ | ||
| 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 | -} | |
| 1 | +.ablocks-list{display:flex;flex-direction:column;flex-wrap:wrap}.ablocks-list__item-content{align-items:flex-start;display:flex;gap:8px;text-decoration:none!important}.ablocks-list__icon{display:flex;font-size:20px}.ablocks-list__icon i{align-items:center;display:flex;justify-content:center;width:1em}.ablocks-list__item-marker{background-color:#000;display:block;height:100%;margin-top:calc(.5lh - 5px);max-height:10px;max-width:10px;min-height:10px;min-width:10px;width:100%}.ablocks-list__item-disc{border-radius:100%}.ablocks-list__item-number{flex:0 0 auto;font-variant-numeric:tabular-nums;line-height:inherit;white-space:nowrap}.ablocks-block--list .ablocks-svg-icon{box-sizing:border-box;height:auto;width:20px}.ablocks-block--list .ablocks-svg-icon.empty-svg{height:20px}.ablocks-list_item-content-divider:last-child{border:none!important}.ablocks-list a{color:inherit!important} | |