mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-12 17:04:57 +00:00
39 lines
779 B
HTML
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> |