@import '~mixpanel-common/lib/stylesheets/components/mp-table.styl'
@import '~mixpanel-common/lib/stylesheets/mixins/colors.styl'

.auto-doc
  .mp-table
    box-shadow none
    margin-top 25px

    .header-title
      background-color $grey-100

    .mp-table-row
      height initial
      padding 10px 0px
      border-bottom 1px solid $grey-200

    .mp-table-cell
      height initial

    .description
      flex-grow 3
