Create style for the landingpage

This commit is contained in:
Matthias Loibl 2016-12-24 00:54:48 +01:00
Родитель 516f524fcc
Коммит b5777ac2bf
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B1C7DF661ABB2C1A
2 изменённых файлов: 21 добавлений и 0 удалений

19
src/landingpage.scss Normal 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;
}
}

Просмотреть файл

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