alert margins

pull/1/head
David Benqué 5 years ago
parent fccd1d5cc0
commit 4173bf168f

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

@ -1677,6 +1677,7 @@ define([
}, h('textarea', {
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', {
style: "display: none;"
}, [

Loading…
Cancel
Save