cryptpad/www/teams/app-team.less

251 lines
7.4 KiB
Text
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-17 09:05:32 +00:00
@import (reference) '../../customize/src/less2/include/messenger.less';
2019-09-06 16:47:18 +00:00
@import (reference) '../../customize/src/less2/include/sidebar-layout.less';
2019-09-23 09:16:03 +00:00
@import (reference) "../../customize/src/less2/include/tools.less";
2019-12-18 10:35:21 +00:00
@import (reference) "../../customize/src/less2/include/colortheme.less";
2019-09-23 09:16:03 +00:00
2019-09-04 14:08:53 +00:00
&.cp-app-team {
.framework_min_main(
2019-10-01 08:57:46 +00:00
@bg-color: @colortheme_teams-bg,
@warn-color: @colortheme_teams-warn,
@color: @colortheme_teams-color
2019-09-04 14:08:53 +00:00
);
.drive_main();
2019-09-17 09:05:32 +00:00
.messenger_main();
2019-09-06 16:47:18 +00:00
.sidebar-layout_main();
2019-09-23 09:16:03 +00:00
@roster-bg-color: #efefef;
2019-09-11 14:23:58 +00:00
#cp-sidebarlayout-container {
@media screen and (max-width: 900px) {
.cp-app-drive-toolbar-leftside {
.cp-dropdown-button-title span:last-child {
display: none;
}
.cp-toolbar-share-button span:last-child {
display: none;
}
}
}
2019-10-04 15:31:12 +00:00
div#cp-sidebarlayout-leftside {
background-color: #e0e0e0;
}
2019-09-11 14:23:58 +00:00
div#cp-sidebarlayout-rightside.cp-rightside-drive {
padding: 0;
2019-09-17 09:05:32 +00:00
& > .cp-team-chat {
display: flex;
height: 100%;
margin: 0;
.cp-app-contacts-container {
height: 100%;
}
}
2019-09-11 14:23:58 +00:00
& > .cp-team-drive {
display: flex;
height: 100%;
margin: 0;
.cp-app-drive-container {
height: 100%;
}
2019-09-06 16:47:18 +00:00
}
.cp-limit-buttons {
2019-10-01 16:00:01 +00:00
display: none;
}
2019-09-06 16:47:18 +00:00
}
.cp-leftside-narrow {
.cp-avatar {
overflow: visible;
}
}
.cp-team-cat-header {
justify-content: center;
.avatar_main(30px);
.cp-avatar {
justify-content: center;
font-size: 20px;
}
2019-10-08 13:10:10 +00:00
media-tag, .cp-avatar-default {
margin-right: 3px;
}
media-tag {
order: -1;
}
cursor: default !important;
font-size: 18px;
&:hover {
background-color: transparent !important;
}
2019-10-08 13:02:30 +00:00
span.cp-sidebarlayout-category-name {
padding-left: 5px;
}
}
2019-10-04 15:31:12 +00:00
.cp-team-cat-chat {
span.cp-team-chat-notification {
color: red;
}
}
2019-09-24 14:55:05 +00:00
.cp-team-list {
.cp-team-list-container {
display: flex;
align-items: center;
justify-content: space-evenly;
flex-wrap: wrap;
}
.cp-team-list-team {
.tools_unselectable();
background-color: @roster-bg-color;
display: flex;
align-items: center;
flex-flow: column;
width: 300px;
max-width: 90%;
height: 400px;
padding: 20px;
margin: 5px;
.cp-team-list-avatar {
.avatar_main(200px);
}
.cp-team-list-name {
flex: 1;
min-width: 0;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
max-width: 500px;
font-size: 25px;
display: inline-flex;
align-items: center;
2019-09-25 16:21:45 +00:00
&.empty {
white-space: initial;
text-align: center;
}
2019-09-24 14:55:05 +00:00
}
.cp-team-list-open {
width: 100%;
}
}
}
.cp-team-avatar {
.avatar_main(300px);
2019-10-08 13:02:30 +00:00
.cp-avatar img {
max-width: 100%;
max-height: 100%;
}
}
2019-09-23 09:16:03 +00:00
.cp-team-roster {
.avatar_main(50px);
2019-10-28 16:05:11 +00:00
.cp-app-team-roster-header {
button:not(:last-child) {
margin-right: 5px;
}
}
2019-09-23 09:16:03 +00:00
.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;
}
2019-09-25 16:21:45 +00:00
.cp-team-member-status {
margin-left: 5px;
width: 5px;
height: 50px;
display: inline-block;
background-color: red;
&.online {
background-color: green;
}
}
2019-09-23 09:16:03 +00:00
.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%);
}
}
}
}
}
2019-12-18 10:35:21 +00:00
.cp-team-link {
max-width: 550px;
.cp-teams-invite-from {
display: flex;
margin-bottom: 20px;
.cp-teams-invite-from-author {
display: flex;
margin-left: 10px;
.cp-teams-invite-from-avatar {
.avatar_main(25px);
margin-right: 5px;
}
}
}
.cp-teams-invite-message {
background-color: fade(@colortheme_logo-2, 25%);
color: @cryptpad_text_col;
resize: none;
width: 100%;
padding: 12px;
margin-bottom: 20px;
}
.cp-teams-invite-password {
margin-bottom: 20px;
}
i.fa.fa-spin.fa-spinner {
margin-right: 10px;
}
}
2019-09-06 16:47:18 +00:00
}
2019-10-28 16:05:11 +00:00
#cp-teams-roster-dialog {
table {
width: 100%;
table-layout: fixed;
&.cp-teams-generic {
margin-bottom: 30px;
2019-11-12 11:05:59 +00:00
margin-top: 30px;
}
tr:nth-child(even) {
background-color: fade(@colortheme_modal-dim, 25%);
2019-10-28 16:05:11 +00:00
}
}
p {
text-align: left;
}
2019-11-08 16:35:15 +00:00
h5 {
text-align: left;
}
2019-10-28 16:05:11 +00:00
ul {
text-align: left;
padding-left: 30px;
}
li {
font-weight: bold;
}
}
2019-09-04 14:08:53 +00:00
}