PluginProbe
seQura / 2.0.12
seQura v2.0.12
4.3.4 4.3.3 4.3.2 4.3.1 trunk 2.0.0 2.0.10 2.0.11 2.0.12 2.0.5 2.0.6 2.0.7 2.0.8 2.0.9 3.0.0 3.0.2 3.0.5 3.0.6 3.0.7 3.1.0 3.1.1 3.2.0 3.2.1 3.2.2 4.0.0 All 30 releases
sequra / assets / css / sequracheckout.css

sequracheckout.css in seQura 2.0.12, at assets/css/sequracheckout.css

32 lines 623 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .payment_method_sequra div.sq_payment_method {
2 display: flex;
3 flex-wrap: wrap;
4 margin-bottom:15px;
5 padding:15px;
6 border-radius: 3px;
7 border: lightgray solid 1px;
8 background-color: white;
9 align-items: center;
10 }
11 .payment_method_sequra div.sq_payment_method input {
12 margin: auto 0.5em auto 0px;
13 }
14 label.sq_payment_method {
15 display: flex;
16 align-items: center;
17 }
18 #payment ul.payment_methods li label.sq_payment_method img,
19 label.sq_payment_method img
20 {
21 margin-right: 10px;
22 }
23 .sq_payment_method_title {
24 flex-grow: 4;
25 }
26 .sq_payment_method_title {
27 font-weight: bold;
28 }
29 .sq_payment_method_cost {
30 margin-left: auto;
31 }
32