aboutsummaryrefslogtreecommitdiff
path: root/src/client/util/CaptureManager.scss
diff options
context:
space:
mode:
authorGeireann Lindfield Roberts <60007097+geireann@users.noreply.github.com>2023-07-11 23:42:29 -0400
committerGeireann Lindfield Roberts <60007097+geireann@users.noreply.github.com>2023-07-11 23:42:29 -0400
commit241332557f10fa97718200821374755b68e4fe10 (patch)
tree302d5c23f330061e6bbb4412bc935cf2b96c8bc3 /src/client/util/CaptureManager.scss
parentde75dacadc556c587bad0006638aab89a21ed7e0 (diff)
updated settings manager
- fixed some things with top toolbar and refactored files - removed FontIconBadge
Diffstat (limited to 'src/client/util/CaptureManager.scss')
-rw-r--r--src/client/util/CaptureManager.scss18
1 files changed, 0 insertions, 18 deletions
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);
-}
-