cryptpad/www/contacts/app-contacts.less

23 lines
524 B
Text
Raw Normal View History

@import (reference) '../../customize/src/less2/include/framework.less';
@import (reference) '../../customize/src/less2/include/messenger.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_friends-bg,
@warn-color: @colortheme_friends-warn,
@color: @colortheme_friends-color
);
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
}
.messenger_main();
2017-09-18 13:09:01 +00:00
}