PluginProbe
wpDataTables – WordPress Data Table, Dynamic Tables & Table Charts Plugin / trunk
wpDataTables – WordPress Data Table, Dynamic Tables & Table Charts Plugin vtrunk
6.5.1.7 6.5.1.6 6.5.1.5 6.5.1.4 6.5.1.3 6.5.1.2 6.5.1.1 6.5.0.9 6.5.0.8 6.5.0.7 6.5.0.6 trunk 3.4.2.40 3.4.2.41 3.4.2.42 3.4.2.43 3.4.2.44 3.4.2.45 3.4.2.46 3.4.2.47 3.4.2.48 3.4.2.49 3.4.2.50 6.3.2 6.3.3.1 All 47 releases
wpdatatables / assets / css / admin / support.css

support.css in wpDataTables – WordPress Data Table, Dynamic Tables & Table Charts Plugin trunk, at assets/css/admin/support.css

109 lines 2.8 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .wdt-datatables-admin-wrap .wdt-support {
2 font-family: Inter;
3 font-style: normal;
4 }
5 .wdt-datatables-admin-wrap .wdt-support .btn-primary{
6 font-family: Inter;
7 font-style: normal;
8 font-weight: 500;
9 font-size: 14px;
10 line-height: 20px;
11 color: #FFFFFF;
12 border-radius: 5px;
13 }
14 .wdt-datatables-admin-wrap .wdt-support .card-head .wdt-admin-card-header h2 a {
15 box-shadow: none !important;
16 color: #304463 !important;
17 }
18 .wdt-datatables-admin-wrap .wdt-support .card-head .wdt-admin-card-header h2 a i {
19 font-size: 16px;
20 margin-right: 4px;
21 vertical-align: bottom;
22 font-style: normal;
23 line-height: 24px;
24 }
25 .wdt-datatables-admin-wrap .wdt-support .card h5{
26 font-family: Inter;
27 font-style: normal;
28 font-weight: 500;
29 font-size: 20px;
30 line-height: 24px;
31 color: #091D70;
32 margin-bottom: 6px;
33 }
34 .wdt-datatables-admin-wrap .wdt-support .card h5.wdt-large-title {
35 font-size: 24px;
36 line-height: 32px;
37 margin-top: 12px;
38 margin-bottom: 8px;
39 }
40 .wdt-datatables-admin-wrap .wdt-support .card .m-b-28 {
41 margin-bottom: 28px;
42 }
43 .wdt-datatables-admin-wrap .wdt-support .card p{
44 font-family: Inter;
45 font-style: normal;
46 font-weight: normal;
47 font-size: 13px;
48 line-height: 20px;
49 color: #304463;
50 margin-bottom: 12px;
51 }
52
53 .wdt-datatables-admin-wrap .wdt-support .card:not(.card-head) {
54 box-shadow: 0 1px 1px rgba(23, 43, 77, 0.11);
55 }
56 .wdt-datatables-admin-wrap .wdt-support .card-head {
57 background: none;
58 }
59 .wdt-datatables-admin-wrap .wdt-support .card-body {
60 padding: 24px 24px 24px 28px !important;
61 box-shadow: 0 1px 1px rgba(23, 43, 77, 0.11) !important;
62 }
63 .wdt-datatables-admin-wrap .wdt-support .card-body i{
64 margin-right: 8px;
65 }
66 .wdt-datatables-admin-wrap .wdt-support .wdt-support-img {
67 min-height: 470px;
68 background: url(../../img/dashboard/support-page.svg) no-repeat bottom !important;
69 background-size: contain !important;
70 }
71
72 /* FOOTER*/
73 .wdt-datatables-admin-wrap .wdt-support .wpdt-footer-links li {
74 display: inline-block;
75 margin-right: 12px;
76 }
77
78 .wdt-datatables-admin-wrap .wdt-support .wpdt-footer-links li a {
79 color: #5A6C89;
80 }
81 .wdt-datatables-admin-wrap .wdt-support .wdt-footer-title {
82 font-size: 13px;
83 line-height: 20px;
84 color: #304463;
85 margin-top: 60px;
86 margin-bottom: 20px;
87 }
88
89
90 .wdt-datatables-admin-wrap .wdt-support .wdt-footer-title img {
91 margin-left: 10px;
92 vertical-align: bottom;
93 }
94 @media (max-width: 1024px) {
95 .col-sm-6.card-columns {
96 width: 100%;
97 padding: 0 !important;
98 }
99 }
100 @media (max-width: 768px) {
101 .wpdt-c .card .card-header .actions {
102 top: 12px !important;
103 }
104 }
105 @media (max-width: 480px) {
106 .wdt-datatables-admin-wrap .wdt-support .wdt-support-img {
107 min-height: 420px;
108 }
109 }