More skeleton

This commit is contained in:
Ian Gulliver
2017-06-12 20:23:51 +00:00
parent c55664813f
commit c9a6ec4d39
2 changed files with 50 additions and 9 deletions

View File

@@ -1,3 +1,5 @@
@import url('https://fonts.googleapis.com/css?family=Roboto:400,500');
:root {
/* Highly approximate color names from our pallette */
--orange: rgb(255,153,0);
@@ -14,18 +16,36 @@ outer {
height: 100%;
background-color: var(--white);
font-family: 'Roboto';
flex-direction: row;
}
taglist {
display: block;
padding: 5px;
display: flex;
border-right: 2px solid var(--orange);
flex-shrink: 0;
flex-direction: column;
}
tagsection {
display: flex;
padding: 5px;
border-bottom: 1px solid var(--orange);
flex-direction: column
}
tagsectiontitle {
display: block;
color: var(--blue);
font-weight: 500;
}
objectlist {