spaCy/website/assets/css/_base/_layout.sass

37 lines
401 B
Sass
Raw Normal View History

2016-10-31 21:04:15 +03:00
//- 💫 CSS > BASE > LAYOUT
2016-10-03 21:19:13 +03:00
//- HTML
html
2016-10-31 21:04:15 +03:00
font-size: $type-base
2016-10-03 21:19:13 +03:00
//- Body
body
animation: fadeIn 0.25s ease
background: $color-back
color: $color-front
//- Paragraphs
p
2016-10-31 21:04:15 +03:00
@extend .o-block, .u-text
2016-10-03 21:19:13 +03:00
//- Links
main p a,
main table a,
main > *:not(footer) li a,
main aside a
2016-10-03 21:19:13 +03:00
@extend .u-link
//- Selection
::selection
background: $color-theme
color: $color-back