PluginProbe
Buttonizer – Floating Menus, Sticky Buttons, & Popup Builder / 1.3
Buttonizer – Floating Menus, Sticky Buttons, & Popup Builder v1.3
3.6.0 3.5.0 trunk 1.0.10 1.0.2 1.0.3 1.0.4 1.0.5 1.0.6 1.0.6.1 1.0.7 1.0.8 1.0.9 1.1 1.1.1 1.2 1.3 1.4 1.4.1 1.4.2 1.4.3 1.4.4 1.4.5 1.5 1.5.1 All 110 releases
buttonizer-multifunctional-button / freemius / assets / scss / admin / _deactivation-feedback.scss

_deactivation-feedback.scss in Buttonizer – Floating Menus, Sticky Buttons, & Popup Builder 1.3, 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 }