/**
 * Admin Styles
 *
 * @package SessionQuota
 */

@tailwind base;
@tailwind components;
@tailwind utilities;

@layer components {
	.sessionquota-settings {
		margin-top: 20px;
	}

	.sessionquota-settings * {
		box-sizing: border-box;
	}

	/* Keep the info icon aligned with hint text. */
	#enforcement-disabled-hint .dashicons {
		vertical-align: text-bottom;
	}
}
