diff --git a/css/contrastDetails.css b/css/contrastDetails.css index 9e39bf4..1954e58 100644 --- a/css/contrastDetails.css +++ b/css/contrastDetails.css @@ -51,6 +51,10 @@ background-color: #2d2d2d; border: 1px #2d2d2d; } +.top-hand .top-right .save-btn.save-already .icon { + width: 20px; + height: 20px; +} .top-hand .top-right .save-btn .icon { width: 24px; height: 24px; diff --git a/css/contrastDetails.less b/css/contrastDetails.less index 4c58f21..e6d65fe 100644 --- a/css/contrastDetails.less +++ b/css/contrastDetails.less @@ -57,6 +57,10 @@ &.save-already { background-color: rgba(45, 45, 45, 1); border: 1px rgba(45, 45, 45, 1); + .icon { + width: 20px; + height: 20px; + } } .icon {