Team invitation link, add alert

This commit is contained in:
yflory
2019-12-16 16:06:22 +01:00
parent 4a83103f52
commit cfb6318b86
3 changed files with 46 additions and 2 deletions

View File

@@ -28,4 +28,16 @@
.cp-app-prop-content {
color: @cryptpad_text_col;
}
.cp-teams-invite-block {
display: flex;
align-items: center;
margin-bottom: 5px;
span {
flex: 1;
}
}
.cp-teams-invite-alert {
margin-top: 15px;
}
}