We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3ef0014 + c598152 commit 53ef19aCopy full SHA for 53ef19a
scaladoc/resources/dotty_res/styles/theme/badge.css
@@ -0,0 +1,11 @@
1
+/* should be used with .h50 class */
2
+.badge {
3
+ display: flex;
4
+ flex-direction: row;
5
+ justify-content: center;
6
+ align-items: center;
7
+ padding: 0.125 * var(--base-spacing), 0.5 * var(--base-spacing);
8
+ border-radius: 2px;
9
+ background-color: var(--semantic-background-grey);
10
+ color: var(--semantic-content-grey);
11
+}
0 commit comments