File size: 257 Bytes
9308228
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
.dw-loading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-3);
  padding: var(--space-10);
  color: var(--color-text-secondary);
  font-size: var(--text-sm);
}

.dw-loading--full {
  height: 100vh;
  width: 100vw;
}