spaCy/website/assets/css/_components/_landing.sass

29 lines
543 B
Sass
Raw Normal View History

2016-10-31 21:04:15 +03:00
//- 💫 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
2017-04-08 11:09:33 +03:00
.c-landing__badge
transform: rotate(7deg)
display: block
text-align: center
@include breakpoint(min, md)
@include position(absolute, top, right, 16rem, 6rem)