PluginProbe
Repeater Fields for Gravity Forms / 3.2.0
Repeater Fields for Gravity Forms v3.2.0
3.2.0 3.1.1 3.1.0 3.0.4 3.0.3 3.0.2 3.0.1 3.0.0 2.5.1 2.5.0 2.4.6 trunk 2.0.5 2.0.9 2.1.0 2.3.2 2.3.7 2.4.1 2.4.3 2.4.4 2.4.5
← All changes | yeekit/yeekit.css +106 -0 2.3.7 → 3.2.0 View file →
@@ -1,0 +1,106 @@
1 + .pro_disable::after {
2 + content: "Pro";
3 + position: absolute;
4 + bottom: 0;
5 + right: 0;
6 + background: red;
7 + padding: 3px;
8 + font-size: 11px;
9 + color: #fff;
10 + border-radius: 5px 0 0 0;
11 +}
12 +.pro_disable {
13 + position: relative;
14 +}
15 +.pro_disable_padding{
16 + padding: 10px !important;
17 +}
18 +.pro_text_style{
19 + color:#9f9e9e;
20 +}
21 +body .pro_disable_fff {
22 + background: transparent;
23 +}
24 +.cf7-container-bundle {
25 + border: 1px solid #e7e7e7;
26 + padding: 10px;
27 + text-align: center;
28 + background: #fff;
29 + border-radius: 5px;
30 +}
31 +.cf7-container-bundle-h {
32 + font-size: 30px;
33 + font-weight: bold;
34 + text-align: center;
35 +}
36 +.cf7-container-bundle-h p{
37 + font-size: 30px;
38 + font-weight: bold;
39 + padding: 0;
40 + margin: 0;
41 +}
42 +.list-addons-container {
43 + display: flex;
44 + flex-flow: row wrap;
45 + padding: 10px;
46 +}
47 +.add-ons-box {
48 + margin: 0 0 20px;
49 + width: 400px;
50 + position: relative;
51 + margin-right: 30px;
52 + border: 1px solid #f7f7f7;
53 + padding: 14px;
54 + background: #fff;
55 + border-radius: 10px;
56 +}
57 +.add-ons-box-actions-button-live {
58 + border: 0;
59 + border-radius: 4px;
60 + cursor: pointer;
61 + display: inline-block;
62 + font-size: 17px;
63 + padding: 10px 30px;
64 + text-align: center;
65 + text-decoration: none;
66 + text-transform: uppercase;
67 + -webkit-appearance: none;
68 + -moz-appearance: none;
69 + appearance: none;
70 + background: #fff;
71 + border: 1px solid #1ea9ea;
72 + color: #1ea9ea;
73 + margin-right:50px;
74 +}
75 +.add-ons-box-actions-button-download {
76 + border: 0;
77 + border-radius: 4px;
78 + cursor: pointer;
79 + display: inline-block;
80 + font-size: 17px;
81 + padding: 10px 30px;
82 + text-align: center;
83 + text-decoration: none;
84 + text-transform: uppercase;
85 + -webkit-appearance: none;
86 + -moz-appearance: none;
87 + appearance: none;
88 + background: #fff;
89 + border: 1px solid #1ea9ea;
90 + color: #1ea9ea;
91 + background: #1ea9ea;
92 + border: 1px solid #1ea9ea;
93 + color: #fff;
94 +}
95 +.add-ons-box-actions {
96 + text-align:center;
97 +}
98 +.add-ons-box-actions a:hover {
99 + opacity: 0.8;
100 +}
101 +.plugins_page_yeekit-manager .notice{
102 + display: none !important;
103 +}
104 +.color-red {
105 + color: red;
106 +}