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

.layout-portal
  background-color: color-background
  background: url('../../png/background-sharp.png')
  background-attachment: fixed
  background-size: cover
  display: flex
  flex-direction: column
  flex-grow: 1
  .content-wrap
    display: flex
    flex-grow: 1
    width: 100%
    margin-top: 95px
