Skip to content

Commit

Permalink
Merge pull request vmware#441 from jooskim/5458/static-contents
Browse files Browse the repository at this point in the history
Update static contents of landing page
  • Loading branch information
jooskim authored Jul 14, 2017
2 parents 7f90d4b + f18d55d commit 2a6a4ac
Show file tree
Hide file tree
Showing 7 changed files with 298 additions and 142 deletions.
3 changes: 3 additions & 0 deletions installer/fileserver/html/css/clarity-icons.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

86 changes: 7 additions & 79 deletions installer/fileserver/html/css/clarity-ui.min.css

Large diffs are not rendered by default.

68 changes: 51 additions & 17 deletions installer/fileserver/html/css/style.css
Original file line number Diff line number Diff line change
@@ -1,22 +1,56 @@
.main-nav .header {background-color: #0B6C8F;}
.header .github {position: absolute; right:18px; top:6px;}
.header .logout {position: absolute; right:210px; top:6px}
.header .icon-github-circled {font-size:20px}
.header .icon-logout {font-size:20px}
/* Header / navigation section */

section {width: 100%; padding-left: 24px; padding-right: 24px; max-width: 1056px; margin: 0 auto; padding-top: 24px;}
.community-top-section {padding-top: 0;}
.main-nav .header {
background-color: #0B6C8F;
}

.header .github {
position: absolute;
right: 18px;
top: 6px;
}

.card .row {margin:0 18px 10px;}
.sixty {width:60%; margin-right:5px;}
.forty {width:35%;}
.center{ float:none; margin-left:auto; margin-right:auto;}
.right {float:right; margin-right:18px;}
li .right {margin-right:120px}
.header .logout {
position: absolute;
right: 210px;
top: 6px
}

.icon-ok {color:#62A420;}
.icon-attention {color:#EB8D00;}
.error-message {color:#c92100; font-size:12px; line-height:12px; display:block; margin-bottom:8px;}
.header .icon-github-circled {
font-size: 20px
}

form {padding-top:0;}
.header .icon-logout {
font-size: 20px
}


/* Clarity UI overrides */

.content-area {
padding: 0px !important;
}

.card.transparent {
background: none;
border: none;
box-shadow: none;
}


/* Custom elements and containers */

h1#getting-started {
text-align: center;
}

#docs-link-container {
display: flex;
align-items: flex-end;
}

#infra-deploy-tools-container {
margin-top: 36px;
padding-bottom: 36px;
background-color: #ececec;
}
Loading

0 comments on commit 2a6a4ac

Please sign in to comment.