Skip to content

Commit

Permalink
Rebuild files
Browse files Browse the repository at this point in the history
  • Loading branch information
jlukic committed Sep 10, 2014
1 parent 3ba2b86 commit e1d56b6
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions build/less/definitions/elements/progress.less
Original file line number Diff line number Diff line change
Expand Up @@ -54,15 +54,15 @@
---------------*/

.ui.successful.progress .bar {
background-color: #73E064 !important;
background-color: @positiveColor !important;
}
.ui.successful.progress .bar,
.ui.successful.progress .bar::after {
animation: none !important;
}

.ui.warning.progress .bar {
background-color: #E96633 !important;
background-color: @yellow !important;
}
.ui.warning.progress .bar,
.ui.warning.progress .bar::after {
Expand All @@ -74,7 +74,7 @@
---------------*/

.ui.failed.progress .bar {
background-color: #DF9BA4 !important;
background-color: @negativeColor !important;
}
.ui.failed.progress .bar,
.ui.failed.progress .bar::after {
Expand Down
2 changes: 1 addition & 1 deletion build/minified/definitions/elements/progress.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions build/packaged/definitions/css/semantic.css
Original file line number Diff line number Diff line change
Expand Up @@ -14750,15 +14750,15 @@ ol.ui.horizontal.list li:before,
Successful
---------------*/
.ui.successful.progress .bar {
background-color: #73E064 !important;
background-color: #2ecc40 !important;
}
.ui.successful.progress .bar,
.ui.successful.progress .bar::after {
-webkit-animation: none !important;
animation: none !important;
}
.ui.warning.progress .bar {
background-color: #E96633 !important;
background-color: #ffcb08 !important;
}
.ui.warning.progress .bar,
.ui.warning.progress .bar::after {
Expand All @@ -14769,7 +14769,7 @@ ol.ui.horizontal.list li:before,
Failed
---------------*/
.ui.failed.progress .bar {
background-color: #DF9BA4 !important;
background-color: #ff4136 !important;
}
.ui.failed.progress .bar,
.ui.failed.progress .bar::after {
Expand Down
2 changes: 1 addition & 1 deletion build/packaged/definitions/css/semantic.min.css

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions build/uncompressed/definitions/elements/progress.css
Original file line number Diff line number Diff line change
Expand Up @@ -189,15 +189,15 @@
Successful
---------------*/
.ui.successful.progress .bar {
background-color: #73E064 !important;
background-color: #2ecc40 !important;
}
.ui.successful.progress .bar,
.ui.successful.progress .bar::after {
-webkit-animation: none !important;
animation: none !important;
}
.ui.warning.progress .bar {
background-color: #E96633 !important;
background-color: #ffcb08 !important;
}
.ui.warning.progress .bar,
.ui.warning.progress .bar::after {
Expand All @@ -208,7 +208,7 @@
Failed
---------------*/
.ui.failed.progress .bar {
background-color: #DF9BA4 !important;
background-color: #ff4136 !important;
}
.ui.failed.progress .bar,
.ui.failed.progress .bar::after {
Expand Down

0 comments on commit e1d56b6

Please sign in to comment.