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 / _deactivation-feedback.scss

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

55 lines 835 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 @import "../colors";
2
3 .fs-modal.fs-modal-deactivation-feedback {
4 .reason-input, .internal-message {
5 margin: 3px 0 3px 22px;
6
7 input, textarea {
8 width: 100%;
9 }
10 }
11
12 li.reason {
13 &.has-internal-message .internal-message {
14 border: 1px solid lighten($darkest-color, 80%);
15 padding: 7px;
16 display: none;
17 }
18
19 @media (max-width: 650px) {
20 li.reason {
21 margin-bottom: 10px;
22
23 .reason-input, .internal-message {
24 margin-left: 29px;
25 }
26
27 label {
28 display: table;
29
30 > span {
31 display: table-cell;
32 font-size: 1.3em;
33 }
34 }
35 }
36 }
37 }
38
39 .anonymous-feedback-label {
40 float: left;
41 }
42
43 .fs-modal-panel {
44 margin-top: 0 !important;
45
46 h3 {
47 margin-top: 0;
48 line-height: 1.5em;
49 }
50 }
51 }
52
53 #the-list .deactivate > .fs-slug {
54 display: none;
55 }