aboutsummaryrefslogtreecommitdiff
path: root/src/client/react/components/container/HelpBox.scss
blob: f91eb77f3f002ffaa24cf9db2c0c4d0328a6e605 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
.HelpBox {
  position: relative;
  margin-top: 32px;

  .arrow {
    position: absolute;
    background-color: white;
    width: 32px;
    height: 32px;
    top: -16px;
    left: 48px;
    transform: rotate(45deg);
  }

  .bubble {
    position: relative;
    background-color: white;
    font-weight: bold;
    margin: 16px;
    padding: 16px;
    border-radius: 4px;
  }
}