UNPKG

483 BSCSSView Raw
1.wrap {
2 display: flex;
3 flex-direction: column;
4 justify-content: center;
5 align-items: center;
6 background-color: white;
7 border: 1px solid #c1ced8;
8 padding: 5px 10px;
9 cursor: pointer;
10 margin: 0 5px;
11 &:hover {
12 background-color: #edf6fc;
13 }
14}
15.holder {
16 width: 24px;
17 height: 24px;
18 background: #068cb7;
19 border-radius: 50%;
20 display: flex;
21 align-items: center;
22 justify-content: center;
23 cursor: pointer;
24}
25.text {
26 font-size: 12px;
27 color: $color;
28}