Team invitation link, add alert
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user