# woo-vipps/6.2.5/recurring/assets/css/vipps-recurring-admin.css

Pay with Vipps and MobilePay for WooCommerce, version 6.2.5. 59 lines.

- Page: https://pluginprobe.com/plugins/woo-vipps/6.2.5/code/recurring/assets/css/vipps-recurring-admin.css
- Raw: https://pluginprobe.com/plugins/woo-vipps/6.2.5/raw/recurring/assets/css/vipps-recurring-admin.css
- Modified: 2025-01-13T14:06:20+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/woo-vipps/6.2.5/code/recurring/assets/css/vipps-recurring-admin.css#L10-L20`.

```css
#woocommerce-product-data ul.wc-tabs li.wc_vipps_recurring_options a:before {
	font-family: initial;
	content: "";
	background-repeat: no-repeat;
	background-size: 100%;
	height: 13px;
	width: 13px;
	display: inline-block;
	vertical-align: middle;
}

.notice-vipps-recurring {
	min-height: 56px;
}

.notice-vipps-recurring.vipps {
	border-left-color: #fe5b24;
}

.notice-vipps-recurring.mobilepay {
	border-left-color: #5A78FF;
}

.notice-vipps-recurring__inner {
	display: flex;
	align-items: center;
}

.notice-vipps-recurring__inner img {
	padding: 10px 0;
	height: 40px;
}

.notice-vipps-recurring--login-promotion {
	background: #fe5b24 !important;
	border-color: #fe5b24;
	color: #fff;
}

.notice-vipps-recurring--login-promotion .notice-dismiss:before {
	color: #fff;
}

.notice-vipps-recurring--login-promotion a {
	color: #fff;
}

.capture-payment-button.vipps, .capture-payment-button.vipps:hover {
	background-color: #ff5b24;
	border-color: #ff5b24;
	color: #ffffff;
}

.capture-payment-button.mobilepay, .capture-payment-button.mobilepay:hover {
	background-color: #5A78FF;
	border-color: #5A78FF;
	color: #ffffff;
}

```
