﻿@import "/UI/Styles/styles.scss";

PlayerIconPanel {
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 64px;
    font-family: $font-primary;
    color: $text-primary-color;
    gap: 20px;

    .player-icon {
        width: 100%;
        aspect-ratio: 1;
        border-radius: 12px;
    }

    .name {
        text-stroke: 12px black;
    }
}
