We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4a77ece + a7a0ff0 commit 783d034Copy full SHA for 783d034
src/styles/Base.js
@@ -1,4 +1,4 @@
1
-import styled, {createGlobalStyle} from 'styled-components'
+import styled, { createGlobalStyle } from 'styled-components'
2
3
export const GlobalStyle = createGlobalStyle`
4
@@ -25,8 +25,8 @@ export const GlobalStyle = createGlobalStyle`
25
position: absolute;
26
background: transparent none repeat scroll 0 0;
27
border: 6px solid transparent;
28
- transition: all 0.3s ease 0ms; }
29
- left: 50%; }
+ transition: all 0.3s ease 0ms;
+ left: 50%; }
30
.popover.popover--bottom {
31
flex-flow: column nowrap; }
32
.popover.popover--bottom .popover__content {
0 commit comments