fox-send/app/templates/header/header.css

16 lines
262 B
CSS
Raw Normal View History

.header {
2018-10-10 01:17:40 +00:00
flex: none;
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;
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-09-28 14:54:23 +00:00
.header h1 {
margin: 0;
}