PluginProbe ʕ •ᴥ•ʔ
Kubio AI Page Builder / 2.8.4
Kubio AI Page Builder v2.8.4
2.8.4 2.8.3 2.8.2 2.8.1 trunk 1.0.0 1.0.1 1.1.0 1.2.0 1.2.1 1.2.2 1.2.3 1.3.0 1.3.1 1.3.2 1.4.0 1.4.1 1.4.2 1.4.3 1.5.0 1.6.0 1.6.1 1.6.2 1.6.3 1.6.4 1.7.0 1.7.1 1.7.2 1.7.3 1.8.0 1.8.1 1.8.2 1.9.0 2.0.0 2.1.1 2.1.2 2.1.3 2.2.0 2.2.3 2.2.4 2.2.5 2.3.0 2.3.1 2.3.3 2.3.4 2.4.0 2.4.1 2.4.2 2.4.3 2.4.5 2.5.0 2.5.1 2.5.2 2.5.3 2.6.0 2.6.1 2.6.2 2.6.3 2.6.5 2.6.6 2.6.7 2.7.0 2.7.1 2.7.2 2.7.3 2.8.0
kubio / lib / integrations / image-hub / styles.css
kubio / lib / integrations / image-hub Last commit date
image-hub.php 9 months ago media-modal.js 1 year ago styles.css 1 year ago
styles.css
63 lines
1 #demo-image-hub-media-modal-root,
2 .demo-image-hub-media-modal-tab {
3 height: 100%;
4 width: 100%;
5 }
6
7 .demo-image-hub-centered-container {
8 width: 100%;
9 height: 100%;
10 display: flex;
11 flex-direction: column;
12 align-items: center;
13 justify-content: center;
14 }
15
16 .demo-image-hub-centered-container > img {
17 width: 100px;
18 height: 100px;
19 }
20 .demo-image-hub-centered-container > h1 {
21 font-family: OpenSans, sans-serif;
22 font-weight: 700;
23 font-size: 16px;
24 letter-spacing: 0px;
25 line-height: 16px;
26 }
27 .demo-image-hub-centered-container > p {
28 max-width: 600px;
29 text-align: center;
30 font-weight: 400;
31 font-family: OpenSans, sans-serif;
32 font-size: 13px;
33 letter-spacing: 0px;
34 line-height: 16px;
35 }
36
37 .demo-image-hub-centered-container:not(#extra-1) > button {
38 font-family: OpenSans, sans-serif;
39 font-size: 13px;
40
41 cursor: pointer;
42 border: none;
43 color: white;
44 padding: 16px;
45
46 border-radius: 2px;
47 height: auto;
48 }
49
50 #menu-item-image-hub-media-modal-tab-content {
51 display: none;
52 justify-content: flex-start;
53 gap: 5px;
54 align-content: center;
55 &[data-type="image"] {
56 display: flex;
57 }
58
59 > div {
60 order: -1;
61 }
62 }
63