From 83e4db1e7fb3634a6a690d6126a3509db6ce350c Mon Sep 17 00:00:00 2001 From: gopienkonikita Date: Sat, 28 Nov 2020 13:05:10 +0300 Subject: [PATCH] Web: People: removed useless buttons styles --- .../Client/src/components/pages/Profile/Section/Body/index.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/products/ASC.People/Client/src/components/pages/Profile/Section/Body/index.js b/products/ASC.People/Client/src/components/pages/Profile/Section/Body/index.js index f3dcd14d07..bfa1aadb66 100644 --- a/products/ASC.People/Client/src/components/pages/Profile/Section/Body/index.js +++ b/products/ASC.People/Client/src/components/pages/Profile/Section/Body/index.js @@ -37,10 +37,6 @@ const AvatarWrapper = styled.div` const EditButtonWrapper = styled.div` margin-top: 16px; width: 160px; - - & > button { - padding: 8px 20px 9px 20px; - } `; const ToggleWrapper = styled.div`