Skip to content

Commit

Permalink
HARMONY-1492: Add .t-0
Browse files Browse the repository at this point in the history
  • Loading branch information
vinnyinverso committed Jun 30, 2023
1 parent dfc9601 commit cc0634d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/views/workflow-ui/job/index.mustache.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
</button>
</div>
</nav>
<nav class="ml-0 pl-0 sticky-top"
style="top: 0; --bs-breadcrumb-divider: url(&#34;data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath d='M2.5 0L1 1.5 3.5 4 1 6.5 2.5 8l4-4-4-4z' fill='currentColor'/%3E%3C/svg%3E&#34;);"
<nav class="ml-0 pl-0 t-0 sticky-top"
style="--bs-breadcrumb-divider: url(&#34;data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath d='M2.5 0L1 1.5 3.5 4 1 6.5 2.5 8l4-4-4-4z' fill='currentColor'/%3E%3C/svg%3E&#34;);"
aria-label="breadcrumb">
<div class="breadcrumb d-flex flex-row justify-content-between">
<ol class="breadcrumb p-0 m-0">
Expand Down
4 changes: 2 additions & 2 deletions app/views/workflow-ui/jobs/index.mustache.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
</button>
</div>
</nav>
<nav class="ml-0 pl-0 sticky-top"
style="top: 0; --bs-breadcrumb-divider: url(&#34;data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath d='M2.5 0L1 1.5 3.5 4 1 6.5 2.5 8l4-4-4-4z' fill='currentColor'/%3E%3C/svg%3E&#34;);"
<nav class="ml-0 pl-0 t-0 sticky-top"
style="--bs-breadcrumb-divider: url(&#34;data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath d='M2.5 0L1 1.5 3.5 4 1 6.5 2.5 8l4-4-4-4z' fill='currentColor'/%3E%3C/svg%3E&#34;);"
aria-label="breadcrumb">
<ol class="breadcrumb">
<li class="breadcrumb-item active" aria-current="page">Jobs</li>
Expand Down
4 changes: 4 additions & 0 deletions public/css/workflow-ui/default.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,8 @@ body {

.t-40 {
top: 40px;
}

.t-0 {
top: 0px;
}

0 comments on commit cc0634d

Please sign in to comment.