PluginProbe
Additional Terms Lite for WooCommerce / trunk
Additional Terms Lite for WooCommerce vtrunk
1.7.3 1.7.2.1 trunk 1.0.1 1.0.2 1.1.0 1.2.0 1.2.1 1.2.2 1.3.0 1.3.1 1.3.2 1.3.3 1.3.4 1.3.5 1.3.6 1.4.0 1.4.1 1.5.0 1.5.1 1.5.2 1.6.0 1.6.1 1.6.2 1.6.3 All 35 releases
woo-additional-terms / assets / css / admin.css

admin.css in Additional Terms Lite for WooCommerce trunk, at assets/css/admin.css

189 lines 3.6 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /* General styles.
2 * The following will apply settings-wide.
3 ----------------------------------------------------------------------------- */
4 .woo-additional-terms-docs {
5 background: #fff;
6 border: 1px solid #dedede;
7 border-radius: 4px;
8 margin-top: 40px;
9 padding: 0 20px 5px;
10 }
11
12 .woo-additional-terms-docs-title {
13 font-size: 18px;
14 padding-top: 20px;
15 margin: 0;
16 }
17
18 .woo-additional-terms-docs-cta a {
19 color: #00818a;
20 font-size: 14px;
21 font-weight: 700;
22 }
23
24 .woo-additional-terms-get-pro {
25 background: #181818;
26 border: 1px solid #dedede;
27 border-radius: 4px;
28 color: #fff;
29 font-size: 16px;
30 line-height: 1.5;
31 margin-top: 40px;
32 padding: 0 24px 30px;
33 text-align: center;
34 }
35
36 .woo-additional-terms-get-pro-logo {
37 background-image: url(../img/logo.svg);
38 background-size: contain;
39 margin: -40px auto 0;
40 height: 85px;
41 width: 85px;
42 }
43
44 .woo-additional-terms-get-pro-title {
45 color: inherit;
46 font-size: 22px;
47 font-weight: 700;
48 }
49
50 .woo-additional-terms-get-pro-features {
51 padding-inline-start: 0;
52 opacity: 0.8;
53 }
54
55 .woo-additional-terms-get-pro-cta a {
56 background-color: #c62a88;
57 border: 1px solid #c62a88;
58 border-radius: 4px;
59 color: inherit;
60 cursor: pointer;
61 display: block;
62 font-size: 16px;
63 font-weight: 500;
64 margin-top: 30px;
65 padding: 11px 24px;
66 text-align: center;
67 text-decoration: none;
68 transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
69 }
70
71 .woo-additional-terms-get-pro-rate {
72 font-size: 14px;
73 margin-top: 24px;
74 }
75
76 .woo-additional-terms-get-pro-rate a {
77 color: inherit;
78 text-decoration: none;
79 }
80
81 .woo-additional-terms-get-pro-rate a:hover strong {
82 text-decoration: underline;
83 }
84
85 .woo-additional-terms-get-pro-cta a:hover {
86 background-color: #e11d74;
87 border-color: #e11d74;
88 }
89
90 .woo-additional-terms-get-pro-cta a:focus {
91 box-shadow: 0 0 0 3px rgba(225, 29, 116, 0.5);
92 }
93
94 .woo-additional-terms-get-pro-rate div {
95 align-items: center;
96 display: flex;
97 justify-content: center;
98 }
99
100 .woo-additional-terms-get-pro-rate .dashicons {
101 width: 18px;
102 height: 18px;
103 font-size: 18px;
104 }
105
106 .woo-additional-terms-get-pro-rate .dashicons-wordpress {
107 margin-inline-end: 5px;
108 }
109
110 .woo-additional-terms-get-pro-rating-text {
111 margin-inline-start: 5px;
112 }
113
114 .woocommerce_page_wc-settings-woo-additional-terms #wpfooter {
115 position: relative;
116 }
117
118 .woo-additional-terms-page #mainform,
119 .woo-additional-terms-page .notice {
120 box-sizing: border-box;
121 float: left;
122 width: 100%;
123 }
124
125 .woocommerce_page_wc-settings-woo-additional-terms #message {
126 clear: both;
127 }
128
129 @media (min-width: 1200px) {
130
131 .woo-additional-terms-page .form-table,
132 .woo-additional-terms-page .submit {
133 clear: left;
134 float: left;
135 width: calc(100% - 320px);
136 }
137
138 .woo-additional-terms-page-sidebar {
139 float: right;
140 margin-left: 20px;
141 width: 300px;
142 }
143
144 body.woo-additional-terms-page #mainform::after {
145 content: "";
146 display: table;
147 width: 100%;
148 }
149 }
150
151 @media (max-width: 1199px) {
152
153 .woo-additional-terms-page #mainform {
154 display: table;
155 }
156
157 .woo-additional-terms-page .woocommerce nav.woo-nav-tab-wrapper {
158 margin-top: 0;
159 }
160
161 .woo-additional-terms-page-sidebar {
162 display: table-footer-group;
163 }
164
165 .woo-additional-terms-page-sidebar > div {
166 width: min(300px, 100%);
167 }
168
169 }
170
171 @media (max-width: 1199px) and (min-width: 769px) {
172
173 .woo-additional-terms-page-sidebar > div {
174 vertical-align: top;
175 display: inline-block;
176 }
177
178 .woo-additional-terms-get-pro {
179 margin-right: 30px;
180 }
181 }
182
183 @media (max-width: 768px) {
184
185 .woo-additional-terms-page-sidebar > div {
186 margin-inline: auto;
187 }
188 }
189