Skip to content

Commit

Permalink
Add mui--text-success css class
Browse files Browse the repository at this point in the history
  • Loading branch information
vidya-ram committed May 26, 2020
1 parent 030bec3 commit d2dcd28
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions baseframe/static/css/mui.css
Original file line number Diff line number Diff line change
Expand Up @@ -3556,6 +3556,10 @@ h6 {
line-height: 1.5;
}

.mui--text-success {
color: #53b783;
}

.mui--text-warning {
color: #f0a40c;
}
Expand Down
4 changes: 4 additions & 0 deletions baseframe/static/sass/baseframe-material/_helper.scss
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,10 @@ h6 {
line-height: 1.5;
}

.mui--text-success {
color: $mui-success-color;
}

.mui--text-warning {
color: $mui-warning-color;
}
Expand Down

0 comments on commit d2dcd28

Please sign in to comment.