ui/dotpixeltester.razor.scss
DotPixelTester
{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;

	.TestArea
	{
        position: absolute;
       	top: 0;
       	left: 0;
       	right: 0;
       	bottom: 0;

        >.theDot
        {
            position: absolute;
            width: 12px;
            height: 12px;
            //top: 50%;
            //left:50%;
            background-color: white;
        }
	}
}