Skip to content

Commit 783d034

Browse files
authored
Merge pull request #206 from tatosjb/fix-styled-components-css
Fix styled components css
2 parents 4a77ece + a7a0ff0 commit 783d034

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/styles/Base.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import styled, {createGlobalStyle} from 'styled-components'
1+
import styled, { createGlobalStyle } from 'styled-components'
22

33
export const GlobalStyle = createGlobalStyle`
44
@@ -25,8 +25,8 @@ export const GlobalStyle = createGlobalStyle`
2525
position: absolute;
2626
background: transparent none repeat scroll 0 0;
2727
border: 6px solid transparent;
28-
transition: all 0.3s ease 0ms; }
29-
left: 50%; }
28+
transition: all 0.3s ease 0ms;
29+
left: 50%; }
3030
.popover.popover--bottom {
3131
flex-flow: column nowrap; }
3232
.popover.popover--bottom .popover__content {

0 commit comments

Comments
 (0)