Last change
on this file since 59329aa was 59329aa, checked in by Ema <ema_spirova@…>, 3 years ago |
adding photos
|
-
Property mode
set to
100644
|
File size:
1.0 KB
|
Line | |
---|
1 | .p-overlaypanel {
|
---|
2 | position: absolute;
|
---|
3 | margin-top: 10px;
|
---|
4 | top: 0;
|
---|
5 | left: 0;
|
---|
6 | }
|
---|
7 |
|
---|
8 | .p-overlaypanel-flipped {
|
---|
9 | margin-top: 0;
|
---|
10 | margin-bottom: 10px;
|
---|
11 | }
|
---|
12 |
|
---|
13 | .p-overlaypanel-close {
|
---|
14 | display: flex;
|
---|
15 | justify-content: center;
|
---|
16 | align-items: center;
|
---|
17 | overflow: hidden;
|
---|
18 | position: relative;
|
---|
19 | }
|
---|
20 |
|
---|
21 | .p-overlaypanel:after, .p-overlaypanel:before {
|
---|
22 | bottom: 100%;
|
---|
23 | left: calc(var(--overlayArrowLeft, 0) + 1.25rem);
|
---|
24 | content: " ";
|
---|
25 | height: 0;
|
---|
26 | width: 0;
|
---|
27 | position: absolute;
|
---|
28 | pointer-events: none;
|
---|
29 | }
|
---|
30 |
|
---|
31 | .p-overlaypanel:after {
|
---|
32 | border-width: 8px;
|
---|
33 | margin-left: -8px;
|
---|
34 | }
|
---|
35 |
|
---|
36 | .p-overlaypanel:before {
|
---|
37 | border-width: 10px;
|
---|
38 | margin-left: -10px;
|
---|
39 | }
|
---|
40 |
|
---|
41 | .p-overlaypanel-shifted:after, .p-overlaypanel-shifted:before {
|
---|
42 | left: auto;
|
---|
43 | right: 1.25em;
|
---|
44 | margin-left: auto;
|
---|
45 | }
|
---|
46 |
|
---|
47 | .p-overlaypanel-flipped:after, .p-overlaypanel-flipped:before {
|
---|
48 | bottom: auto;
|
---|
49 | top: 100%;
|
---|
50 | }
|
---|
51 |
|
---|
52 | .p-overlaypanel.p-overlaypanel-flipped:after {
|
---|
53 | border-bottom-color: transparent;
|
---|
54 | }
|
---|
55 |
|
---|
56 | .p-overlaypanel.p-overlaypanel-flipped:before {
|
---|
57 | border-bottom-color: transparent
|
---|
58 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.