summaryrefslogtreecommitdiff
path: root/src/assets/styles/bmc/_sila/custom/_popover.scss
blob: 8611fb0e770f2f6ae10456f78383ecd50d4efa53 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
.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: 400px;
  width: 400px;
  height: auto;
  will-change: unset !important;
}

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

.arrow {
  visibility: hidden;
}

.popover-heigth-100 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  background: $white;
  border: 1px solid $faint-secondary-primary-10;
  box-shadow: 0px -4px 12px rgba(0, 0, 0, 0.05);
  padding: 5px;
  border-radius: 8px;
  max-width: 100px;
}

.popover-heigth-100 .popover-body {
  padding: 0px;

}

.apply-reload-popover {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  background: $white;
  border: 1px solid $faint-secondary-primary-10;
  box-shadow: 0px -4px 12px rgba(0, 0, 0, 0.05);
  padding: 5px;
  border-radius: 8px;
  max-width: 250px;
}

.apply-reload-popover .popover-body {
  padding: 0px;
}

.boot-popover {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  background: $white;
  border: 1px solid $faint-secondary-primary-10;
  box-shadow: 0px -4px 12px rgba(0, 0, 0, 0.05);
  padding: 5px;
  border-radius: 8px;
  max-width: 200px;
}