Mario Romano 2a8113835a react app
2016-04-07 15:37:40 +01:00

39 lines
779 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;
}
.flex-horizontal {
@apply(--layout-horizontal);
}
.flexchild {
@apply(--layout-flex);
}
left {
float: left;
}
</style>