# sequra/2.0.12/assets/css/sequracheckout.css

seQura, version 2.0.12. 32 lines.

- Page: https://pluginprobe.com/plugins/sequra/2.0.12/code/assets/css/sequracheckout.css
- Raw: https://pluginprobe.com/plugins/sequra/2.0.12/raw/assets/css/sequracheckout.css
- Modified: 2023-04-21T14:25:06+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/sequra/2.0.12/code/assets/css/sequracheckout.css#L10-L20`.

```css
.payment_method_sequra div.sq_payment_method {
	display: flex;
	flex-wrap: wrap;
	margin-bottom:15px;
	padding:15px;
	border-radius: 3px;
	border: lightgray solid 1px;
	background-color: white;
	align-items: center;
}
.payment_method_sequra div.sq_payment_method input {
	margin: auto 0.5em auto 0px;
}
label.sq_payment_method {
	display: flex;
	align-items: center;
}
#payment ul.payment_methods li label.sq_payment_method img,
label.sq_payment_method img
{
	margin-right: 10px;
}
.sq_payment_method_title {
	flex-grow: 4;
}
.sq_payment_method_title {
	font-weight: bold;
}
.sq_payment_method_cost {
	margin-left: auto;
}

```
