add hero component to examples
This commit is contained in:
15
examples/Components/Hero/style.scss
Normal file
15
examples/Components/Hero/style.scss
Normal file
@@ -0,0 +1,15 @@
|
||||
@import "~variables";
|
||||
|
||||
.hero {
|
||||
|
||||
background-color: $color-black;
|
||||
color: $color-white;
|
||||
text-align: center;
|
||||
padding: 3rem 1rem;
|
||||
|
||||
&__inner {
|
||||
margin: 0 auto;
|
||||
max-width: 30rem;
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user