File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
<ul local-class =" list" >
2
2
{{ #each @crates as |crate |}}
3
- <li local-class = " row " >
3
+ <li >
4
4
<LinkTo @route =" crate" @model ={{ crate.id }} local-class =" link" >
5
5
{{ crate.name }} ({{ crate.max_version }} )
6
6
{{ svg-jar " download-arrow" local-class =" download-icon" }}
Original file line number Diff line number Diff line change 1
1
.list {
2
2
list-style : none;
3
3
padding : 0 ;
4
- }
5
4
6
- .row {
7
- margin : 8px 0 ;
5
+ > * + * {
6
+ margin-top : var (--space-2xs );
7
+ }
8
8
}
9
9
10
10
.link {
11
11
color : # 525252 ;
12
12
background-color : # edebdd ;
13
13
font-size : 90% ;
14
- padding : 20 px 10 px ;
14
+ padding : var ( --space-s ) var ( --space-xs ) ;
15
15
display : flex;
16
16
align-items : center;
17
17
}
18
18
19
19
.download-icon {
20
20
color : # b13b89 ;
21
21
margin-left : auto;
22
- margin-right : 4 px ;
22
+ margin-right : var ( --space-3xs ) ;
23
23
}
You can’t perform that action at this time.
0 commit comments