37c6925e9c
- All chats (boxes and rooms) should now have .chatbox class (for base styles) - Move specific stuff to new sass files (fonts, chatbox, normalize)
19 lines
393 B
SCSS
19 lines
393 B
SCSS
/*!
|
|
* Converse.js (Web-based XMPP instant messaging client)
|
|
* http://conversejs.org
|
|
*
|
|
* Copyright (c) 2012-2014, JC Brand <jc@opkode.com>
|
|
* Licensed under the Mozilla Public License
|
|
*/
|
|
|
|
@import "bourbon";
|
|
@import "variables";
|
|
@import "fonts";
|
|
@import "normalize";
|
|
@import "core";
|
|
@import "chatbox";
|
|
@import "controlbox";
|
|
@import "roster";
|
|
@import "chatrooms";
|
|
@import "minimized_chats";
|