PluginProbe
Extendify / 0.9.3
Extendify v0.9.3
3.2.0 3.1.6 3.1.5 3.1.4 3.1.3 3.1.2 3.1.1 3.1.0 3.0.6 3.0.5 3.0.4 trunk 0.1.0 0.10.0 0.10.1 0.10.2 0.11.0 0.11.1 0.2.0 0.3.0 0.3.1 0.4.0 0.5.0 0.6.0 0.7.0 All 126 releases
extendify / utility-framework / classes / inline-list.css

inline-list.css in Extendify 0.9.3, at utility-framework/classes/inline-list.css

20 lines 476 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
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