Skip to content

Commit

Permalink
Merge pull request #8 from zygotecnologia/whitelabel-landing_page
Browse files Browse the repository at this point in the history
Adicionando classes para landing page
  • Loading branch information
abrunamartini authored Jan 23, 2020
2 parents 5ac4e78 + 519ea2a commit 38d193d
Show file tree
Hide file tree
Showing 3 changed files with 61 additions and 9 deletions.
54 changes: 53 additions & 1 deletion dist/css/shards.css
Original file line number Diff line number Diff line change
Expand Up @@ -27001,7 +27001,7 @@ header#page-header.page-header-alternative .content-header.content-header-loyalt

.page-header-intro .wrapper .page-header-content .header-intro-title {
font-size: 2.4rem;
font-weight: 500;
font-weight: 400;
line-height: 1.35;
}

Expand Down Expand Up @@ -27035,6 +27035,10 @@ header#page-header.page-header-alternative .content-header.content-header-loyalt
height: 200px;
}

.page-header-intro.page-header-lg-intro-home {
height: 295px;
}

.page-header-intro.page-header-intro-home.is-user-logged .wrapper .page-header-content {
position: relative;
}
Expand Down Expand Up @@ -27069,6 +27073,54 @@ header#page-header.page-header-alternative .content-header.content-header-loyalt
}
}

.page-join-us .wrapper .join-us-content,
.page-join-us .wrapper .join-us-action {
width: 100%;
}

.page-join-us {
background-color: var(--primary);
position: relative;
height: 295px;
}

.page-join-us .wrapper {
height: 100%;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
-ms-flex-line-pack: center;
align-content: center;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding: 15px;
width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}

.page-join-us .wrapper .join-us-title {
font-size: 26px;
font-weight: 400;
line-height: 1.35;
color: #ffff;
}

.page-join-us .wrapper .join-us-title strong {
font-weight: 600;
color: #ffff;
}

.page-join-us .wrapper .join-us-description {
font-size: 16px;
font-weight: 400;
line-height: 1.35;
color: #ffff;
}

footer#page-footer {
background-color: #fff;
box-shadow: 0 -2px 16px rgba(0, 0, 0, 0.075);
Expand Down
14 changes: 7 additions & 7 deletions dist/js/shards.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "shards-ui",
"description": "A free, modern and lightweight Bootstrap 4 UI toolkit for web makers.",
"version": "3.0.25",
"version": "3.0.26",
"main": "dist/js/shards",
"scripts": {
"start": "npm-run-all --parallel watch serve-dist",
Expand Down

0 comments on commit 38d193d

Please sign in to comment.