Merge branch 'inviteUI' of github.com:xwiki-labs/cryptpad into inviteUI

pull/1/head
yflory 5 years ago
commit 790c9aa0d7

@ -261,6 +261,12 @@
} }
} }
.fa-question-circle { // help links to FAQ
color: @colortheme_logo-2;
&:hover {
text-decoration: none;
}
}
input[type="checkbox"], input[type="radio"] { input[type="checkbox"], input[type="radio"] {
width: auto; width: auto;

@ -31,12 +31,9 @@
// teams invite modal // teams invite modal
.cp-teams-invite-block { .cp-teams-invite-block {
display: inline-flex; display: flex;
align-items: center; align-items: center;
margin-bottom: 5px; margin-bottom: 5px;
span {
flex: 1;
}
} }
.cp-teams-invite-message { .cp-teams-invite-message {
resize: none; resize: none;
@ -51,10 +48,6 @@
} }
} }
.cp-teams-help { .cp-teams-help {
color: @colortheme_logo-2;
margin-left: 10px; margin-left: 10px;
&:hover {
text-decoration: none;
}
} }
} }

Loading…
Cancel
Save