Add template Step component with configurable background image and content
This commit is contained in:
parent
aa95005fd2
commit
d7a97dfb1d
7 changed files with 87 additions and 46 deletions
|
@ -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 {
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue