alert margins
This commit is contained in:
parent
fccd1d5cc0
commit
4173bf168f
@ -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 {
|
||||||
|
|||||||
@ -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;"
|
||||||
}, [
|
}, [
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user