mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-05-08 08:58:38 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user