Skip to content

Commit

Permalink
Merge pull request #30 from AweSim-OSC/fix_progress
Browse files Browse the repository at this point in the history
force bootstrap override
  • Loading branch information
ericfranz committed Sep 8, 2016
2 parents 8c54ced + 3aa4509 commit f4e1935
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/assets/stylesheets/application.css.scss
Original file line number Diff line number Diff line change
Expand Up @@ -126,11 +126,11 @@ a:-webkit-any-link {
}

.progress {
border-radius: 0px;
border-radius: 0px !important;
}

.progress-custom {
margin-bottom: 0px;
background-color: transparent;
box-shadow: none;
margin-bottom: 0px !important;
background-color: transparent !important;
box-shadow: none !important;
}

0 comments on commit f4e1935

Please sign in to comment.