some wip. still broken

This commit is contained in:
Danny Coates
2018-10-09 18:17:40 -07:00
parent 5b939d2c95
commit 2b81ff1fb3
28 changed files with 305 additions and 391 deletions
+13 -4
View File
@@ -1,16 +1,27 @@
.header {
align-items: flex-end;
flex: none;
display: flex;
flex-direction: row;
height: calc(var(--grid-basis) * 4);
align-items: center;
justify-content: space-between;
width: 100%;
height: 64px;
background-color: white;
box-shadow: 0 -1px 0 0 #d7d7db7f, 0 2px 6px 0 #0000001e;
}
.header h1 {
margin: 0;
}
.header__controls {
justify-self: end;
display: grid;
grid-auto-flow: column;
grid-gap: 8px;
align-items: center;
}
.feedback {
background-color: #979797;
background-image: url('../assets/feedback.svg');
@@ -26,6 +37,4 @@
text-indent: 2px;
transition: all 250ms ease-in-out;
white-space: nowrap;
margin-left: calc(var(--grid-basis) * 2);
margin-bottom: 8px;
}