File tree Expand file tree Collapse file tree 3 files changed +12
-5
lines changed
Expand file tree Collapse file tree 3 files changed +12
-5
lines changed Original file line number Diff line number Diff line change 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 ;
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 ;
Original file line number Diff line number Diff line change 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 %}
You can’t perform that action at this time.
0 commit comments