@use "~admin-stylesheets/colors";

.nab-big-message {
	align-items: center;
	display: flex;
	flex-direction: column;

	&__logo {
		max-width: 180px;
		width: 100%;

		path {
			fill: transparent;
			stroke: colors.$nab-border;
			stroke-width: 0.3px;
		}
	}

	&__text {
		font-size: 1.4em;
	}
}
