Skip to content

Commit 038e345

Browse files
committed
Review fixes
1 parent 07a0f44 commit 038e345

File tree

3 files changed

+12
-5
lines changed

3 files changed

+12
-5
lines changed

docs/css/pills.css

Lines changed: 5 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

scss/pills.scss

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33

44
.pill {
55
font-size: 12px;
6+
font-weight: initial;
7+
line-height: 18px;
68
padding: 1px 8px;
79
border: 1px solid;
810
margin-right: 8px;
@@ -31,11 +33,14 @@
3133
}
3234

3335
&--inline {
34-
margin-left: 10px;
36+
&:first-of-type {
37+
margin-left: 8px;
38+
}
3539
}
3640

3741
&--new {
3842
margin-right: 15px;
43+
align-self: center;
3944
color: #d9e8ff;
4045
color: #3562a0;
4146
text-transform: lowercase;

theme/main.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,7 @@
6767
{% if page.meta.edition == 'commerce' %}
6868
<span class="pill pill--commerce"></span>
6969
{% elif page.meta.edition == 'experience' %}
70-
<span class="pill pill--experience"></span>
71-
<span class="pill pill--commerce"></span>
70+
<span class="pill pill--experience"></span><span class="pill pill--commerce"></span>
7271
{% elif page.meta.edition == 'lts-update' %}
7372
<span class="pill pill--lts-update"></span>
7473
{% endif %}

0 commit comments

Comments
 (0)