@import './_mixin.styl'

.tn-swipe
  overflow hidden
  position relative
  box-sizing border-box
  transition transform 0.2s
  border-1px(top)
  &__content
    min-height 60px
    transition transform 0.2s
  &__btns
    z-index 1
    position absolute
    top 0
    bottom 0
    left 100%
    transition transform 0.2s
  &__btn
    box-sizing border-box
    height 100%
    padding: 0 15px
    min-width 80px
    display flex
    align-items center
    justify-content center
    font-size 18px
    color #fff
    background #EA4335
    &-text
      white-space: nowrap
