2018-07-12 17:13:04 +00:00
|
|
|
@import (reference) '../../customize/src/less2/include/framework.less';
|
2018-09-06 16:41:22 +00:00
|
|
|
@import (reference) '../../customize/src/less2/include/messenger.less';
|
2019-12-13 17:22:14 +00:00
|
|
|
@import (reference) '../../customize/src/less2/include/avatar.less';
|
2017-09-18 13:09:01 +00:00
|
|
|
|
|
|
|
// body
|
|
|
|
&.cp-app-contacts {
|
2018-07-14 13:15:23 +00:00
|
|
|
.framework_min_main(
|
2020-11-13 16:05:26 +00:00
|
|
|
@bg-color: @colortheme_static_apps[contacts]
|
2018-07-14 13:15:23 +00:00
|
|
|
);
|
|
|
|
|
2017-09-18 13:09:01 +00:00
|
|
|
display: flex;
|
|
|
|
flex-flow: column;
|
|
|
|
|
|
|
|
|
2017-10-19 07:58:28 +00:00
|
|
|
#cp-toolbar {
|
2017-09-18 13:09:01 +00:00
|
|
|
display: flex; // We need this to remove a 3px border at the bottom of the toolbar
|
|
|
|
}
|
|
|
|
|
2019-12-13 17:22:14 +00:00
|
|
|
.cp-contacts-muted-table {
|
|
|
|
.avatar_main(50px);
|
|
|
|
.cp-contacts-muted-user {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
span:nth-child(2) {
|
|
|
|
flex: 1;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2018-09-06 16:41:22 +00:00
|
|
|
.messenger_main();
|
2017-09-18 13:09:01 +00:00
|
|
|
}
|
|
|
|
|