alert margins

This commit is contained in:
David Benqué 2019-12-16 16:05:59 +00:00
parent fccd1d5cc0
commit 4173bf168f
2 changed files with 4 additions and 1 deletions

View File

@ -29,6 +29,7 @@
color: @cryptpad_text_col; color: @cryptpad_text_col;
} }
// teams invite modal
.cp-teams-invite-block { .cp-teams-invite-block {
display: flex; display: flex;
align-items: center; align-items: center;
@ -41,7 +42,8 @@
resize: none; resize: none;
} }
.cp-teams-invite-alert { .cp-teams-invite-alert {
margin-top: 15px; margin-top: 10px;
}
.cp-teams-invite-spinner { .cp-teams-invite-spinner {
font-size: 1.2em; font-size: 1.2em;
.fa { .fa {

View File

@ -1677,6 +1677,7 @@ define([
}, h('textarea', { }, h('textarea', {
readonly: 'readonly' readonly: 'readonly'
})), })),
linkError = h('div.alert.alert-danger.cp-teams-invite-alert', {style : 'display: none;'}),
linkWarning = h('div.cp-teams-invite-alert.alert.alert-warning.dismissable', { linkWarning = h('div.cp-teams-invite-alert.alert.alert-warning.dismissable', {
style: "display: none;" style: "display: none;"
}, [ }, [