summaryrefslogtreecommitdiff
path: root/src/components/Selection.module.scss
blob: ba47089a8df6c4e71ef7d71944ebbf5bff54a38e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
.fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  display: flex;
  flex-wrap: wrap;
}

.input + .cnt {
  border: 1px solid transparent;
  border-radius: 8px;
  cursor: pointer;
  margin-right: 5px;
  margin-bottom: 5px;
}

.input:focus + .cnt {
  border-color: #387cec;
}

.input:checked + .cnt {
  border-color: #387cec;
}