Basic layout and categories nav

This commit is contained in:
2017-11-08 02:06:16 +01:00
parent 1485b85581
commit 9221f93ea3
11 changed files with 153 additions and 24 deletions

View File

@@ -1,14 +1,12 @@
@import "bourbon";
@import "colors";
@import "layout";
body {
background-color: white;
font-size: 16px;
font-family: sans-serif;
font-family: Open Sans, sans-serif;
color: #222;
}
#remotestorage-widget {
position: fixed;
top: 0.5rem;
right: 0.5rem;
margin: 0;
padding: 0;
}