|
@@ -1,51 +0,0 @@
|
|
-/*!
|
|
|
|
- * 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 "font-awesome";
|
|
|
|
-@import "bourbon";
|
|
|
|
-@import "variables";
|
|
|
|
-
|
|
|
|
-@import "bootstrap/scss/functions";
|
|
|
|
-@import "bootstrap/scss/variables";
|
|
|
|
-@import "bootstrap/scss/mixins";
|
|
|
|
-#conversejs {
|
|
|
|
- @import "bootstrap/scss/root";
|
|
|
|
- @import "bootstrap/scss/reboot";
|
|
|
|
- @import "bootstrap/scss/type";
|
|
|
|
- @import "bootstrap/scss/images";
|
|
|
|
- @import "bootstrap/scss/grid";
|
|
|
|
- @import "bootstrap/scss/forms";
|
|
|
|
- @import "bootstrap/scss/buttons";
|
|
|
|
- @import "bootstrap/scss/transitions";
|
|
|
|
- @import "bootstrap/scss/dropdown";
|
|
|
|
- @import "bootstrap/scss/button-group";
|
|
|
|
- @import "bootstrap/scss/input-group";
|
|
|
|
- @import "bootstrap/scss/custom-forms";
|
|
|
|
- @import "bootstrap/scss/card";
|
|
|
|
- @import "bootstrap/scss/breadcrumb";
|
|
|
|
- @import "bootstrap/scss/badge";
|
|
|
|
- @import "bootstrap/scss/alert";
|
|
|
|
- @import "bootstrap/scss/media";
|
|
|
|
- @import "bootstrap/scss/list-group";
|
|
|
|
- @import "bootstrap/scss/close";
|
|
|
|
- @import "bootstrap/scss/modal";
|
|
|
|
- @import "bootstrap/scss/tooltip";
|
|
|
|
- @import "bootstrap/scss/popover";
|
|
|
|
- @import "bootstrap/scss/utilities";
|
|
|
|
-}
|
|
|
|
-@import "core";
|
|
|
|
-@import "forms";
|
|
|
|
-@import "profile";
|
|
|
|
-@import "chatbox";
|
|
|
|
-@import "controlbox";
|
|
|
|
-@import "roomslist";
|
|
|
|
-@import "roster";
|
|
|
|
-@import "chatrooms";
|
|
|
|
-@import "headline";
|
|
|
|
-@import "messages";
|
|
|
|
-@import "bookmarks";
|
|
|
|
-@import "awesomplete";
|
|
|