From 9c92ff1b53c7f5cec00040f9a261942bdb434c67 Mon Sep 17 00:00:00 2001 From: Yaliang <49084640+ylwu-amzn@users.noreply.github.com> Date: Sat, 12 Dec 2020 00:09:30 +0000 Subject: [PATCH] fix tiny odfe login icon (#343) --- public/app.scss | 1 - public/images/icon.scss | 9 --------- 2 files changed, 10 deletions(-) delete mode 100644 public/images/icon.scss diff --git a/public/app.scss b/public/app.scss index af1f5c7e..a580c547 100644 --- a/public/app.scss +++ b/public/app.scss @@ -19,4 +19,3 @@ @import 'pages/DetectorConfig/index.scss'; @import 'pages/AnomalyCharts/index.scss'; @import 'pages/DetectorResults/index.scss'; -@import 'images/icon.scss'; diff --git a/public/images/icon.scss b/public/images/icon.scss deleted file mode 100644 index f2f79af0..00000000 --- a/public/images/icon.scss +++ /dev/null @@ -1,9 +0,0 @@ -/* -Fixes the custom plugin icon scaling issue -*/ -figure { - max-width: 16px !important; - margin-right: 12px; - flex-grow: 0; - flex-shrink: 0; -}