mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-26 20:56:48 +00:00
25 lines
432 B
SCSS
25 lines
432 B
SCSS
@import "../darkswarm/mixins";
|
|
|
|
#welcome_page {
|
|
header {
|
|
text-align: center;
|
|
padding: 4em 2em;
|
|
|
|
@include fullbg;
|
|
background-color: black;
|
|
background-image: url("../images/home/tagline-bg.jpg");
|
|
background-repeat: no-repeat;
|
|
background-position: center center;
|
|
margin-bottom: 2em;
|
|
|
|
p {
|
|
text-transform: uppercase;
|
|
font-weight: 300;
|
|
}
|
|
|
|
&, & * {
|
|
color: white;
|
|
}
|
|
}
|
|
}
|