cryptpad/www/contacts/app-contacts.less

35 lines
797 B
Text
Raw Normal View History

@import (reference) '../../customize/src/less2/include/framework.less';
@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(
@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;
}
}
}
2021-01-26 14:26:46 +00:00
.messenger_main(
@bg-color: @cp_messenger-bg;
);
2017-09-18 13:09:01 +00:00
}