Added new CSS classes to allow for Meteor button selectors

This commit is contained in:
perroned 2014-06-13 11:17:21 -07:00
parent 65fa7b5ac0
commit 1fdbe98db4
2 changed files with 9 additions and 1 deletions

View File

@ -99,4 +99,12 @@ background: rgba(0, 0, 0, 0.1);
}
.kickUser{
}
.signin{}
.signin{}
.usersListIcon{}
.chatBarIcon{}
.videoFeedIcon{}
.audioFeedIcon{}
.signOutIcon{}
.hideNavbarIcon{}
.settingsIcon{}