fontawesome
3 years ago
admin.css
2 years ago
chosen-sprite.png
9 years ago
chosen-sprite@2x.png
9 years ago
chosen.min.css
9 years ago
datepicker.css
5 years ago
index.php
8 years ago
mailin-front.css
7 years ago
push-admin.css
1 year ago
push-amp.css
1 year ago
select2.min.css
1 year ago
push-amp.css
40 lines
| 1 | .sib-amp-web-push-container { |
| 2 | margin: 0 auto; |
| 3 | } |
| 4 | amp-web-push-widget { |
| 5 | margin: 0; |
| 6 | padding: 0; |
| 7 | } |
| 8 | amp-web-push-widget button { |
| 9 | width: 250px; |
| 10 | text-align: center; |
| 11 | display: flex; |
| 12 | align-items: center; |
| 13 | box-sizing: border-box; |
| 14 | margin: 0; |
| 15 | padding: 10px 5px; |
| 16 | font-size: 15px; |
| 17 | font-weight: 400; |
| 18 | justify-content: center; |
| 19 | border: none; |
| 20 | cursor: pointer; |
| 21 | outline: none; |
| 22 | } |
| 23 | amp-web-push-widget button.subscribe { |
| 24 | border-radius: 2px; |
| 25 | background: #4A90E2; |
| 26 | color: white; |
| 27 | box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.5); |
| 28 | -webkit-tap-highlight-color: rgba(0, 0, 0, 0); |
| 29 | } |
| 30 | |
| 31 | amp-web-push-widget button.subscribe .subscribe-icon { |
| 32 | margin-right: 10px; |
| 33 | fill: white; |
| 34 | } |
| 35 | |
| 36 | amp-web-push-widget button.unsubscribe { |
| 37 | color: #B1B1B1; |
| 38 | -webkit-tap-highlight-color: rgba(0, 0, 0, 0); |
| 39 | } |
| 40 |