Skip to content

Commit 53ef19a

Browse files
authored
Merge pull request #12 from pikinier20/scaladoc/badge-implementation
badge style
2 parents 3ef0014 + c598152 commit 53ef19a

File tree

1 file changed

+11
-0
lines changed
  • scaladoc/resources/dotty_res/styles/theme

1 file changed

+11
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)