mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-11 12:18:04 +03:00
21 lines
359 B
Sass
21 lines
359 B
Sass
|
//- 💫 CSS > COMPONENTS > LANDING
|
||
|
|
||
|
.c-landing
|
||
|
background: $color-theme
|
||
|
padding-top: 5rem
|
||
|
width: 100%
|
||
|
|
||
|
.c-landing__wrapper
|
||
|
background: $pattern
|
||
|
padding-bottom: 6rem
|
||
|
width: 100%
|
||
|
|
||
|
.c-landing__content
|
||
|
background: $pattern-overlay
|
||
|
width: 100%
|
||
|
min-height: 573px
|
||
|
|
||
|
.c-landing__title
|
||
|
color: $color-back
|
||
|
text-align: center
|