diff client/src/assets/application.scss @ 3041:ccda334eed92

client: panes: improved panes rotation, works with pure css so that components don't need to be re-mounted
author Markus Kottlaender <markus@intevation.de>
date Sat, 13 Apr 2019 14:51:56 +0200
parents 619f03a0062a
children 158d55ec2042
line wrap: on
line diff
--- a/client/src/assets/application.scss	Fri Apr 12 17:27:21 2019 +0200
+++ b/client/src/assets/application.scss	Sat Apr 13 14:51:56 2019 +0200
@@ -217,3 +217,8 @@
   width: 100% !important;
   height: 100% !important;
 }
+
+.wh-50 {
+  width: 50% !important;
+  height: 50% !important;
+}