diff --git a/src/components/Print/Print.jsx b/src/components/Print/Print.jsx index 18ec5b857e03..3d0c8669a5bf 100644 --- a/src/components/Print/Print.jsx +++ b/src/components/Print/Print.jsx @@ -1,5 +1,4 @@ import PropTypes from "prop-types"; -import "./Print.scss"; import icon from "../../assets/icon-print.svg"; import BarIcon from "../../styles/icons/vertical-bar.svg"; @@ -40,14 +39,14 @@ export default function Print(props) { fill="#175d96" /> Print Section - Printer Icon + Printer Icon ); diff --git a/src/components/Print/Print.scss b/src/components/Print/Print.scss deleted file mode 100644 index 526ee59d7ff5..000000000000 --- a/src/components/Print/Print.scss +++ /dev/null @@ -1,10 +0,0 @@ -.sidebar-link__print { - display: flex; - vertical-align: center; - flex-wrap: nowrap; - - img { - height: 20px; - margin-right: 2px; - } -}