2021-04-16 10:07:57 -06:00
|
|
|
<script>
|
2021-04-30 13:06:05 -06:00
|
|
|
export let segment
|
2021-04-16 10:07:57 -06:00
|
|
|
</script>
|
|
|
|
|
|
|
|
<style>
|
|
|
|
nav {
|
|
|
|
font-weight: 300;
|
|
|
|
background-color: #00111d;
|
|
|
|
color: white;
|
2021-04-30 13:06:05 -06:00
|
|
|
width: 100%;
|
|
|
|
height: 48px;
|
2021-04-16 10:07:57 -06:00
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
2021-04-30 13:06:05 -06:00
|
|
|
align-items: center;
|
2021-04-16 10:07:57 -06:00
|
|
|
}
|
|
|
|
</style>
|
2021-04-30 13:06:05 -06:00
|
|
|
|
|
|
|
<nav>{segment}</nav>
|