PluginProbe
wpDataTables – WordPress Data Table, Dynamic Tables & Table Charts Plugin / 6.5.1.7
wpDataTables – WordPress Data Table, Dynamic Tables & Table Charts Plugin v6.5.1.7
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 / promo.css

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

136 lines 3.0 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 @import url('https://fonts.googleapis.com/css2?family=Inter:wght@200;700&family=Kaushan+Script&display=swap');
2 @import url('https://fonts.googleapis.com/css2?family=Inter:wght@200;500;700&display=swap');
3 #wpdt-promo-section {
4 position: relative;
5 display: flex;
6 justify-content: space-between;
7 align-items: center;
8 background: url("../../../assets/img/promo/background.png");
9 }
10 #wpdt-promo-section img{
11 width: 100%;
12 }
13 .wpdt-promo-notice {
14 border: none !important;
15 padding: 0 !important;
16 }
17 #wpdt-promo-section {
18 height: 140px;
19 }
20
21 .wpdt-promo-logo {
22 display: inline-block;
23 margin-left:40px;
24 }
25 .wpdt-promo-discounts {
26 height: 160px;
27 }
28
29 .wpdt-promo-close {
30 position: absolute;
31 right: 20px;
32 top: 10px;
33 }
34 button#wpdt-grab-it {
35 padding: 12px 20px;
36 background: linear-gradient(351.76deg, #FFD601 -8.07%, #FCFF7D 123.41%);
37 border-radius: 9px;
38 border: none;
39 font-family: 'Inter';
40 font-style: normal;
41 font-weight: 700;
42 font-size: 20px;
43 line-height: 24px;
44 margin: 0 40px 0 0;
45 text-align: center;
46 color: #011D9F;
47 width: 160px;
48 }
49 .tms-store-card-plan-ribbon-dis .tms-store-card-plan-ribbon-text,
50 .tms-store-card-plan-buy-now-button {
51 background: linear-gradient(351.76deg, #FFD601 -8.07%, #FCFF7D 123.41%);
52 }
53 button#wpdt-grab-it:hover,
54 .tms-store-card-plan-buy-now-button:hover {
55 background: #FFD601;
56 color: #011D9F !important;
57 transition: none !important;
58 }
59 .wpdt-promo-dismiss-text {
60 font-family: 'Inter';
61 font-style: normal;
62 font-weight: 400;
63 font-size: 14px;
64 margin-left: 65px;
65 line-height: 19px;
66 text-align: center;;
67 opacity: 0.8;
68 color: #FFFFFF;
69 }
70 .wpdt-icon-times-thin{
71 margin-left: 10px;
72 opacity: 0.8;
73 cursor: pointer;
74 color: #FFFFFF;
75 }
76 .wpdt-promo-notice .notice-dismiss {
77 display: none !important;
78 }
79
80 .tms-store-col-active:nth-child(2):hover {
81 padding-bottom: 18px !important;
82 }
83 .tms-store-col:nth-child(1) .tms-store-card, .tms-store-col:nth-child(3) .tms-store-card {
84 max-height: 499px;
85 }
86 @media(max-width: 1441px) {
87 #wpdt-promo-section img {
88 width: 90%;
89 }
90 .wpdt-promo-logo {
91 margin-left: 10px;
92 }
93 div#wpdt-first-section,
94 #wpdt-second-section {
95 text-align: center;
96 }
97 button#wpdt-grab-it {
98 margin-right: 10px;
99 }
100 }
101 @media(max-width: 1025px) {
102 .wpdt-promo-discounts {
103 height: 140px;
104 }
105 #wpdt-second-section {
106 display: none;
107 }
108 .wpdt-promo-dismiss-text {
109 display: none;
110 }
111
112 }
113
114 @media(min-width: 625px) and (max-width: 960px) {
115 .tms-store-col:nth-child(2) {
116 background: none !important;
117 }
118 }
119
120 @media(max-width: 625px) {
121 #wpdt-third-section {
122 display: none;
123 }
124 #wpdt-promo-section {
125 flex-direction: column;
126 height: 160px;
127 }
128 #wpdt-first-section img {
129 margin-top: 10px;
130 padding-bottom: 10px;
131 }
132 button#wpdt-grab-it {
133 margin-bottom: 10px;
134 }
135 }
136