Add template Step component with configurable background image and content

This commit is contained in:
Dana Lambert 2021-10-18 12:01:39 +13:00
parent aa95005fd2
commit d7a97dfb1d
7 changed files with 87 additions and 46 deletions

View file

@ -1,5 +1,8 @@
.top-header {
padding-bottom: 3.2vw;
padding-left: 3vw;
padding-right: 3vw;
padding-top: 1.8vw;
padding-bottom: 1.8vw;
}
.header-logo {

View file

@ -1,13 +1,10 @@
@import "./theme.scss";
@import "./header.scss";
// Core styles here...
.App {
// Global styles here...
html, body, #root, .App {
height: 100%;
font-family: $primary-font;
color: $text-color-primary;
background-color: $background-color-primary;
padding-top: 3.2vw;
padding-left: 3vw;
padding-right: 3vw;
padding-bottom: 3.2vw;
}