@import './common'    
.pure-button-block
  display block
  width 100%

.flash
  position relative
  padding 15px
  font-size 14px
  line-height 1.5
  color #246
  background-color #e2eef9
  border 1px solid #bac6d3
  border-radius 3px
  &.flash-error
    color #911
    background-color #fcdede
    border-color #d2b2b2
    
.dropdown
  position absolute
  top 100%
  left 0
  z-index 9
  padding 5px 0
  margin-top 2px
  background-color #fff
  background-clip padding-box
  border 1px solid rgba(0, 0, 0, 0.15)
  border-radius 4px
  box-shadow 0 3px 12px rgba(0,0,0,0.15)
  &::before, &::after
    position absolute
    display inline-block
    content ""
    display none
  &::before
    border 8px solid transparent
    border-bottom-color rgba(0,0,0,0.15)
  &::after
    border 7px solid transparent
    border-bottom-color #fff
  &.sw
    right 0
    left auto
    &::before
      top -16px
      right 9px
      left auto
      display block
    &::after
      top -14px
      right 10px
      left auto
      display block
  .label
    padding 4px 15px 0 15px
    font-size 12px
    color #767676
  .divider
    height 1px
    margin 8px 1px
    background-color #e5e5e5
  .item
    display block
    padding 4px 10px 4px 15px
    overflow hidden
    color #333
    text-overflow ellipsis
    white-space nowrap
    &:hover, &:active
      color #fff
      text-decoration none
      background-color #4078c0