aboutsummaryrefslogtreecommitdiff
path: root/FrontEnd/src/views/common/Skeleton.css
blob: db1a1c341afbb2f8e191e0454033b8977ce2186f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
.cru-skeleton {
  padding: 0 1em;
}

.cru-skeleton-line {
  height: 1em;
  background-color: #e6e6e6;
  margin: 0.7em 0;
  border-radius: 0.2em;
}

.cru-skeleton-line.last {
  width: 50%;
}