@use "~admin-stylesheets/colors";

.nab-experiment-management {
	border-top: none;

	&__trash {

		button.components-button.is-large {
			border-color: colors.$nab-text-red;
			color: colors.$nab-text-red;
			justify-content: center;
			width: 100%;
		}
	}
}
