2018-02-13 19:32:59 +00:00
|
|
|
.header {
|
2018-10-10 01:17:40 +00:00
|
|
|
flex: none;
|
2018-02-13 19:32:59 +00:00
|
|
|
display: flex;
|
2018-09-28 14:54:23 +00:00
|
|
|
flex-direction: row;
|
2018-10-10 01:17:40 +00:00
|
|
|
align-items: center;
|
2018-10-16 23:53:33 +00:00
|
|
|
justify-content: center;
|
2018-02-13 19:32:59 +00:00
|
|
|
width: 100%;
|
2018-10-10 01:17:40 +00:00
|
|
|
height: 64px;
|
|
|
|
background-color: white;
|
|
|
|
box-shadow: 0 -1px 0 0 #d7d7db7f, 0 2px 6px 0 #0000001e;
|
2018-02-13 19:32:59 +00:00
|
|
|
}
|
2018-09-28 14:54:23 +00:00
|
|
|
|
|
|
|
.header h1 {
|
|
|
|
margin: 0;
|
|
|
|
}
|