PluginProbe
Bit Form – Contact Form, Payment Forms, Multi Step Forms, Calculator & Custom Form Builder / 3.1.3
Bit Form – Contact Form, Payment Forms, Multi Step Forms, Calculator & Custom Form Builder v3.1.3
V-3.3.0 3.2.2 3.2.1 3.2.0 3.1.4 3.1.3 3.1.2 3.1.1 3.1.0 V3.0.3 V3.0.2 -3.0.1 V_3.0.0 1.1.1 1.1.8 1.2 1.3 1.4 1.4.18 1.5.2 1.9 2.0 2.10.0 2.10.1 2.10.2 All 137 releases
bit-form / resources / admin.css

admin.css in Bit Form – Contact Form, Payment Forms, Multi Step Forms, Calculator & Custom Form Builder 3.1.3, at resources/admin.css

39 lines 981 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .bf-template-new-badge {
2 background-color: #d63638;
3 color: #ffffff;
4 padding: 3px;
5 border-radius: 5px;
6 font-size: 10px;
7 }
8
9 .bf-indicator-badge {
10 display: inline-block !important;
11 min-width: 18px !important;
12 height: 18px !important;
13 border-radius: 9px !important;
14 margin: 7px 0 0 2px !important;
15 vertical-align: top !important;
16 font-size: 11px !important;
17 line-height: 1.6 !important;
18 text-align: center !important;
19 }
20
21 .bf-pro-btn {
22 align-items: center !important;
23 background-color: rgb(78, 255, 191) !important;
24 border: none !important;
25 color: #161212 !important;
26 display: flex !important;
27 font-weight: 700 !important;
28 justify-content: center !important;
29 line-height: inherit !important;
30 text-align: center !important;
31 transition: background-color .1s linear !important;
32 white-space: break-spaces !important;
33 border-radius: 5px !important;
34 padding: 5px;
35 }
36
37 .bf-pro-btn:hover {
38 background-color: rgb(25, 231, 163) !important;
39 }