added stylistic spinner

This commit is contained in:
Isaac Grynsztein
2019-10-21 02:25:03 -04:00
parent f98ba00551
commit 9fa646132d
3 changed files with 17 additions and 4 deletions

View File

@@ -38,4 +38,11 @@ mat-toolbar.top {
mat-form-field.mat-form-field {
font-size: 24px;
}
}
.spinner {
position: absolute;
display: inline-block;
margin-left: 8px;
margin-top: -10px;
}