ga_additional.css
6 years ago
ga_modal.css
9 years ago
ga_old_wp_support.css
9 years ago
googleanalytics.css
6 years ago
ga_old_wp_support.css
20 lines
| 1 | .notice { |
| 2 | background: #fff none repeat scroll 0 0; |
| 3 | border-left: 4px solid #fff; |
| 4 | box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1); |
| 5 | margin: 5px 0 15px; |
| 6 | padding: 1px 12px; |
| 7 | } |
| 8 | .notice-warning { |
| 9 | border-left-color: #ffb900; |
| 10 | } |
| 11 | .notice-success { |
| 12 | border-left-color: #46b450; |
| 13 | } |
| 14 | .notice-error{ |
| 15 | border-left-color: #dc3232; |
| 16 | } |
| 17 | .notice p{ |
| 18 | margin: 0.5em 0; |
| 19 | padding: 2px; |
| 20 | } |