cryptpad/www/team/app-team.less

30 lines
804 B
Plaintext
Raw Normal View History

2019-09-04 14:08:53 +00:00
@import (reference) '../../customize/src/less2/include/framework.less';
@import (reference) '../../customize/src/less2/include/drive.less';
2019-09-06 16:47:18 +00:00
@import (reference) '../../customize/src/less2/include/sidebar-layout.less';
2019-09-04 14:08:53 +00:00
&.cp-app-team {
.framework_min_main(
@bg-color: @colortheme_team-bg,
@warn-color: @colortheme_team-warn,
@color: @colortheme_team-color
);
.drive_main();
2019-09-06 16:47:18 +00:00
.sidebar-layout_main();
2019-09-11 14:23:58 +00:00
#cp-sidebarlayout-container {
div#cp-sidebarlayout-rightside.cp-rightside-drive {
padding: 0;
& > .cp-team-drive {
display: flex;
height: 100%;
margin: 0;
.cp-app-drive-container {
height: 100%;
}
2019-09-06 16:47:18 +00:00
}
}
}
2019-09-04 14:08:53 +00:00
}