@import "/UI/Style.scss";

TopPlayerResult {
	min-height: 60;

	&:not(.best) {
		&:nth-child(odd) {
			background-color: #3f4037;
		}

		&:nth-child(even) {
			background-color: #323232;
		}
	}

	// Player row font size.
	.player {
		height: 100%;
		font-size: 26;
	}

	.pfp {
		width: 38;
		height: 38;
		flex-shrink: 0;
		align-items: center;
		justify-content: center;

		img {
			width: 32;
			height: 32;
			flex-shrink: 0;
		}

		&.best {
			background-color: $gray;
		}
	}
}
