@import '../settings/_Colors.styl'

.app-wrapper
  align-content: stretch
  background-color: color-background
  display: flex
  max-width: 100vw
  min-height: 100vh
  overflow: hidden

.layout
  background-color: color-background
  display: flex
  flex-direction: column
  flex-grow: 1
  .row
    flex-grow: 1

#modal-dialogue-mount
  position: absolute
  top: 0
  left: 0
