PluginProbe
WPBot – AI ChatBot for Live Support, Lead Generation, WordPress Automation, AI Services / 8.7.0
WPBot – AI ChatBot for Live Support, Lead Generation, WordPress Automation, AI Services v8.7.0
8.7.7 8.7.6 8.7.5 8.7.4 8.7.3 8.7.2 8.7.1 8.7.0 8.6.9 8.6.8 8.6.7 8.6.6 8.6.5 8.6.4 8.6.2 8.6.1 8.6.0 8.5.9 8.5.8 8.5.7 8.5.6 8.5.5 8.5.4 8.5.3 8.5.2 All 533 releases
chatbot / includes / openai / plugin-upgrader / assets / css / style.css

style.css in WPBot – AI ChatBot for Live Support, Lead Generation, WordPress Automation, AI Services 8.7.0, at includes/openai/plugin-upgrader/assets/css/style.css

50 lines 880 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .qcld-notice-error{
2 background: #ff0a00;
3 border-color: #bb0016;
4 color: #fff;
5 border-radius: 10px;
6 border-right: 4px solid #bb0016;
7 border-left-width: 12px;
8 }
9 .qcld-notice-error p{
10 font-size: 18px;
11 }
12 .qcld-notice-error p a{
13 color: #fff;
14 }
15 .qcld-notice-error p a:hover{
16 color: #2a1bef;
17 }
18
19 .qcld-success-notice{
20 margin-top: 15px;
21 border-left: 4px solid #46b450;
22 background: #fff;
23 box-shadow: 2px 1px 4px 2px rgba(0,0,0,.1);
24 padding: 1px 12px;
25 }
26 .qcld-success-notice p,
27 .qcld-error-notice p{
28 margin: 6px 0;
29 font-size: 14px;
30 }
31
32 .qcld-error-notice{
33 margin-top: 15px;
34 border-left: 4px solid #bb0016;
35 background: #fff;
36 box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
37 padding: 1px 12px;
38 }
39 .qc-notice-error{
40 padding:0 0 11px 0;
41 }
42 .qc-notice-error img{
43 width:40px;
44 float:left
45 }
46 .qc-notice-error p{
47 position: relative;
48 top: 9px;
49 margin: 0 0 7px 40px;
50 }