8dbaa87ef48cba0c436db8a8d52443c6780ed4d5274ad0b08047a183bad548605cb095471e0f0e35c862adb33862a2f1255e3bd99b872916223f884d977c44 696 B

123456789101112131415161718192021222324
  1. /*---------------------------------------------------------------------------------------------
  2. * Copyright (c) Microsoft Corporation. All rights reserved.
  3. * Licensed under the MIT License. See License.txt in the project root for license information.
  4. *--------------------------------------------------------------------------------------------*/
  5. .monaco-count-badge {
  6. padding: 3px 6px;
  7. border-radius: 11px;
  8. font-size: 11px;
  9. min-width: 18px;
  10. min-height: 18px;
  11. line-height: 11px;
  12. font-weight: normal;
  13. text-align: center;
  14. display: inline-block;
  15. box-sizing: border-box;
  16. }
  17. .monaco-count-badge.long {
  18. padding: 2px 3px;
  19. border-radius: 2px;
  20. min-height: auto;
  21. line-height: normal;
  22. }