Sidebar work

This commit is contained in:
Jori Lallo
2017-06-15 20:39:08 -07:00
parent 42e54a3a54
commit aa0ddd94bf
21 changed files with 250 additions and 368 deletions

View File

@ -20,11 +20,11 @@ html, body, .viewport {
}
body {
font-family: -apple-system, 'Helvetica Neue', Helvetica, sans-serif;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
font-size: 15px;
line-height: 1.5;
margin: 0;
color: $textColor;
color: #617180;
background-color: #fff;
display: flex;
position: absolute;
@ -32,6 +32,10 @@ body {
right: 0;
bottom: 0;
left: 0;
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
text-rendering: optimizeLegibility;
}
img {
max-width: 100%;
@ -41,7 +45,7 @@ svg {
max-height: 100%;
}
a {
color: $actionColor;
color: #005AA6;
text-decoration: none;
cursor: pointer;
}