/*
 *
 * BUI: BASE WRAPPER
 *
 */

/* $cb imported from '_bui_navigation.sass' */

.bui-base-wrapper
  float: left
  position: relative
  width: calc(100% - 200px)
  height: 100%
  @include transition(width .225s $cb)
  &.big-view
    width: calc(100% - 60px)