tiptap/examples/Components/Hero/style.scss
2018-11-08 22:03:10 +01:00

25 lines
292 B
SCSS

@import "~variables";
.hero {
background-color: $color-black;
color: $color-white;
text-align: center;
padding: 3rem 1rem;
&__inner {
margin: 0 auto;
max-width: 30rem;
}
&__logo {
width: 4rem;
height: 4rem;
path {
fill: $color-white;
}
}
}