From 52f016b3f8288c12c05ed5d52293c23dbf5105d2 Mon Sep 17 00:00:00 2001 From: nael Date: Tue, 29 Jan 2019 16:49:30 +0100 Subject: [PATCH] wait #2338 --- Fluidbook-presentation-p7/style.sass | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Fluidbook-presentation-p7/style.sass b/Fluidbook-presentation-p7/style.sass index 3df640c..215f925 100644 --- a/Fluidbook-presentation-p7/style.sass +++ b/Fluidbook-presentation-p7/style.sass @@ -19,24 +19,24 @@ body position: absolute width: 500px height: 300px - background: $rightblock - opacity: 0.6 + background: rgba($rightblock,0.6) + //opacity: 0.6 transform: skew(10deg) left: 446px .frame-left position: absolute width: 500px height: 300px - background: $leftblock - opacity: 0.6 - transform: skew(-10deg) + background: rgba($leftblock, 0.6) + //opacity: 0.6 + //transform: skew(-10deg) left: -531px .frame-black position: absolute width: 500px height: 300px background: black - transform: skew(-10deg) + //transform: skew(-10deg) left: -531px .item width: 407px -- 2.39.5