mirror of
https://github.com/google-map-react/google-map-react.git
synced 2025-12-08 18:26:32 +00:00
* Create our own createHelper, its not in recompose anymore * Use our withStateSelector * Proper apiKey usage * Replace apiKey with bootstrapUrlKeys * No need of true value in html * Use lodash.omit instead in dev * Remove unused file * Remove unnecessary extra folder utils * Upgrade recompose again * Oops! Move lodash.omit to devDependencies * Fix webpack files styles * Make examples bigger in width
45 lines
731 B
Sass
45 lines
731 B
Sass
.layout
|
|
display: flex
|
|
min-height: 90vh
|
|
flex-direction: column
|
|
margin: 0 1px 0 1px
|
|
width: 100vw
|
|
.header
|
|
height: 2em
|
|
background-color: #004336
|
|
color: #fff
|
|
display: flex
|
|
align-items: center
|
|
justify-content: space-between
|
|
padding: 0 10px 0 10px
|
|
a
|
|
color: #fff
|
|
|
|
.links
|
|
a
|
|
margin-right: 20px
|
|
|
|
.logo
|
|
width: 1.3em
|
|
height: 1.3em
|
|
margin: 0.3em
|
|
background-size: contain
|
|
background-repeat: no-repeat
|
|
background-image: url('https://avatars2.githubusercontent.com/u/5077042?v=3&s=40')
|
|
|
|
.main
|
|
flex: 1
|
|
resize: both
|
|
overflow: auto
|
|
display: flex
|
|
|
|
.footer
|
|
height: 2em
|
|
background-color: #004336
|
|
color: #fff
|
|
display: flex
|
|
align-items: center
|
|
justify-content: center
|
|
a
|
|
color: #fff
|