monei-css.css in MONEI Payments for WooCommerce 5.0, at assets/css/monei-css.css
| 1 | .moneinotice { |
| 2 | position: relative; |
| 3 | box-sizing: border-box; |
| 4 | animation: appear .3s ease-in-out; |
| 5 | background: #ffffff; |
| 6 | color: #000000; |
| 7 | display: inline-flex; |
| 8 | flex-wrap: nowrap; |
| 9 | flex-direction: row; |
| 10 | width: auto; |
| 11 | border-radius: 3px; |
| 12 | min-height: 20px; |
| 13 | margin: 0; |
| 14 | padding: 0; |
| 15 | text-decoration: none; |
| 16 | text-transform: none; |
| 17 | vertical-align: middle; |
| 18 | line-height: 1.5; |
| 19 | box-shadow: 0 1px 1px 0 rgba( 0, 0, 0, 0.1 ); |
| 20 | } |
| 21 | |
| 22 | .moneinotice-dash { |
| 23 | color: white; |
| 24 | display: flex; |
| 25 | align-items: baseline; |
| 26 | justify-content: center; |
| 27 | border-radius: 3px 0 0 3px; |
| 28 | flex-shrink: 0; |
| 29 | align-self: stretch; |
| 30 | background: #46b450; |
| 31 | width: 28px; |
| 32 | padding: 15px 15px; |
| 33 | } |
| 34 | .moneinotice__content { |
| 35 | color: #000000; |
| 36 | line-height: 1.5; |
| 37 | text-decoration: none; |
| 38 | text-transform: none; |
| 39 | flex-grow: 1; |
| 40 | font-size: 12px; |
| 41 | padding: 15px 15px; |
| 42 | } |