| 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 |
} |