Skip to content

Commit

Permalink
made bar appear look better
Browse files Browse the repository at this point in the history
  • Loading branch information
dhuang612 committed Jan 20, 2020
1 parent 175da0e commit b03d9af
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions mocha.css
Original file line number Diff line number Diff line change
Expand Up @@ -258,14 +258,18 @@ body {
}

#progress-bar{
height: 15px;
border-radius: 5px;
border: solid #00e600;
padding: 25px 25px 25px 25px;
padding: 5px 5px 5px 5px;
background-color: #00e600;
}

#progress-bar.error {
height: 15px;
border-radius: 5px;
border: solid #c00;
padding: 25px 25px 25px 25px;
padding: 5px 5px 5px 5px;
background-color: #c00;
}

Expand Down

0 comments on commit b03d9af

Please sign in to comment.