mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-11 12:18:04 +03:00
101 lines
1.5 KiB
Sass
101 lines
1.5 KiB
Sass
//- 💫 CSS > BASE > RESET
|
|
|
|
*
|
|
box-sizing: border-box
|
|
padding: 0
|
|
margin: 0
|
|
border: 0
|
|
outline: 0
|
|
|
|
html
|
|
font-family: sans-serif
|
|
text-rendering: optimizeSpeed
|
|
-ms-text-size-adjust: 100%
|
|
-webkit-text-size-adjust: 100%
|
|
-webkit-font-smoothing: antialiased
|
|
-moz-osx-font-smoothing: grayscale
|
|
|
|
body
|
|
margin: 0
|
|
|
|
article, aside, details, figcaption, figure, footer, header, main, menu, nav,
|
|
section, summary, progress
|
|
display: block
|
|
|
|
a
|
|
background-color: transparent
|
|
color: inherit
|
|
text-decoration: none
|
|
|
|
&:active,
|
|
&:hover
|
|
outline: 0
|
|
|
|
abbr[title]
|
|
border-bottom: none
|
|
text-decoration: underline
|
|
text-decoration: underline dotted
|
|
|
|
b, strong
|
|
font-weight: inherit
|
|
font-weight: bolder
|
|
|
|
small
|
|
font-size: 80%
|
|
|
|
sub, sup
|
|
position: relative
|
|
font-size: 65%
|
|
line-height: 0
|
|
vertical-align: baseline
|
|
|
|
sup
|
|
top: -0.5em
|
|
|
|
sub
|
|
bottom: -0.15em
|
|
|
|
img
|
|
border: 0
|
|
height: auto
|
|
max-width: 100%
|
|
|
|
svg
|
|
max-width: 100%
|
|
color-interpolation-filters: sRGB
|
|
fill: currentColor
|
|
|
|
&:not(:root)
|
|
overflow: hidden
|
|
|
|
hr
|
|
box-sizing: content-box
|
|
overflow: visible
|
|
height: 0
|
|
|
|
pre
|
|
overflow: auto
|
|
|
|
code, pre
|
|
font-family: monospace, monospace
|
|
font-size: 1em
|
|
|
|
table
|
|
text-align: left
|
|
width: 100%
|
|
max-width: 100%
|
|
border-collapse: collapse
|
|
|
|
td, th
|
|
vertical-align: top
|
|
|
|
ul, ol
|
|
list-style: none
|
|
|
|
input, button
|
|
appearance: none
|
|
|
|
button
|
|
background: transparent
|
|
cursor: pointer
|