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

@@ -71,6 +71,10 @@
z-index: 100000; // alertify container
font: @colortheme_app-font;
.cp-inline-alert-text {
flex: 1;
}
&.forefront {
z-index: @max-z-index; // alertify max forefront
}

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;
}
}