]> _ Git - fluidbook-html5.git/commitdiff
#1452
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 8 Jun 2017 11:46:32 +0000 (13:46 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 8 Jun 2017 11:46:32 +0000 (13:46 +0200)
style/mixins.less [new file with mode: 0644]

diff --git a/style/mixins.less b/style/mixins.less
new file mode 100644 (file)
index 0000000..0cd8e37
--- /dev/null
@@ -0,0 +1,5 @@
+.overlayBackground() {
+       background-color: rgba(0, 0, 0, 0.5);
+       transition: opacity 400ms;
+       opacity: 0;
+}
\ No newline at end of file