// 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. .bbcode-size-select { .default-box-shadow(); .center-content(); background-color: @osu-colour-b2; color: @osu-colour-c1; text-transform: none; text-shadow: none; font-size: @font-size--normal; font-weight: normal; padding: 5px 10px; margin: 2px; height: @btn-circle-diameter; border-radius: 10000px; position: relative; &__label { margin-right: 10px; } &__select { position: absolute; width: 100%; height: 100%; top: 0; left: 0; opacity: 0; cursor: pointer; color: initial; } }