Show a spinner while waiting for a poll to be created (#7189)
This commit is contained in:
parent
359962af6c
commit
aec09dcad2
2 changed files with 19 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue