Add allowList tab

This commit is contained in:
yflory
2020-02-18 16:10:39 +01:00
parent 0a45d48710
commit 3647d583f8
5 changed files with 325 additions and 10 deletions

View File

@@ -68,6 +68,20 @@
color: @cryptpad_text_col;
}
// Access modal
.cp-overlay-container {
position: relative;
.cp-overlay {
position: absolute;
background-color: rgba(255,255,255,0.5);
top: 0;
bottom: 0;
left: 0;
right: 0;
}
}
// teams invite modal
.cp-teams-invite-block {
display: flex;