From 241332557f10fa97718200821374755b68e4fe10 Mon Sep 17 00:00:00 2001 From: Geireann Lindfield Roberts <60007097+geireann@users.noreply.github.com> Date: Tue, 11 Jul 2023 23:42:29 -0400 Subject: updated settings manager - fixed some things with top toolbar and refactored files - removed FontIconBadge --- src/client/util/CaptureManager.scss | 18 ------------------ 1 file changed, 18 deletions(-) (limited to 'src/client/util/CaptureManager.scss') diff --git a/src/client/util/CaptureManager.scss b/src/client/util/CaptureManager.scss index a5024247e..11e31fe2e 100644 --- a/src/client/util/CaptureManager.scss +++ b/src/client/util/CaptureManager.scss @@ -155,21 +155,3 @@ } } -.close-button { - position: absolute; - top: 10; - right: 10; - background:transparent; - border-radius:100%; - width: 25px; - height: 25px; - display: flex; - align-items: center; - justify-content: center; - transition: 0.2s; -} - -.close-button:hover { - background: rgba(0,0,0,0.1); -} - -- cgit v1.2.3-70-g09d2