mirror of
https://github.com/explosion/spaCy.git
synced 2025-02-03 13:14:11 +03:00
21 lines
292 B
Sass
21 lines
292 B
Sass
|
.root
|
||
|
vertical-align: middle
|
||
|
|
||
|
.inline
|
||
|
margin: 0 0.55em 0 0.1em
|
||
|
|
||
|
.tag
|
||
|
vertical-align: bottom
|
||
|
height: 100%
|
||
|
position: relative
|
||
|
top: 1px
|
||
|
|
||
|
.success
|
||
|
color: var(--color-green-medium)
|
||
|
|
||
|
.error
|
||
|
color: var(--color-red-medium)
|
||
|
|
||
|
.subtle
|
||
|
color: var(--color-subtle-dark)
|