// Copyright (c) ppy Pty Ltd . Licensed under the GNU Affero General Public License v3.0. // See the LICENCE file in the repository root for full licence text. .beatmap-basic-stats { display: flex; gap: 10px; justify-content: space-between; font-weight: 600; font-size: @font-size--normal; color: @yellow-light; &__entry { display: flex; flex: none; align-items: center; } &__entry-icon { width: 24px; height: 24px; background-size: contain; margin-right: 3px; } }