// 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. .icon-stack { position: relative; &__base { opacity: 0; } &__icon { position: absolute; left: 0; &--bottom { top: 12%; } &--top { top: -24%; } } }