source: trip-planner-front/node_modules/primeng/resources/components/blockui/blockui.css@ 1ad8e64

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

adding photos

  • Property mode set to 100644
File size: 452 bytes
Line 
1.p-blockui {
2 position: absolute;
3 top: 0;
4 left: 0;
5 width: 100%;
6 height: 100%;
7 background-color: transparent;
8 transition-property: background-color;
9 display: flex;
10 align-items: center;
11 justify-content: center;
12}
13
14.p-blockui.p-component-overlay {
15 position: absolute;
16}
17
18.p-blockui-document.p-component-overlay {
19 position: fixed;
20}
21
22.p-blockui-leave.p-component-overlay {
23 background-color: transparent;
24}
Note: See TracBrowser for help on using the repository browser.