Create style for the landingpage

This commit is contained in:
Matthias Loibl 2016-12-24 00:54:48 +01:00
parent 516f524fcc
commit b5777ac2bf
No known key found for this signature in database
GPG Key ID: B1C7DF661ABB2C1A
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;