You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
47 lines
1.2 KiB
Plaintext
47 lines
1.2 KiB
Plaintext
@import (reference) '../../customize/src/less2/include/framework.less';
|
|
@import (reference) '../../customize/src/less2/include/drive.less';
|
|
@import (reference) '../../customize/src/less2/include/messenger.less';
|
|
@import (reference) '../../customize/src/less2/include/sidebar-layout.less';
|
|
|
|
&.cp-app-team {
|
|
.framework_min_main(
|
|
@bg-color: @colortheme_team-bg,
|
|
@warn-color: @colortheme_team-warn,
|
|
@color: @colortheme_team-color
|
|
);
|
|
|
|
.drive_main();
|
|
.messenger_main();
|
|
.sidebar-layout_main();
|
|
|
|
#cp-sidebarlayout-container {
|
|
div#cp-sidebarlayout-rightside.cp-rightside-drive {
|
|
padding: 0;
|
|
& > .cp-team-chat {
|
|
display: flex;
|
|
height: 100%;
|
|
margin: 0;
|
|
.cp-app-contacts-container {
|
|
height: 100%;
|
|
}
|
|
}
|
|
& > .cp-team-drive {
|
|
display: flex;
|
|
height: 100%;
|
|
margin: 0;
|
|
.cp-app-drive-container {
|
|
height: 100%;
|
|
}
|
|
}
|
|
}
|
|
|
|
.cp-team-list-avatar {
|
|
.avatar_main(30px);
|
|
}
|
|
.cp-team-avatar {
|
|
.avatar_main(300px);
|
|
}
|
|
}
|
|
}
|
|
|