Fix spinners, change socket emit names
This commit is contained in:
parent
5ca6538965
commit
f866ad5b34
3 changed files with 10 additions and 8 deletions
|
@ -1,8 +1,10 @@
|
|||
.spinner {
|
||||
color: transparent;
|
||||
@apply .h-4 .relative .bg-transparent;
|
||||
pointer-events: none;
|
||||
position: relative;
|
||||
@apply .h-16;
|
||||
|
||||
&.spinner-xl {
|
||||
@apply .h-16;
|
||||
}
|
||||
|
||||
&:after {
|
||||
@apply .border-2 .border-grey-light .absolute .block .h-4 .w-4 .rounded-full;
|
||||
|
|
Reference in a new issue