UNPKG

@yuebai008/cli

Version:

Command line interface for rapid qg-minigame development

1 lines 803 B
export default{cssContent:"/*\n * Copyright (c) 2014 The Chromium Authors. All rights reserved.\n * Use of this source code is governed by a BSD-style license that can be\n * found in the LICENSE file.\n */\n\n::slotted(input.dt-radio-button) {\n height: 17px;\n width: 17px;\n min-width: 17px;\n border-radius: 8px;\n vertical-align: middle;\n margin: 0 5px 5px 0;\n accent-color: var(--color-checkbox-accent-color);\n}\n\n::slotted(input.dt-radio-button:focus) {\n box-shadow: var(--legacy-focus-ring-active-shadow);\n}\n\n@media (forced-colors: active) {\n ::slotted(input.dt-radio-button) {\n --gradient-start: ButtonFace;\n --gradient-end: ButtonFace;\n }\n\n ::slotted(input.dt-radio-button:checked) {\n --gradient-start: Highlight;\n --gradient-end: Highlight;\n }\n}\n"};