Path: blob/main/src/vs/base/browser/ui/countBadge/countBadge.css
3296 views
/*---------------------------------------------------------------------------------------------1* Copyright (c) Microsoft Corporation. All rights reserved.2* Licensed under the MIT License. See License.txt in the project root for license information.3*--------------------------------------------------------------------------------------------*/45.monaco-count-badge {6padding: 3px 6px;7border-radius: 11px;8font-size: 11px;9min-width: 18px;10min-height: 18px;11line-height: 11px;12font-weight: normal;13text-align: center;14display: inline-block;15box-sizing: border-box;16}1718.monaco-count-badge.long {19padding: 2px 3px;20border-radius: 2px;21min-height: auto;22line-height: normal;23}242526