We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5da0dc commit c2f125bCopy full SHA for c2f125b
app/components/rev-dep-row.hbs
@@ -10,7 +10,9 @@
10
>
11
{{@dependency.version.crateName}}
12
</LinkTo>
13
- requires {{@dependency.req}}
+ <span local-class="range">
14
+ depends on {{@dependency.req}}
15
+ </span>
16
</div>
17
<div local-class="downloads">
18
{{svg-jar "download-arrow" local-class="download-icon"}}
app/components/rev-dep-row.module.css
@@ -48,6 +48,13 @@
48
}
49
50
51
+.range {
52
+ color: var(--grey600);
53
+ text-transform: uppercase;
54
+ letter-spacing: .7px;
55
+ font-size: 13px;
56
+}
57
+
58
.downloads {
59
display: flex;
60
align-items: center;
0 commit comments