resize spinner
parent
8b333a8147
commit
fccd1d5cc0
|
@ -42,5 +42,10 @@
|
|||
}
|
||||
.cp-teams-invite-alert {
|
||||
margin-top: 15px;
|
||||
.cp-teams-invite-spinner {
|
||||
font-size: 1.2em;
|
||||
.fa {
|
||||
margin-right: 10px;;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1666,7 +1666,7 @@ define([
|
|||
rows: 3
|
||||
})
|
||||
]),
|
||||
linkSpin = h('div', {
|
||||
linkSpin = h('div.cp-teams-invite-spinner', {
|
||||
style: 'display: none;'
|
||||
}, [
|
||||
h('i.fa.fa-spinner.fa-spin'),
|
||||
|
|
Loading…
Reference in New Issue