@import '../bootstrap'
@import '../theme'

divider($material)
  background-color: $material.dividers

theme(divider, "divider")

.divider
  border: none
  display: block
  height: 1px
  min-height: 1px
  flex: 1
  width: 100%

  &--inset
    margin-left: 72px
    width: calc(100% - 72px)