| 1 |
/* Use "is-style-" prefix to support adding this style to the core/list block */ |
| 2 |
.is-style-inline-list { |
| 3 |
@apply ext-pl-0 !important; |
| 4 |
} |
| 5 |
|
| 6 |
.is-style-inline-list li { |
| 7 |
/* no suggestion */ |
| 8 |
@apply ext-list-none tablet:ext-inline tablet:ext-mr-base !important; |
| 9 |
} |
| 10 |
|
| 11 |
.is-style-inline-list li:first-child { |
| 12 |
/* no suggestion */ |
| 13 |
@apply tablet:ext-ml-0 !important; |
| 14 |
} |
| 15 |
|
| 16 |
.is-style-inline-list li:last-child { |
| 17 |
/* no suggestion */ |
| 18 |
@apply tablet:ext-mr-0 !important; |
| 19 |
} |
| 20 |
|