HEX
Server: Apache/2.4.65 (Ubuntu)
System: Linux ielts-store-v2 6.8.0-1036-gcp #38~22.04.1-Ubuntu SMP Thu Aug 14 01:19:18 UTC 2025 x86_64
User: root (0)
PHP: 7.2.34-54+ubuntu20.04.1+deb.sury.org+1
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,
Upload Files
File: /var/www/html/ielts-store/wp-content/plugins/automatewoo/admin/assets/css/_tables.scss
$color-table-border: #e5e5e5;
$color-table-alt-bg: #F9F9F9;

.automatewoo-table {
	line-height: 1.3;
	color: $color-text-dark-grey;
	background: #fff;
	border: 0;
	border-spacing: 0;
	margin: 0;
	width: 100%;

	&--bordered {
		border: 1px solid $color-table-border;
		box-shadow: 0 1px 1px rgba(0,0,0,.04);
	}

	a {
		text-decoration: none;
	}

	& &__col {
		vertical-align: top;
		border: 0 none;
		border-top: 1px solid #f2f2f2;
		padding: 18px 20px 18px 20px;
		float: none;
	}

	// use when the only element in the cell is a field label text
	& &__col--label {
		border-top-color: #F0F0F0;
		width: 31.5%;
		line-height: 1.15;
		font-size: 13px;
		font-weight: 600;
		border-right: 1px solid #e6e6e6;
		background: $color-table-alt-bg;

		.automatewoo-help-tip {
			margin: 0;
			position: relative;
		}
	}

	// use when the only element in the cell is a field
	& &__col--field {
		padding-top: 13px;
		padding-bottom: 13px;
	}

	& &__row:first-child &__col {
		border-top: none;
	}
}



.automatewoo-cart-table {
	background: transparent;
	width: 100%;
	text-align: left;
	border: 1px solid $grey-border;
	border-bottom: none;
	border-right: none;
	margin: 20px 0;

	th, td {
		padding: 11px 14px;
		vertical-align: top;
		border: none;
		border-bottom: 1px solid $grey-border;
		border-right: 1px solid $grey-border;
	}
}


//
//.automatewoo-info-table {
//	width: 100%;
//	background: $white;
//	border-spacing: 0;
//	color: #505050;
//	@extend %table_border;
//
//	a {
//		text-decoration: none;
//	}
//
//	tr th {
//		width: 270px;
//	}
//
//	th,
//	td {
//		text-align: left;
//		padding: 14px 14px;
//		font-size: 13.5px;
//
//		&:not(:last-child) {
//			//border-right: 1px solid $grey-light-border;
//		}
//	}
//
//	th {
//		font-weight: 600;
//	}
//
//	tr:nth-child(2n + 1) {
//		background: $color-table-alt-bg;
//	}
//}