mirror of
https://github.com/explosion/spaCy.git
synced 2025-02-03 13:14:11 +03:00
22 lines
550 B
Sass
22 lines
550 B
Sass
|
.root
|
||
|
position: fixed
|
||
|
bottom: 0
|
||
|
left: 0
|
||
|
width: 100%
|
||
|
background: var(--color-subtle-light)
|
||
|
z-index: 100
|
||
|
font: var(--font-size-sm)/var(--line-height-md) var(--font-primary)
|
||
|
text-align: center
|
||
|
padding: 1rem
|
||
|
|
||
|
.warning
|
||
|
--alert-bg: var(--color-yellow-light)
|
||
|
--color-theme: var(--color-yellow-dark)
|
||
|
--color-theme-dark: var(--color-yellow-dark)
|
||
|
--color-inline-code-bg: var(--color-yellow-opaque)
|
||
|
background: var(--color-yellow-light)
|
||
|
color: var(--color-yellow-dark)
|
||
|
|
||
|
.clickable
|
||
|
cursor: pointer
|