HEX
Server: Apache
System: Linux WWW 6.1.0-40-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.153-1 (2025-09-20) x86_64
User: web11 (1011)
PHP: 8.2.29
Disabled: NONE
Upload Files
File: /var/www/vfconf/wp-content/plugins/siteorigin-panels/widgets/widgets/price-box/styles/simple.less
/*
Name: Simple
Template: simple
Author: Greg Priday
Author URI: http://siteorigin.com/
*/

@import "../../../less/mixins";
@borders: 1px solid #E0E0E0;
@background_color: #FCFCFC;
@box_shadow: 0 1px 2px rgba(0,0,0,0.1);

& {
	padding: 25px 20px;
	border: @borders;
	background: @background_color;
	.box-shadow(@box_shadow);

	h2 {
		line-height: 1;
		margin: 0 0 0.25em 0;
		text-align: center;
	}

	h4 {
		line-height: 1;
		margin: 0 0 1em 0;
		text-align: center;

		span {
			font-size: 0.6em;
		}
	}

	.origin-widget-button {
		margin-top: 30px;
	}
}