summaryrefslogtreecommitdiff
path: root/src/components/Loading2.module.css
blob: 067281eee74ae120af6aa1e204d09a50c7bb8e4e (plain)
1
2
3
4
5
6
7
8
.lo {
  opacity: 0.5;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}