Show a spinner while waiting for a poll to be created (#7189)

This commit is contained in:
Andy Balaam 2021-11-23 14:19:48 +00:00 committed by GitHub
parent 359962af6c
commit aec09dcad2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 19 additions and 1 deletions

View file

@ -15,6 +15,16 @@ limitations under the License.
*/
.mx_PollCreateDialog {
.mx_PollCreateDialog_busy {
position: absolute;
left: 0px;
right: 0px;
top: 0px;
bottom: 0px;
background-color: rgba($background, 0.6);
z-index: 1;
}
h2 {
font-weight: 600;
font-size: $font-15px;