woocat-admin.css
40 lines
| 1 | /* |
| 2 | Discounts Gateway styling |
| 3 | Created on : May 4, 2015, 5:22:43 PM |
| 4 | Author : impleCode |
| 5 | http://implecode.com/wordpress/plugins/scheduled-discounts/ |
| 6 | */ |
| 7 | |
| 8 | .al-box.warning, #content .boxed #product_details > div.al-box.warning { |
| 9 | background-color: #fefccb; |
| 10 | background-image: url('images/warning.png'); |
| 11 | } |
| 12 | |
| 13 | .al-box.info, #content .boxed #product_details > div.al-box.info { |
| 14 | background-color: #dbecff; |
| 15 | background-image: url('images/info.png'); |
| 16 | } |
| 17 | |
| 18 | .al-box.plus, #content .boxed #product_details > div.al-box.plus { |
| 19 | background-color: #e1f3c1; |
| 20 | background-image: url('images/plus.png'); |
| 21 | } |
| 22 | |
| 23 | .al-box.success, #content .boxed #product_details > div.al-box.success { |
| 24 | background-color: #e1f3c1; |
| 25 | background-image: url('images/success.png'); |
| 26 | } |
| 27 | |
| 28 | .al-box, .al-box.success, #integration_wizard .al-box, #content .boxed #product_details > div.al-box { |
| 29 | background-repeat: no-repeat; |
| 30 | background-position: 1%; |
| 31 | padding: 10px 10px 10px 60px; |
| 32 | font-weight: bold; |
| 33 | margin: 10px 0 10px 0; |
| 34 | position: relative; |
| 35 | display: inline-block; |
| 36 | max-width: 509px; |
| 37 | box-shadow: 0 0 1px 1px #444; |
| 38 | box-sizing: border-box; |
| 39 | line-height: 1.2; |
| 40 | } |