♻️ Refactor to include homedemo as welcome package
This commit is contained in:
parent
ae030b5889
commit
d50edff466
25 changed files with 357 additions and 438 deletions
95
static/base/css/welcome.css
Normal file
95
static/base/css/welcome.css
Normal file
|
|
@ -0,0 +1,95 @@
|
|||
#welcome span.app-name {
|
||||
font-weight: 500;
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
#welcome .hello-world,
|
||||
#welcome .welcome,
|
||||
#welcome .pagetop,
|
||||
#welcome .issues {
|
||||
padding: 1.6rem 5%;
|
||||
}
|
||||
#welcome .promo {
|
||||
padding: 0 5% 2rem;
|
||||
}
|
||||
#welcome .issues {
|
||||
padding-top: 0;
|
||||
}
|
||||
|
||||
#welcome [class$="-col-text"] {
|
||||
margin: 5% 5% 0;
|
||||
text-align: center;
|
||||
}
|
||||
#welcome [class$="-col-image"] {
|
||||
margin: 1rem 5%;
|
||||
}
|
||||
|
||||
#welcome .welcome {
|
||||
text-align: center;
|
||||
margin: 0 5%;
|
||||
}
|
||||
#welcome .welcome > div.container {
|
||||
padding: 2rem 1rem;
|
||||
border-radius: 28px;
|
||||
background: url("/base/images/welcome.jpg") center center no-repeat;
|
||||
background-size: auto;
|
||||
background-size: cover;
|
||||
color: #fff;
|
||||
}
|
||||
#welcome .welcome > div.container > h2 {
|
||||
color: #fff;
|
||||
}
|
||||
#welcome .welcome > div.container > h3 {
|
||||
color: #ccc;
|
||||
}
|
||||
|
||||
#welcome .promo-col-image {
|
||||
padding: 0 5%;
|
||||
}
|
||||
|
||||
#welcome .issues-col-image img {
|
||||
border-radius: 40px;
|
||||
}
|
||||
|
||||
/* BREAKPOINTS */
|
||||
|
||||
/* MD - Applies >= 768px */
|
||||
@media screen and (min-width: 48em) {
|
||||
#welcome .promo-col-image {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
#welcome .issues {
|
||||
padding-top: 1.6rem;
|
||||
}
|
||||
#welcome .issues-col-text {
|
||||
text-align: left;
|
||||
}
|
||||
}
|
||||
/* LG - Applies >= 992px */
|
||||
@media screen and (min-width: 62em) {
|
||||
#welcome .hello-col-text {
|
||||
margin-top: 2rem;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
#welcome .promo {
|
||||
padding: 0 15% 2rem;
|
||||
}
|
||||
|
||||
#welcome .promo-col-text {
|
||||
margin-right: 0;
|
||||
text-align: right;
|
||||
}
|
||||
}
|
||||
/* XL - Applies >= 1280px */
|
||||
@media screen and (min-width: 80em) {
|
||||
#welcome .hello-col-text {
|
||||
margin-top: 4rem;
|
||||
margin-left: 20%;
|
||||
}
|
||||
|
||||
#welcome .pagetop-col-text {
|
||||
text-align: left;
|
||||
}
|
||||
}
|
||||
1
static/base/images/about.svg
Normal file
1
static/base/images/about.svg
Normal file
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 33 KiB |
1
static/base/images/header.svg
Normal file
1
static/base/images/header.svg
Normal file
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 52 KiB |
BIN
static/base/images/issues.jpg
Normal file
BIN
static/base/images/issues.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 134 KiB |
BIN
static/base/images/pagetop.png
Normal file
BIN
static/base/images/pagetop.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 72 KiB |
BIN
static/base/images/welcome.jpg
Normal file
BIN
static/base/images/welcome.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 19 KiB |
Loading…
Add table
Add a link
Reference in a new issue