admin.css
3 days ago
font.css
3 days ago
font.min.css
3 days ago
new-rules-table-popup.css
3 days ago
onboarding.css
3 days ago
rules-settings.css
3 days ago
font.css
64 lines
| 1 | @font-face { |
| 2 | font-family: 'flexible-shipping'; |
| 3 | src: url('../fonts/flexible-shipping.eot?imgwjn'); |
| 4 | src: url('../fonts/flexible-shipping.eot?imgwjn#iefix') format('embedded-opentype'), |
| 5 | url('../fonts/flexible-shipping.ttf?imgwjn') format('truetype'), |
| 6 | url('../fonts/flexible-shipping.woff?imgwjn') format('woff'), |
| 7 | url('../fonts/flexible-shipping.svg?imgwjn#flexible-shipping') format('svg'); |
| 8 | font-weight: normal; |
| 9 | font-style: normal; |
| 10 | } |
| 11 | |
| 12 | div.shipping-status a.icon-status { |
| 13 | font-family: 'flexible-shipping' !important; |
| 14 | speak: none; |
| 15 | font-style: normal; |
| 16 | font-weight: normal; |
| 17 | font-variant: normal; |
| 18 | text-transform: none; |
| 19 | line-height: 1; |
| 20 | display: inline-block; |
| 21 | overflow: hidden; |
| 22 | text-indent: -9999px; |
| 23 | height: 2em!important; |
| 24 | width: 2em; |
| 25 | -webkit-font-smoothing: antialiased; |
| 26 | -moz-osx-font-smoothing: grayscale; |
| 27 | } |
| 28 | |
| 29 | div.shipping-status a.icon-status:before { |
| 30 | font-size: 20px; |
| 31 | float: left; |
| 32 | text-align: center; |
| 33 | background: transparent none; |
| 34 | margin: 0 0 0 5px; |
| 35 | text-indent: 0; |
| 36 | } |
| 37 | |
| 38 | .icon-plus-circle:before, .icon-status-new:before { |
| 39 | color: #ffba00; |
| 40 | background: transparent none; |
| 41 | text-indent: 0; |
| 42 | content: "\f055"; |
| 43 | } |
| 44 | .icon-check-circle:before, .icon-status-confirmed:before { |
| 45 | color: #2ea2cc; |
| 46 | content: "\f058"; |
| 47 | } |
| 48 | .icon-exclamation-circle:before, .icon-status-error:before { |
| 49 | color: #d0c21f; |
| 50 | content: "\f06a"; |
| 51 | } |
| 52 | .icon-truck:before { |
| 53 | content: "\f0d1"; |
| 54 | } |
| 55 | .icon-pause-circle:before, .icon-status-created:before { |
| 56 | color: #999; |
| 57 | content: "\f28b"; |
| 58 | } |
| 59 | |
| 60 | .icon-check-circle:before, .icon-status-manifest:before { |
| 61 | color: #00aE11; |
| 62 | content: "\f058"; |
| 63 | } |
| 64 |