From 8a5825d52271d712ec7c8348447d433067e13ef2 Mon Sep 17 00:00:00 2001 From: Wes Bos Date: Thu, 13 Sep 2018 14:18:56 -0400 Subject: DONE --- .../frontend/components/styles/CloseButton.js | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 finished-application/frontend/components/styles/CloseButton.js (limited to 'finished-application/frontend/components/styles/CloseButton.js') diff --git a/finished-application/frontend/components/styles/CloseButton.js b/finished-application/frontend/components/styles/CloseButton.js deleted file mode 100644 index 69fd55c..0000000 --- a/finished-application/frontend/components/styles/CloseButton.js +++ /dev/null @@ -1,13 +0,0 @@ -import styled from 'styled-components'; - -const CloseButton = styled.button` - background: black; - color: white; - font-size: 3rem; - border: 0; - position: absolute; - z-index: 2; - right: 0; -`; - -export default CloseButton; -- cgit v1.3