Skip to content

Commit

Permalink
Styled the cloud build progress bar
Browse files Browse the repository at this point in the history
  • Loading branch information
YarosMallorca committed Oct 21, 2024
1 parent 02e5f23 commit f94cd97
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions src/css/tabs/firmware_flasher.less
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,19 @@
}
}
}
.buildProgress {
border-radius: 4px;
appearance: none;
-webkit-appearance: none;
overflow: hidden;
&::-webkit-progress-bar {
background-color: var(--surface-500);
}
&::-webkit-progress-value {
background-color: var(--primary-500);
border-radius: 0 4px 4px 0;
}
}
ul {
li {
list-style: initial;
Expand Down

0 comments on commit f94cd97

Please sign in to comment.