@use "../../variables/icons" as icons;
@use "../../variables/colors" as colors;

#edd-payment-gateways {

	label {
		margin-right: auto;
	}

	.button.edd-settings__button-settings {
		margin: 0;
		background-image: icons.$icon-settings;
		background-size: 1em;
		background-repeat: no-repeat;
		background-position: center;
		min-height: unset;
		height: 1.5em;
		width: 1.5em;
		border: none;
		background-color: colors.$wp-alternate;

		&:hover,
		&:active {
			background-image: icons.$icon-settings;
			background-size: 1em;
			background-repeat: no-repeat;
			background-position: center;
		}

		.edd-plugin__active & {
			display: block;
		}
	}

	.edd-sortable-list__item:after {
		margin-left: 0;
	}
}
