mirror of
https://github.com/explosion/spaCy.git
synced 2025-02-04 21:50:35 +03:00
50 lines
906 B
Sass
50 lines
906 B
Sass
.root
|
|
margin-bottom: var(--spacing-md)
|
|
|
|
&:after
|
|
content: ""
|
|
display: block
|
|
width: 10%
|
|
min-width: 6rem
|
|
height: 6px
|
|
background: var(--color-theme)
|
|
margin-top: 3rem
|
|
|
|
.h1
|
|
padding-top: 0 !important
|
|
display: inline
|
|
margin-bottom: 0.5em
|
|
vertical-align: middle
|
|
|
|
&[id]:target
|
|
padding-top: 0 !important
|
|
|
|
.teaser
|
|
font: normal var(--font-size-sm)/var(--line-height-md) var(--font-primary)
|
|
color: var(--color-dark)
|
|
margin-bottom: var(--spacing-sm)
|
|
margin-top: var(--spacing-sm)
|
|
|
|
.image
|
|
$image-size: 100px
|
|
width: $image-size
|
|
height: $image-size
|
|
overflow: hidden
|
|
border-radius: 50%
|
|
|
|
.corner
|
|
float: right
|
|
|
|
.label
|
|
display: inline
|
|
margin-right: var(--spacing-xs)
|
|
|
|
.meta-icon
|
|
position: relative
|
|
top: -2px
|
|
|
|
.tags
|
|
display: inline-block
|
|
position: relative
|
|
top: 0.5rem
|