From 0e00e9791ffb1ab0339633c1e5a07d4902e565cc Mon Sep 17 00:00:00 2001 From: KDSBrowne <kert.browne85@gmail.com> Date: Wed, 24 Mar 2021 18:47:24 +0000 Subject: [PATCH] remove gradient from styling --- bigbluebutton-html5/imports/ui/components/app/styles.scss | 2 -- 1 file changed, 2 deletions(-) diff --git a/bigbluebutton-html5/imports/ui/components/app/styles.scss b/bigbluebutton-html5/imports/ui/components/app/styles.scss index 91d18feda9..6d298149c9 100755 --- a/bigbluebutton-html5/imports/ui/components/app/styles.scss +++ b/bigbluebutton-html5/imports/ui/components/app/styles.scss @@ -75,12 +75,10 @@ &:before { top: 0; - background: linear-gradient(to bottom, rgba(0, 0, 0, .45) -20%, transparent 20%); } &:after { bottom: 0; - background: linear-gradient(to top, rgba(0, 0, 0, .45) -20%, transparent 20%); } @include mq($medium-up) { -- GitLab