|
@@ -1,50 +1,51 @@
|
|
|
- $link-color: #436F64 !default;
|
|
|
- $inverse-link-color: white !default;
|
|
|
- $link-shadow-color: #FAFAFA !default;
|
|
|
- $text-shadow-color: #FAFAFA !default;
|
|
|
- $text-color: #777 !default;
|
|
|
- $border-color: #CCC !default;
|
|
|
- $warning-color: #681F2C !default;
|
|
|
- $light-background-border-color: #E5E9E8 !default;
|
|
|
- $light-background-color: beige !default;
|
|
|
- $icon-color: #114327 !default;
|
|
|
- $highlight-color: #E1E6E5 !default;
|
|
|
- $chat-head-color: #436F64 !default;
|
|
|
- $chatroom-head-color: #346121 !default;
|
|
|
- $chat-head-text-color: white !default;
|
|
|
- $chat-head-inverse-text-color: white !default;
|
|
|
- $chat-head-height: 44px !default;
|
|
|
- $save-button-color: #436F64 !default;
|
|
|
- $chat-textarea-height: 70px !default;
|
|
|
- $toolbar-height: 25px !default;
|
|
|
- $toolbar-color: beige !default;
|
|
|
- $message-them-color: #346121 !default;
|
|
|
- $roster-height: 194px !default;
|
|
|
- $controlbox-dropdown-height: 25px !default;
|
|
|
-
|
|
|
- $chatbox-border-radius: 4px !default;
|
|
|
- $bottom-gutter-height: 35px !default;
|
|
|
- $chatbox-hover-height: 6px !default;
|
|
|
-
|
|
|
- $mobile_landscape_length: 480px !default;
|
|
|
-
|
|
|
- $font-size: 14px !default;
|
|
|
- $legend-font-size: 16px !default;
|
|
|
-
|
|
|
- $chatroom-width: 300px !default;
|
|
|
- $chat-width: 200px !default;
|
|
|
- $chat-height: 400px !default;
|
|
|
- $chat-gutter: 7px !default;
|
|
|
- $minimized-chats-width: 130px !default;
|
|
|
-
|
|
|
- $mobile-chat-width: 100% !default;
|
|
|
- $mobile-chat-height: 400px !default;
|
|
|
- $small-mobile-chat-height: 300px !default;
|
|
|
-
|
|
|
- $font-path: "../fonticons/fonts/" !default;
|
|
|
-
|
|
|
- $box-close-button-padding-top: 4px !default;
|
|
|
- $box-close-button-padding-bottom: 4px !default;
|
|
|
- $box-close-button-padding-left: 4px !default;
|
|
|
- $box-close-button-padding-right: 4px !default;
|
|
|
- $box-close-font-size: 10px !default;
|
|
|
+
|
|
|
+$link-color: #436F64 !default;
|
|
|
+$inverse-link-color: white !default;
|
|
|
+$link-shadow-color: #FAFAFA !default;
|
|
|
+$text-shadow-color: #FAFAFA !default;
|
|
|
+$text-color: #777 !default;
|
|
|
+$border-color: #CCC !default;
|
|
|
+$warning-color: #681F2C !default;
|
|
|
+$light-background-border-color: #E5E9E8 !default;
|
|
|
+$light-background-color: beige !default;
|
|
|
+$icon-color: #114327 !default;
|
|
|
+$highlight-color: #E1E6E5 !default;
|
|
|
+$chat-head-color: #436F64 !default;
|
|
|
+$chatroom-head-color: #346121 !default;
|
|
|
+$chat-head-text-color: white !default;
|
|
|
+$chat-head-inverse-text-color: white !default;
|
|
|
+$chat-head-height: 44px !default;
|
|
|
+$save-button-color: #436F64 !default;
|
|
|
+$chat-textarea-height: 70px !default;
|
|
|
+$toolbar-height: 25px !default;
|
|
|
+$toolbar-color: beige !default;
|
|
|
+$message-them-color: #346121 !default;
|
|
|
+$roster-height: 194px !default;
|
|
|
+$controlbox-dropdown-height: 25px !default;
|
|
|
+
|
|
|
+$chatbox-border-radius: 4px !default;
|
|
|
+$bottom-gutter-height: 35px !default;
|
|
|
+$chatbox-hover-height: 6px !default;
|
|
|
+
|
|
|
+$mobile_landscape_length: 480px !default;
|
|
|
+
|
|
|
+$font-size: 14px !default;
|
|
|
+$legend-font-size: 16px !default;
|
|
|
+
|
|
|
+$chatroom-width: 300px !default;
|
|
|
+$chat-width: 200px !default;
|
|
|
+$chat-height: 400px !default;
|
|
|
+$chat-gutter: 7px !default;
|
|
|
+$minimized-chats-width: 130px !default;
|
|
|
+
|
|
|
+$mobile-chat-width: 100% !default;
|
|
|
+$mobile-chat-height: 400px !default;
|
|
|
+$small-mobile-chat-height: 300px !default;
|
|
|
+
|
|
|
+$font-path: "../fonticons/fonts/" !default;
|
|
|
+
|
|
|
+$box-close-button-padding-top: 4px !default;
|
|
|
+$box-close-button-padding-bottom: 4px !default;
|
|
|
+$box-close-button-padding-left: 4px !default;
|
|
|
+$box-close-button-padding-right: 4px !default;
|
|
|
+$box-close-font-size: 10px !default;
|