| <import src="../../framework/sky-element/sky-element.sky" as="SkyElement" /> | |
| <template> | |
| <style> | |
| :host { | |
| display: flex; | |
| background: linear-gradient(#3E77B7, #6C98C4); | |
| padding: 8px; | |
| color: white; | |
| border-bottom: 1px solid #3E77B7; | |
| } | |
| </style> | |
| <content></content> | |
| </template> | |
| <script> | |
| SkyElement({ | |
| name: "app-header" | |
| }); | |
| </script> |