Mario Romano 29df96a085 react app
2016-04-06 17:52:19 +01:00

31 lines
622 B
HTML

<style is="custom-style">
paper-scroll-header-panel {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-color: var(--paper-grey-200, #eee);;
}
paper-toolbar {
height: 79px;
background-color: #0c79bf;
}
paper-toolbar .title {
margin: 0 8px;
}
paper-scroll-header-panel .content {
padding: 8px;
}
paper-icon-button {
--paper-icon-button-ink-color: white;
}
.spacer {
@apply(--layout-flex);
}
.search-header-search-icon{
float:right;
}
</style>