ui/components/inputglyph/inputglyph.razor.scss
@import "/ui/styles/_theme.scss";

.input-glyph {
	flex-direction: row;
	align-items: center;
	justify-content: center;

	img {
		width: 32px;
		height: 32px;
	}

	.input-glyph__fallback {
		padding: 3px 8px;
		background-color: rgba(255, 255, 255, 0.06);
		border: 1px solid $line-strong;
		color: $text;
		font-family: $font-mono;
		font-size: $fs-1;
		font-weight: 800;
		letter-spacing: 1px;
		text-transform: uppercase;
	}
}