PluginProbe
MONEI Payments for WooCommerce / 5.0
MONEI Payments for WooCommerce v5.0
7.3.3 7.3.2 7.3.1 7.3.0 7.2.4 7.2.3 7.2.2 7.2.0 7.2.1 7.1.3 2.1.0 3.0.0 3.1.0 3.1.1 4.0.0 4.1.0 4.1.1 4.2.0 4.2.1 5.0 5.1.0 5.1.1 5.1.2 5.2.2 5.2.3 All 87 releases
monei / assets / css / monei-css.css

monei-css.css in MONEI Payments for WooCommerce 5.0, at assets/css/monei-css.css

42 lines 811 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
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 }