mirror of
https://github.com/explosion/spaCy.git
synced 2025-12-09 11:14:21 +03:00
23 lines
579 B
Sass
23 lines
579 B
Sass
.root
|
|
font: var(--font-size-sm)/var(--line-height-sm) var(--font-primary)
|
|
margin: var(--spacing-xs) 0
|
|
background: var(--color-back)
|
|
border-radius: 2em
|
|
border: 1px solid var(--color-subtle)
|
|
padding-right: 1em
|
|
display: inline-flex
|
|
max-width: 300px
|
|
|
|
.input
|
|
font: inherit
|
|
background: transparent
|
|
padding: 0.5em 1em
|
|
margin: 0 0 0.25rem 0.25rem
|
|
flex: 100%
|
|
|
|
.button
|
|
font: bold var(--font-size-lg)/var(--line-height-md) var(--font-secondary)
|
|
text-transform: uppercase
|
|
color: var(--color-theme-dark)
|
|
white-space: nowrap
|