summaryrefslogtreecommitdiffstats
path: root/public/css/widget/check-attempt.less
blob: 1042a08b77a3912a2b811c82b64d4cee6ed184db (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
.check-attempt {
  display: flex;
  align-items: center;
  justify-content: center;
}

.check-attempt .ball {
  background-color: @gray-light;

  &:not(:last-child) {
    margin-right: 1/6em;
  }

  &.taken {
    background-color: @gray-semilight;
  }
}