@use "~admin-stylesheets/colors";

.nab-invoice {

	&:nth-child(odd) {
		background: colors.$nab-background-light-grey;
	}

	&__reference,
	&__date {
		padding: 0.8em 1.2em;
		text-align: left;
	}

	&__total {
		padding: 0.8em 1.2em;
		text-align: right;

		&-value--refunded {
			text-decoration: line-through;
		}
	}

	&__link {
		font-weight: 700;
		text-decoration: none;
	}

	&__label {
		color: colors.$nab-text-light-grey;
		margin-right: 0.5em;
		text-decoration: none;
	}
}
