summaryrefslogtreecommitdiff
path: root/src/assets/styles/bmc/custom/_popover.scss
blob: f539ef5440e0f9da7dafc67355d00a9f29a19317 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
.b-popover {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background: $white;
  box-shadow: 0px -4px 12px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  position: relative;
  max-width: 389px;
  width: 389px;
  height: auto;
}

.popover-header {
  background-color: transparent;
  border: none;
  padding: 24px 0px 0px 24px;
  width: 400px;
}

.arrow {
  visibility: hidden;
}