mirror of
https://github.com/ipdb/website.git
synced 2025-01-06 19:55:41 +01:00
11 lines
129 B
SCSS
11 lines
129 B
SCSS
|
.hero {
|
||
|
background: $brand-02;
|
||
|
padding: 2rem;
|
||
|
|
||
|
&,
|
||
|
.hero__title,
|
||
|
.hero__action {
|
||
|
color: #fff;
|
||
|
}
|
||
|
}
|