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:
lilia
2015-01-24 12:17:44 -10:00
parent bd86546cea
commit a2f5f734b3
4 changed files with 7 additions and 0 deletions
View File
+3
View File
@@ -0,0 +1,3 @@
.gutter {
margin-top: 36px;
}
+3
View File
@@ -1,3 +1,6 @@
.gutter {
margin-top: 36px; }
@font-face {
font-family: 'Roboto';
src: url("/fonts/Roboto-Regular.ttf") format("truetype"); }
+1
View File
@@ -6,6 +6,7 @@
@import 'variables';
// Build the main view
@import 'index';
@import 'view/conversation';
// Not sure where something goes, or