Skip to content

Commit

Permalink
Add BodyVive
Browse files Browse the repository at this point in the history
Added because I wanted to use it for a blog post on my site

Signed-off-by: Marty Friedel <[email protected]>
  • Loading branch information
martyf committed Jan 3, 2022
1 parent 0e83f60 commit e634c50
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions resources/css/les-mills-class-types.css
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,10 @@
color: #ea4851;
}

.les-mills-class.bodyvive {
color: #752f8b;
}

.les-mills-class.cxworx {
color: #ED7402;
}
Expand Down
4 changes: 4 additions & 0 deletions resources/js/LesMillsClassTypesMenu.vue
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ export default {
name: 'BodyPump',
colour: '#ea4851'
},
'bodyvive': {
name: 'BodyVive',
colour: '#752f8b'
},
'cxworx': {
name: 'CXWORX',
colour: '#e75204'
Expand Down

0 comments on commit e634c50

Please sign in to comment.