Add topbar, move account info to top-right corner

This commit is contained in:
2018-06-16 15:36:21 +02:00
parent 575c1a11c2
commit 24e3171311
7 changed files with 43 additions and 15 deletions
+2 -1
View File
@@ -2,6 +2,7 @@
margin: 0;
padding: 0;
box-sizing: border-box;
font-size: 14px;
}
*:hover, *:active, *:focus {
@@ -24,7 +25,6 @@ body {
background-repeat: none;
background-attachment: fixed;
font-family: $font-family-sans;
font-size: 14px;
font-weight: 300;
color: #fff;
}
@@ -100,6 +100,7 @@ button, input[type=submit] {
}
}
@import "components/topbar";
@import "components/loading-spinner";
@import "components/contributor-list";
@import "components/add-contributor";