comparison client/src/assets/application.scss @ 581:fb5d9d5ff320

refac: UI redesign
author Thomas Junk <thomas.junk@intevation.de>
date Thu, 06 Sep 2018 17:42:28 +0200
parents 06907c875077
children
comparison
equal deleted inserted replaced
580:e78bdbb6cac8 581:fb5d9d5ff320
16 position: absolute; 16 position: absolute;
17 top: 50%; 17 top: 50%;
18 left: 50%; 18 left: 50%;
19 transform: translate(-50%, -50%); 19 transform: translate(-50%, -50%);
20 } 20 }
21
22 .ui-element {
23 pointer-events: auto;
24 }