/**
 * @author:	Emmanuel SMITH <hey@emmanuel-smith.me>
 * project:	ets2-dashboard-skin
 * file: 	_damage.scss
 * Date: 	06/04/2020
 * Time: 	18:34
 */

.damage {
	background: $cBlackTransparentHigh;
	color: $cWhite;
	font-size: 1rem;
	font-weight: bold;
	width: 6rem;
	@include prefixer( display, flex, ("webkit", "moz") );
	@include prefixer( justify-content, center, ("webkit", "moz") );
	text-align: center;
	
	&.left{
		margin-left: .5rem;
		border-left: solid 2px $cRed;
	}
	
	&.right{
		margin-right: .5rem;
		border-right: solid 2px $cRed;
	}
}
