Create style for the landingpage
This commit is contained in:
Родитель
516f524fcc
Коммит
b5777ac2bf
|
@ -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;
|
||||
|
|
Загрузка…
Ссылка в новой задаче