fixed external notification email modal

This commit is contained in:
alecmerdler 2017-05-10 14:43:17 -07:00
parent 6b54279bb7
commit 5a963873cf
2 changed files with 40 additions and 30 deletions

View file

@ -66,4 +66,10 @@
.create-external-notification-element .help-text {
margin-top: 10px;
color: #aaa;
}
}
#authorizeEmailModal .loading-container {
display: flex;
justify-content: center;
margin: 20px;
}