2016-04-30 18:33:07 +02:00
|
|
|
.lightbox {
|
2017-07-09 22:00:42 +02:00
|
|
|
position: fixed; /* Stay in place */
|
|
|
|
z-index: 1100; /* Sit on top */
|
|
|
|
left: 0;
|
|
|
|
top: 0;
|
|
|
|
width: 100%; /* Full width */
|
|
|
|
height: 100%; /* Full height */
|
|
|
|
overflow: hidden;
|
|
|
|
cursor: pointer;
|
2016-12-30 11:58:04 +01:00
|
|
|
}
|
|
|
|
|
2018-05-03 19:17:08 -04:00
|
|
|
app-gallery-lightbox-photo {
|
2017-07-09 22:00:42 +02:00
|
|
|
overflow: hidden;
|
2016-04-30 18:33:07 +02:00
|
|
|
}
|
2016-07-04 16:58:10 +02:00
|
|
|
|
2017-07-09 22:00:42 +02:00
|
|
|
.blackCanvas {
|
|
|
|
position: fixed; /* Stay in place */
|
|
|
|
z-index: 1099; /* Sit on top */
|
|
|
|
left: 0;
|
|
|
|
top: 0;
|
|
|
|
width: 100%; /* Full width */
|
|
|
|
height: 100%; /* Full height */
|
|
|
|
background-color: black;
|
|
|
|
transition: all 0.3s ease-in-out;
|
2018-05-13 16:59:57 -04:00
|
|
|
-o-transition: all 0.3s ease-in-out;
|
2018-05-15 21:30:41 -04:00
|
|
|
-ms-transition: all 0.3s ease-in-out;
|
2018-05-13 16:59:57 -04:00
|
|
|
-webkit-transition: all 0.3s ease-in-out;
|
|
|
|
-moz-transition: all 0.3s ease-in-out;
|
2016-04-30 18:33:07 +02:00
|
|
|
}
|
2016-05-12 23:00:38 +02:00
|
|
|
|
2018-05-03 19:17:08 -04:00
|
|
|
app-info-panel {
|
2017-07-09 22:00:42 +02:00
|
|
|
z-index: 1100; /* Sit on top */
|
|
|
|
position: fixed;
|
|
|
|
height: 100vh;
|
2018-05-13 22:10:56 -04:00
|
|
|
max-width: 100vw;
|
2017-07-09 22:00:42 +02:00
|
|
|
right: 0;
|
2017-07-10 22:00:22 +02:00
|
|
|
top: 0;
|
2017-07-09 22:00:42 +02:00
|
|
|
transition: all 0.3s ease-in-out;
|
2018-05-13 16:59:57 -04:00
|
|
|
-o-transition: all 0.3s ease-in-out;
|
2018-05-15 21:30:41 -04:00
|
|
|
-ms-transition: all 0.3s ease-in-out;
|
2018-05-13 16:59:57 -04:00
|
|
|
-moz-transition: all 0.3s ease-in-out;
|
|
|
|
-webkit-transition: all 0.3s ease-in-out;
|
2017-07-09 22:00:42 +02:00
|
|
|
}
|