Set up index.scss
This file is for index page styles. Start by offsetting the gutter so the title bar doesn't obscure the first entry.
This commit is contained in:
parent
bd86546cea
commit
a2f5f734b3
4 changed files with 7 additions and 0 deletions
3
stylesheets/index.scss
Normal file
3
stylesheets/index.scss
Normal file
|
@ -0,0 +1,3 @@
|
|||
.gutter {
|
||||
margin-top: 36px;
|
||||
}
|
|
@ -1,3 +1,6 @@
|
|||
.gutter {
|
||||
margin-top: 36px; }
|
||||
|
||||
@font-face {
|
||||
font-family: 'Roboto';
|
||||
src: url("/fonts/Roboto-Regular.ttf") format("truetype"); }
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
@import 'variables';
|
||||
|
||||
// Build the main view
|
||||
@import 'index';
|
||||
@import 'view/conversation';
|
||||
|
||||
// Not sure where something goes, or
|
||||
|
|
Loading…
Reference in a new issue