@use "/node_modules/intro.js/introjs.css";
@use "~admin-stylesheets/colors";

.nab-walkthrough-tooltip {
	border-radius: 2px;

	.introjs-bullets a {
		font-size: 8px;
		height: 1em !important;
		width: 1em !important;

		&.active {
			background: colors.$wp-components-color-accent;
		}
	}
}
