2013-11-01 08:44:34 +08:00
|
|
|
@import "elements.less";
|
|
|
|
|
2013-11-01 21:22:02 +08:00
|
|
|
// definitions of variables and mixings used in the application
|
|
|
|
@z-index-presentation: 1;
|
2013-11-02 01:32:49 +08:00
|
|
|
@z-index-chat: 5;
|
|
|
|
@z-index-video: 6;
|
2013-11-01 21:22:02 +08:00
|
|
|
@z-index-users: 11;
|
|
|
|
@z-index-navbar: 20;
|
2013-11-02 03:25:00 +08:00
|
|
|
@navbar-top-pad: 6vh;
|
2013-11-01 22:53:41 +08:00
|
|
|
@whiteboard-height: 88vh;
|
|
|
|
@text-color: #666;
|
|
|
|
@background-color: #ddd;
|
|
|
|
@font-face: 12px Arial, Helvetica, "Helvetica Neue", sans-serif;
|
2013-11-01 21:22:02 +08:00
|
|
|
|
2013-11-01 20:25:05 +08:00
|
|
|
// base layout with things common to the entire application
|
|
|
|
@import "base.less";
|
|
|
|
|
|
|
|
// all components/sections in the session
|
|
|
|
@import "navbar.less";
|
|
|
|
@import "users.less";
|
|
|
|
@import "presentation.less";
|
|
|
|
@import "video.less";
|
|
|
|
@import "chat.less";
|
|
|
|
@import "mobile.less";
|
2013-11-02 03:25:00 +08:00
|
|
|
|
|
|
|
// for the login page
|
|
|
|
@import "login.less";
|