@reference "tailwindcss";

.personalization-settings {
	router-outlet {
		+ * {
			@apply absolute inset-0 w-full h-full pb-2 px-2 basis-0;

			@media (min-width: 1280px) {
				@apply relative;
			}
		}
	}
}
