the browser-facing portion of osu!
at master 378 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.icon-stack { 5 position: relative; 6 7 &__base { 8 opacity: 0; 9 } 10 11 &__icon { 12 position: absolute; 13 left: 0; 14 15 &--bottom { 16 top: 12%; 17 } 18 19 &--top { 20 top: -24%; 21 } 22 } 23}