the browser-facing portion of osu!
at master 534 B view raw
1// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the GNU Affero General Public License v3.0. 2// See the LICENCE file in the repository root for full licence text. 3 4.beatmap-basic-stats { 5 display: flex; 6 gap: 10px; 7 justify-content: space-between; 8 font-weight: 600; 9 font-size: @font-size--normal; 10 color: @yellow-light; 11 12 &__entry { 13 display: flex; 14 flex: none; 15 align-items: center; 16 } 17 18 &__entry-icon { 19 width: 24px; 20 height: 24px; 21 22 background-size: contain; 23 24 margin-right: 3px; 25 } 26}