Skip to content

Commit a7a0ff0

Browse files
committed
Fix styled components css
1 parent be98cc9 commit a7a0ff0

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)