PluginProbe
Additional Terms Lite for WooCommerce / 1.6.3
Additional Terms Lite for WooCommerce v1.6.3
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 1.6.3, at assets/css/admin.css

167 lines 3.0 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 }
15
16 .woo-additional-terms-docs-cta a {
17 color: #00818a;
18 font-size: 14px;
19 font-weight: 700;
20 }
21
22 .woo-additional-terms-get-pro {
23 background: #181818;
24 border: 1px solid #dedede;
25 border-radius: 4px;
26 color: #fff;
27 font-size: 16px;
28 line-height: 1.5;
29 margin-top: 40px;
30 padding: 0 24px 30px;
31 text-align: center;
32 }
33
34 .woo-additional-terms-get-pro-logo {
35 background-image: url(../img/logo.svg);
36 background-size: contain;
37 margin: -40px auto 0;
38 height: 85px;
39 width: 85px;
40 }
41
42 .woo-additional-terms-get-pro-title {
43 color: inherit;
44 font-size: 22px;
45 font-weight: 700;
46 }
47
48 .woo-additional-terms-get-pro-features {
49 padding-inline-start: 0;
50 opacity: 0.8;
51 }
52
53 .woo-additional-terms-get-pro-cta a {
54 background-color: #c62a88;
55 border: 1px solid #c62a88;
56 border-radius: 4px;
57 color: inherit;
58 cursor: pointer;
59 display: block;
60 font-size: 16px;
61 font-weight: 500;
62 margin-top: 30px;
63 padding: 11px 24px;
64 text-align: center;
65 text-decoration: none;
66 transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
67 }
68
69 .woo-additional-terms-get-pro-rate {
70 font-size: 14px;
71 margin-top: 24px;
72 }
73
74 .woo-additional-terms-get-pro-rate a {
75 color: inherit;
76 text-decoration: none;
77 }
78
79 .woo-additional-terms-get-pro-rate a:hover strong {
80 text-decoration: underline;
81 }
82
83 .woo-additional-terms-get-pro-cta a:hover {
84 background-color: #e11d74;
85 border-color: #e11d74;
86 }
87
88 .woo-additional-terms-get-pro-cta a:focus {
89 box-shadow: 0 0 0 3px rgba(225, 29, 116, 0.5);
90 }
91
92 .woo-additional-terms-get-pro-rate div {
93 align-items: center;
94 display: flex;
95 justify-content: center;
96 }
97
98 .woo-additional-terms-get-pro-rate .dashicons {
99 width: 18px;
100 height: 18px;
101 font-size: 18px;
102 }
103
104 .woo-additional-terms-get-pro-rate .dashicons-wordpress {
105 margin-inline-end: 5px;
106 }
107
108 .woo-additional-terms-get-pro-rating-text {
109 margin-inline-start: 5px;
110 }
111
112 @media (min-width: 1200px) {
113
114 .woo-additional-terms-page .form-table,
115 .woo-additional-terms-page .submit {
116 clear: left;
117 float: left;
118 width: calc(100% - 320px);
119 }
120
121 .woo-additional-terms-page-sidebar {
122 float: right;
123 margin-left: 20px;
124 width: 300px;
125 }
126 }
127
128 @media (max-width: 1199px) {
129
130 .woo-additional-terms-page #mainform {
131 display: table;
132 width: 100%;
133 }
134
135 .woo-additional-terms-page .woocommerce nav.woo-nav-tab-wrapper {
136 margin-top: 0;
137 }
138
139 .woo-additional-terms-page-sidebar {
140 display: table-footer-group;
141 }
142
143 .woo-additional-terms-page-sidebar > div {
144 width: min(300px, 100%);
145 }
146
147 }
148
149 @media (max-width: 1199px) and (min-width: 769px) {
150
151 .woo-additional-terms-page-sidebar > div {
152 vertical-align: top;
153 display: inline-block;
154 }
155
156 .woo-additional-terms-get-pro {
157 margin-right: 30px;
158 }
159 }
160
161 @media (max-width: 768px) {
162
163 .woo-additional-terms-page-sidebar > div {
164 margin-inline: auto;
165 }
166 }
167