From a6d07b63521c893b13172ae28444267399a1d3c2 Mon Sep 17 00:00:00 2001 From: Nirmal Khedkar Date: Tue, 15 Mar 2022 12:42:57 +0530 Subject: [PATCH] LeftMenu --- .../LeftMenu/LeftMenuLinkSection/LeftMenuListLink.js | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 admin/src/components/LeftMenu/LeftMenuLinkSection/LeftMenuListLink.js diff --git a/admin/src/components/LeftMenu/LeftMenuLinkSection/LeftMenuListLink.js b/admin/src/components/LeftMenu/LeftMenuLinkSection/LeftMenuListLink.js new file mode 100644 index 0000000..5cee62a --- /dev/null +++ b/admin/src/components/LeftMenu/LeftMenuLinkSection/LeftMenuListLink.js @@ -0,0 +1,8 @@ +import styled from 'styled-components'; + +const LeftMenuListLink = styled.div` + margin-bottom: 19px; + margin-right: 25px; +`; + +export default LeftMenuListLink;