changeset 2437:5c094ab6aa5b

more css debugging styles
author Thomas Junk <thomas.junk@intevation.de>
date Fri, 01 Mar 2019 09:41:40 +0100
parents 64ff5984351e
children bbc31150248c
files client/src/assets/application.scss
diffstat 1 files changed, 13 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/client/src/assets/application.scss	Fri Mar 01 09:00:53 2019 +0100
+++ b/client/src/assets/application.scss	Fri Mar 01 09:41:40 2019 +0100
@@ -57,6 +57,14 @@
   border: 1px solid red;
 }
 
+.debug2 {
+  border: 1px solid magenta;
+}
+
+.debug3 {
+  border: 1px solid greenyellow;
+}
+
 %fully-centered {
   position: absolute;
   top: 50%;
@@ -120,10 +128,12 @@
   font-weight: bold;
 }
 
-.fade-enter-active, .fade-leave-active {
-  transition: opacity .3s;
+.fade-enter-active,
+.fade-leave-active {
+  transition: opacity 0.3s;
 }
-.fade-enter, .fade-leave-to {
+.fade-enter,
+.fade-leave-to {
   opacity: 0;
 }