From 40c00222f23b715fa8d1e26e28079b4d0173d87b Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Wed, 4 Mar 2020 13:56:30 -0500 Subject: [PATCH] small fixes to styling --- src/popup/scss/plugins.scss | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/popup/scss/plugins.scss b/src/popup/scss/plugins.scss index 99d9810494..2f91dd76b0 100644 --- a/src/popup/scss/plugins.scss +++ b/src/popup/scss/plugins.scss @@ -108,9 +108,10 @@ $fa-font-path: "~font-awesome/fonts"; // SweetAlert .swal2-popup { - padding: 15px 15px; + padding: 15px; border-radius: $border-radius; - width: 34em; // slightly bigger than the hardcoded 478px in v1. + width: 34em; + @include themify($themes) { background-color: themed('backgroundColorAlt'); color: themed('textColor');