mirror of
https://github.com/explosion/spaCy.git
synced 2025-01-12 02:06:31 +03:00
Add different options for styling bash, python and divider commands
This commit is contained in:
parent
0864a8ddd8
commit
5c06cf71ab
|
@ -84,7 +84,15 @@
|
||||||
&:before
|
&:before
|
||||||
color: $color-theme
|
color: $color-theme
|
||||||
margin-right: 1em
|
margin-right: 1em
|
||||||
|
|
||||||
|
&.c-quickstart__line--bash:before
|
||||||
content: "$"
|
content: "$"
|
||||||
|
|
||||||
|
&.c-quickstart__line--python:before
|
||||||
|
content: ">>>"
|
||||||
|
|
||||||
|
&.c-quickstart__line--divider
|
||||||
|
padding: 1.5rem 0
|
||||||
|
|
||||||
.c-quickstart__code
|
.c-quickstart__code
|
||||||
font-size: 1.6rem
|
font-size: 1.6rem
|
||||||
|
|
Loading…
Reference in New Issue
Block a user