Rupesh Singh e196e9f1e5 Reset Bounds when surrounding div resizes (#219)
* added listeners for element/map resize event

* changed names accordingly

* added eslint-disabled to pass through travis checks

* changes for travis checks

* added eslint disables

* disabling eslint for lNo 906

* removed trailing spaces

* removed unnecessary id and refs

* removed eventListners on unMount
2016-08-22 17:31:02 +03:00

44 lines
730 B
Sass

.layout
display: flex
min-height: 90vh
flex-direction: column
margin: 0 1px 0 1px
width: 100vh
.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