mirror of
https://github.com/KevinMidboe/brewPi.git
synced 2025-10-29 16:50:12 +00:00
Expanded brewprogress w/ brew details & image. Better CTA
This commit is contained in:
@@ -23,7 +23,10 @@ const routes: Array<IRoute> = [{
|
||||
<a href={route.path}>
|
||||
<li>
|
||||
<span>{ route.name }</span>
|
||||
|
||||
<i class="arrow">
|
||||
<ArrowRight />
|
||||
</i>
|
||||
</li>
|
||||
</a>
|
||||
{/each}
|
||||
@@ -33,7 +36,8 @@ const routes: Array<IRoute> = [{
|
||||
.navigation-cards a {
|
||||
display: block;
|
||||
border-radius: 2rem;
|
||||
background: var(--green);
|
||||
color: var(--text-color);
|
||||
background: var(--background);
|
||||
transition: background-color var(--color-transition-duration) ease-in-out, transform 0.2s ease;
|
||||
|
||||
&:hover {
|
||||
@@ -50,8 +54,12 @@ const routes: Array<IRoute> = [{
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
padding: 1rem 1.75rem;
|
||||
color: white;
|
||||
font-size: 1.3rem;
|
||||
|
||||
i {
|
||||
width: 1.5rem;
|
||||
height: 1.5rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
</style>
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user