Merge pull request #27 from go-gitea/feature/landingpage

Create style for the landingpage
This commit is contained in:
Thomas Boerger 2016-12-24 13:12:39 +01:00 committed by GitHub
commit 1649122fd2
2 changed files with 21 additions and 0 deletions

19
src/landingpage.scss Normal file
View File

@ -0,0 +1,19 @@
.landingpage {
@extend .content;
text-align: center;
.jumbotron {
background: none;
}
.logo {
width: 220px;
max-width:100%;
}
svg.octicon {
height: 24px;
margin-right: 8px;
fill: $brand-primary;
}
}

View File

@ -1,6 +1,8 @@
@import "colors";
@import "../node_modules/bootstrap/scss/bootstrap";
@import "landingpage";
.navbar {
padding: 21px 32px;
border-bottom: 1px solid $accent-color;