Skip to content

Commit

Permalink
docs: progressbar as subtitle
Browse files Browse the repository at this point in the history
  • Loading branch information
bia committed Jul 30, 2020
1 parent 4f22016 commit 59bc664
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 21 deletions.
31 changes: 12 additions & 19 deletions docs/_static/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ body {

.check-bullet {
color:#07bfa5;
margin-left:10px;
margin-left:8px;
}

/* Progress bar styling */
Expand All @@ -35,14 +35,18 @@ body {
text-align: center;
font-weight: 700;
width: 100%;
margin: 0 ! important;
/* remove original styling for thin styling
margin: 0 ! important; */
margin-top: -0.4rem ! important;
line-height: 1.2rem;
white-space: nowrap;
overflow: hidden;
}

.progress-bar {
height: 1.2rem;
/*remove original styling for thin styling
height: 1.2rem; */
height: 0.4rem;
float: left;
background: repeating-linear-gradient(
45deg,
Expand All @@ -57,8 +61,11 @@ body {
.progress {
display: block;
width: 100%;
/* remove original styling for thin styling
margin: 0.5rem 0;
height: 1.2rem;
height: 1.2rem; */
margin-top: 0.9rem;
height: 0.4rem;
background-color: #eeeeee;
position: relative;
border-radius: 2px;
Expand Down Expand Up @@ -86,18 +93,4 @@ body {

.progress-0plus .progress-bar {
background-color: #ff1744;
}

.progress.thin {
margin-top: 0.9rem;
height: 0.4rem;
}

.progress.thin .progress-label {
margin-top: -0.4rem;
}

.progress.thin .progress-bar {
height: 0.4rem;
}

}
8 changes: 6 additions & 2 deletions docs/roadmap/index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# Roadmap

[= 40% "40%"]

!!! hint "Work in Progress"
We will be building the roadmap together with the Flux community,
our end-users and everyone who is interested in integrating with us.
Expand All @@ -12,6 +10,8 @@

### Flux read-only feature parity

[= 50% "50%"]

This would be the first stepping stone: we want the GitOps Toolkit to be on-par with today's Flux in
[read-only mode](https://github.com/fluxcd/flux/blob/master/docs/faq.md#can-i-run-flux-with-readonly-git-access)
and [FluxCloud](https://github.com/justinbarrick/fluxcloud) notifications.
Expand Down Expand Up @@ -42,6 +42,8 @@ Tasks

### Flux image update feature parity

[= 0% "0%"]

Goals

- Offer components that can replace Flux v1 image update feature
Expand All @@ -63,6 +65,8 @@ Tasks

### Helm v3 feature parity

[= 33% "33%"]

Goals

- Offer a migration guide for those that are using Helm Operator with Helm v3 and Helm repositories
Expand Down

0 comments on commit 59bc664

Please sign in to comment.