Skip to content

Commit

Permalink
Enhance breadcrumb styling and update project styles; modify task pag…
Browse files Browse the repository at this point in the history
…e info visibility

Signed-off-by: Lee Calcote <[email protected]>
  • Loading branch information
leecalcote committed Jan 10, 2025
1 parent bd45e80 commit 8b3ff2e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
1 change: 1 addition & 0 deletions assets/scss/_breadcrumb.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@
background: inherit;
padding-left: 0;
padding-top: 0;
margin-bottom: 0;
}
}
4 changes: 3 additions & 1 deletion assets/scss/_styles_project.scss
Original file line number Diff line number Diff line change
Expand Up @@ -390,6 +390,8 @@ a:not([href]):not([class]):hover {
}

.matterinfo .plan-support {
padding: .5rem;
border: .5px solid $casper;
display: flex;
align-items: center;
}
Expand All @@ -405,7 +407,7 @@ a:not([href]):not([class]):hover {
}

.tier {
color: #00b39f;
color: $casper;
font-weight: bold;
padding: 0 5px;
}
Expand Down
4 changes: 2 additions & 2 deletions content/en/kanvas/tasks/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ aliases:
- /meshmap/tasks
---

{{% pageinfo %}}
<!-- {{% pageinfo %}}
Page under construction.
{{% /pageinfo %}}
{{% /pageinfo %}} -->

<!-- Think about your project’s features and use cases. Use these to choose your core tasks. Each granular use case (enable x, configure y) should have a corresponding tasks page or tasks page section. Users should be able to quickly refer to your core tasks when they need to find out how to do one specific thing, rather than having to look for the instructions in a bigger tutorial or example. Think of your tasks pages as a cookbook with different procedures your users can combine to create something more substantial.
Expand Down

0 comments on commit 8b3ff2e

Please sign in to comment.