mirror of
https://github.com/explosion/spaCy.git
synced 2025-01-12 02:06:31 +03:00
Use coloured icons for +api and +src
This commit is contained in:
parent
0791f0aae6
commit
89f850eafa
|
@ -34,7 +34,7 @@ mixin src(url)
|
||||||
+a(url)
|
+a(url)
|
||||||
block
|
block
|
||||||
|
|
||||||
| #[+icon("code", 16).o-icon--inline.u-color-subtle]
|
| #[+icon("code", 16).o-icon--inline.u-color-theme]
|
||||||
|
|
||||||
|
|
||||||
//- API link (with added tag and automatically generated path)
|
//- API link (with added tag and automatically generated path)
|
||||||
|
@ -44,7 +44,7 @@ mixin api(path)
|
||||||
+a("/docs/api/" + path, true)(target="_self").u-no-border.u-inline-block
|
+a("/docs/api/" + path, true)(target="_self").u-no-border.u-inline-block
|
||||||
block
|
block
|
||||||
|
|
||||||
| #[+icon("book", 18).o-icon--inline.u-color-subtle]
|
| #[+icon("book", 18).o-icon--inline.u-color-theme]
|
||||||
|
|
||||||
|
|
||||||
//- Help icon with tooltip
|
//- Help icon with tooltip
|
||||||
|
|
Loading…
Reference in New Issue
Block a user