PluginProbe
aBlocks – Gutenberg Blocks, User Dashboard Builder, Popup Builder, Form Builder & Animation Builder / 2.9.1
aBlocks – Gutenberg Blocks, User Dashboard Builder, Popup Builder, Form Builder & Animation Builder v2.9.1
2.13.0 2.13.1 2.12.0 2.11.1 2.11.0 2.10.0 2.9.0 2.7.4 2.7.5 2.7.6 2.7.7 2.8.0 2.8.1 2.9.1 trunk 1.0 1.0-beta1 1.0-beta2 1.0-beta3 1.0.1 1.0.2 1.0.3 1.1.0 1.1.1 1.1.2 All 80 releases
ablocks / assets / build / blocks / lists / style.css

style.css in aBlocks – Gutenberg Blocks, User Dashboard Builder, Popup Builder, Form Builder & Animation Builder 2.9.1, at assets/build/blocks/lists/style.css

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