analytics-consent-modal.css
2 years ago
analytics-consent-modal.css.map
2 years ago
analytics-consent-modal.min.css
2 years ago
analytics-consent-modal.min.css.map
2 years ago
colors.css
2 years ago
colors.css.map
2 years ago
colors.min.css
3 years ago
colors.min.css.map
2 years ago
wpstg-admin-all-pages.css
2 years ago
wpstg-admin-all-pages.css.map
2 years ago
wpstg-admin-all-pages.min.css
2 years ago
wpstg-admin-all-pages.min.css.map
2 years ago
wpstg-admin-feedback.css
5 years ago
wpstg-admin-feedback.css.map
5 years ago
wpstg-admin-feedback.min.css
5 years ago
wpstg-admin-feedback.min.css.map
5 years ago
wpstg-admin.css
2 years ago
wpstg-admin.css.map
2 years ago
wpstg-admin.min.css
2 years ago
wpstg-admin.min.css.map
2 years ago
wpstg-sweetalert2.css
4 years ago
wpstg-sweetalert2.css.map
4 years ago
wpstg-sweetalert2.min.css
2 years ago
wpstg-sweetalert2.min.css.map
2 years ago
wpstg-admin-feedback.css
41 lines
| 1 | /** |
| 2 | PLUGINS ADMIN PAGE |
| 3 | */ |
| 4 | #wpstg-feedback-overlay { |
| 5 | /* Height & width depends on how you want to reveal the overlay (see JS below) */ |
| 6 | height: 100%; |
| 7 | width: 100%; |
| 8 | position: fixed; /* Stay in place */ |
| 9 | z-index: 10000; /* Sit on top */ |
| 10 | left: 0; |
| 11 | top: 0; |
| 12 | background-color: rgb(120,120,120); /* Black fallback color */ |
| 13 | background-color: rgba(0,0,0, 0.5); /* Black w/opacity */ |
| 14 | } |
| 15 | #wpstg-feedback-content { |
| 16 | position: relative; |
| 17 | top: 25%; /* 25% from the top */ |
| 18 | width: 500px; |
| 19 | max-width: 100%; |
| 20 | margin: auto; |
| 21 | margin-top: 30px; /* 30px top margin to avoid conflict with the close button on smaller screens */ |
| 22 | max-height: 50%; |
| 23 | padding: 20px; |
| 24 | background-color: #fff; |
| 25 | overflow-y: auto; |
| 26 | } |
| 27 | #wpstg-feedback-content textarea, |
| 28 | #wpstg-feedback-content input[type="text"] { display:none;width:100%; } |
| 29 | .wpstg-feedback-not-deactivate { display: block; text-align: right; } |
| 30 | |
| 31 | #wpstg-feedback-content h3{ |
| 32 | margin:5px; |
| 33 | } |
| 34 | |
| 35 | @media screen and (max-width:400px){ |
| 36 | #wpstg-feedback-content { |
| 37 | padding:0px; |
| 38 | padding-bottom:50px; |
| 39 | } |
| 40 | } |
| 41 | /*# sourceMappingURL=wpstg-admin-feedback.css.map */ |