PluginProbe
Tiered Pricing Table for WooCommerce / 2.0.2
Tiered Pricing Table for WooCommerce v2.0.2
8.0.2 7.1.7 7.1.5 7.1.4 7.1.1 6.5.0 6.4.0 6.1.0 trunk 1.0 1.1 2.0 2.0.1 2.0.2 2.1 2.1.1 2.1.2 2.2.0 2.2.1 2.2.2 2.2.3 2.3.0 2.3.1 2.3.2 2.3.3 All 91 releases
tier-pricing-table / freemius / assets / scss / admin / _auto-install.scss

_auto-install.scss in Tiered Pricing Table for WooCommerce 2.0.2, at freemius/assets/scss/admin/_auto-install.scss

33 lines 685 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .fs-modal-auto-install
2 {
3 $max-width: 300px;
4
5 #request-filesystem-credentials-form
6 {
7 h2,
8 .request-filesystem-credentials-action-buttons
9 {
10 display: none;
11 }
12
13 input[type=password]=password],
14 input[type=email]=email],
15 input[type=text]=text]
16 {
17 -webkit-appearance: none;
18 padding: 10px 10px 5px 10px;
19 width: $max-width;
20 max-width: 100%;
21 }
22
23 > div,
24 label,
25 fieldset
26 {
27 width: $max-width;
28 max-width: 100%;
29 margin: 0 auto;
30 display: block;
31 }
32 }
33 }