the browser-facing portion of osu!
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.header-buttons {
5 display: flex;
6 margin: 0 -5px 0 auto;
7
8 &__item {
9 position: relative;
10 margin: 5px;
11 display: flex;
12 }
13}