From b6867dedd8c6ded0d1425197766bcf9631605ed9 Mon Sep 17 00:00:00 2001 From: haxy Date: Sun, 4 Aug 2024 21:55:18 +0300 Subject: [PATCH] removed borders and centered icon properly --- lib/styles/components/side-icon.js | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/lib/styles/components/side-icon.js b/lib/styles/components/side-icon.js index e2cc2bea..b2abe104 100644 --- a/lib/styles/components/side-icon.js +++ b/lib/styles/components/side-icon.js @@ -4,18 +4,10 @@ export const sideIconStyles = /* css */ ` } .icon-container { -border: 1px solid #333; - border-radius: 15%; display: flex; align-items: center; justify-content: center; - // height: 30px; - // width: 30px; - margin: 0 10px 0 0; - // background-color: #333; + margin: 0 10px 0 5px; color: #fff; - font-size: 20px; - cursor: pointer; - transition: background-color 0.3s; } `; \ No newline at end of file