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.
88 lines
2.6 KiB
Plaintext
88 lines
2.6 KiB
Plaintext
5 years ago
|
@import (reference) '../../customize/src/less2/include/framework.less';
|
||
|
@import (reference) '../../customize/src/less2/include/drive.less';
|
||
5 years ago
|
@import (reference) '../../customize/src/less2/include/messenger.less';
|
||
5 years ago
|
@import (reference) '../../customize/src/less2/include/sidebar-layout.less';
|
||
5 years ago
|
@import (reference) "../../customize/src/less2/include/tools.less";
|
||
|
|
||
5 years ago
|
|
||
|
&.cp-app-team {
|
||
|
.framework_min_main(
|
||
|
@bg-color: @colortheme_team-bg,
|
||
|
@warn-color: @colortheme_team-warn,
|
||
|
@color: @colortheme_team-color
|
||
|
);
|
||
|
|
||
|
.drive_main();
|
||
5 years ago
|
.messenger_main();
|
||
5 years ago
|
.sidebar-layout_main();
|
||
|
|
||
5 years ago
|
@roster-bg-color: #efefef;
|
||
|
|
||
5 years ago
|
#cp-sidebarlayout-container {
|
||
|
div#cp-sidebarlayout-rightside.cp-rightside-drive {
|
||
|
padding: 0;
|
||
5 years ago
|
& > .cp-team-chat {
|
||
|
display: flex;
|
||
|
height: 100%;
|
||
|
margin: 0;
|
||
|
.cp-app-contacts-container {
|
||
|
height: 100%;
|
||
|
}
|
||
|
}
|
||
5 years ago
|
& > .cp-team-drive {
|
||
|
display: flex;
|
||
|
height: 100%;
|
||
|
margin: 0;
|
||
|
.cp-app-drive-container {
|
||
|
height: 100%;
|
||
|
}
|
||
5 years ago
|
}
|
||
|
}
|
||
5 years ago
|
|
||
|
.cp-team-list-avatar {
|
||
|
.avatar_main(30px);
|
||
|
}
|
||
|
.cp-team-avatar {
|
||
|
.avatar_main(300px);
|
||
|
}
|
||
5 years ago
|
.cp-team-roster {
|
||
|
.avatar_main(50px);
|
||
|
.cp-team-roster-member {
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
margin: 5px;
|
||
|
padding: 2px;
|
||
|
max-width: 500px;
|
||
|
background-color: @roster-bg-color;
|
||
|
&:hover {
|
||
|
background-color: darken(@roster-bg-color, 5%);
|
||
|
}
|
||
|
.cp-avatar {
|
||
|
margin-right: 10px;
|
||
|
}
|
||
|
.cp-team-member-name {
|
||
|
flex: 1;
|
||
|
overflow: hidden;
|
||
|
white-space: nowrap;
|
||
|
text-overflow: ellipsis;
|
||
|
.tools_unselectable();
|
||
|
}
|
||
|
.cp-team-member-actions {
|
||
|
.fa {
|
||
|
height: 25px;
|
||
|
width: 25px;
|
||
|
display: inline-flex;
|
||
|
justify-content: center;
|
||
|
align-items: center;
|
||
|
cursor: pointer;
|
||
|
&:hover {
|
||
|
background-color: darken(@roster-bg-color, 10%);
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
5 years ago
|
}
|
||
5 years ago
|
}
|
||
|
|