summaryrefslogtreecommitdiff
path: root/src/components/Connections.module.css
blob: 4991f299b777cdf8f037d6b7ac3fa0d7b6ffca75 (plain)
1
2
3
4
5
6
7
8
.placeHolder {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-background);
  opacity: 0.1;
}