the browser-facing portion of osu!
at master 728 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.bbcode-size-select { 5 .default-box-shadow(); 6 .center-content(); 7 8 background-color: @osu-colour-b2; 9 color: @osu-colour-c1; 10 text-transform: none; 11 text-shadow: none; 12 font-size: @font-size--normal; 13 font-weight: normal; 14 padding: 5px 10px; 15 margin: 2px; 16 height: @btn-circle-diameter; 17 border-radius: 10000px; 18 position: relative; 19 20 &__label { 21 margin-right: 10px; 22 } 23 24 &__select { 25 position: absolute; 26 width: 100%; 27 height: 100%; 28 top: 0; 29 left: 0; 30 opacity: 0; 31 cursor: pointer; 32 color: initial; 33 } 34}