source: trip-planner-front/node_modules/primeng/resources/components/confirmpopup/confirmpopup.css@ e29cc2e

Last change on this file since e29cc2e was 59329aa, checked in by Ema <ema_spirova@…>, 3 years ago

adding photos

  • Property mode set to 100644
File size: 879 bytes
Line 
1.p-confirm-popup {
2 position: absolute;
3 margin-top: 10px;
4 top: 0;
5 left: 0;
6}
7
8.p-confirm-popup-flipped {
9 margin-top: 0;
10 margin-bottom: 10px;
11}
12
13.p-confirm-popup:after, .p-confirm-popup:before {
14 bottom: 100%;
15 left: calc(var(--overlayArrowLeft, 0) + 1.25rem);
16 content: " ";
17 height: 0;
18 width: 0;
19 position: absolute;
20 pointer-events: none;
21}
22
23.p-confirm-popup:after {
24 border-width: 8px;
25 margin-left: -8px;
26}
27
28.p-confirm-popup:before {
29 border-width: 10px;
30 margin-left: -10px;
31}
32
33.p-confirm-popup-flipped:after, .p-confirm-popup-flipped:before {
34 bottom: auto;
35 top: 100%;
36}
37
38.p-confirm-popup.p-confirm-popup-flipped:after {
39 border-bottom-color: transparent;
40}
41
42.p-confirm-popup.p-confirm-popup-flipped:before {
43 border-bottom-color: transparent
44}
45
46.p-confirm-popup .p-confirm-popup-content {
47 display: flex;
48 align-items: center;
49}
Note: See TracBrowser for help on using the repository browser.