File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -8,9 +8,10 @@ $badge-size-small: 16px;
8
8
font-size : $font-size-default ;
9
9
line-height : $line-height-compressed ;
10
10
display : flex ;
11
+ gap : 6px ;
11
12
align-items : center ;
12
13
white-space : nowrap ;
13
- padding : 3 px 6px 3 px 3 px ;
14
+ padding : 4 px 6px ;
14
15
15
16
.Badge-link {
16
17
color : inherit ;
@@ -19,6 +20,7 @@ $badge-size-small: 16px;
19
20
flex-grow : 0 ;
20
21
flex-shrink : 0 ;
21
22
text-decoration : none ;
23
+ gap : 6px ;
22
24
23
25
& ,
24
26
& :link ,
@@ -40,6 +42,7 @@ $badge-size-small: 16px;
40
42
border : 1px solid $color-light-gray-40 ;
41
43
border-radius : 20px ;
42
44
display : inline-flex ;
45
+ gap : 6px ;
43
46
box-sizing : border-box ;
44
47
45
48
& :hover ,
@@ -63,16 +66,12 @@ $badge-size-small: 16px;
63
66
}
64
67
}
65
68
66
- .Badge-icon + .Badge-content {
67
- @include margin-start (6px );
68
- }
69
-
70
69
.Badge-content--small {
71
70
font-size : 12px ;
72
71
}
73
72
74
73
.Badge-content--large {
75
- font-size : $badge-size-large ;
74
+ font-size : 16 px ;
76
75
}
77
76
78
77
.Badge-icon {
You can’t perform that action at this time.
0 commit comments