Files
mattermost/webapp/sass/components/_module.scss
David Rojas Camaggi 46fc47e520 PLT 6416 Add StatusDropdown to profile picture in top left (#6327) (#6418)
* PLT-6416 the profile picture is always shown in the top left (#6327)

* PLT-6416 Add status icon to profile picture in left sidebar (#6327)

* PLT-6416 Add StatusDropdown to profile picture in top left (#6327)

* Fixing theme stuff for status picker

* PLT-6416 Automatically close status dropdown after selection (#6327)

* PLT-6416 Avoid render status dropdown in sidebar if isMobile (#6327)

* PLT-6416 Change icon for status change to caret-down  (#6327)

* PLT-6416 Update visibility of status dropdown after window size (#6327)

* PLT-6416 Refactor status dropdown for better mouse usability (#6327)

* PLT-6416 Change status dropdown to the redux way (#6327)

* PLT-6416 Fix header style of admin sidebar (#6327)
2017-06-06 09:45:36 -04:00

26 lines
536 B
SCSS

// Only for combining all the files in this folder
@import 'alerts';
@import 'buttons';
@import 'dropdown';
@import 'emoticons';
@import 'emojisprite';
@import 'error-bar';
@import 'files';
@import 'inputs';
@import 'links';
@import 'mentions';
@import 'modal';
@import 'multi-select';
@import 'oauth';
@import 'popover';
@import 'save-button';
@import 'scrollbar';
@import 'search';
@import 'status-icon';
@import 'status-dropdown';
@import 'suggestion-list';
@import 'tooltip';
@import 'tutorial';
@import 'videos';
@import 'webrtc';