HEX
Server: Apache
System: Linux dev.epsylon.net 3.10.0-1160.144.1.el7.tuxcare.els2.x86_64 #1 SMP Sun Feb 15 11:22:42 UTC 2026 x86_64
User: graficav (1037)
PHP: 8.2.30
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/graficav/holatimbres.cl/themes/default-bootstrap/sass/modules/carriercompare/style.scss
@import '../../_theme_variables';
#compare_shipping {

	.form-group {
		line-height:normal;
		margin-bottom:10px;

		label {margin-bottom:6px;}

		.form-control {
			width:263px;
		}

		&.last {
			margin-bottom:20px;
			input {margin-bottom:3px;}
		}
	}

	.table {
		background:$light-background;

		thead {

			tr {

				th {
					background:$light-background;
					padding:4px 10px 3px 10px;
				}
			}
		}
		tbody {

			td {
				margin:0;

				&.carrier_action {
					width:54px;
					padding-left:0;
					padding-right:0;
					text-align:center;

					input {
						margin:0;
					}
				}
			}
		}
	}
}
#availableCarriers {

	.table {
		margin-bottom:20px;
	}
}
#compare_shipping ul#carriercompare_errors_list {
	color: red;
}
#compare_shipping_form { padding-bottom:20px;}
#compare_shipping ul#carriercompare_errors_list li {
	margin-left: 30px;
	text-decoration: none;
	list-style: none;
}

#SE_AjaxDisplay
{
	text-align: center;
	display: none;
}

#SE_AjaxDisplay img
{
	width: 15px;
}
.SE_SubmitRefreshCard {

	button {
		float:left;

		&#carriercompare_submit {
			margin-right:10px;
		}
	}
}
#carriercompare_errors {display:none;}