.mx {
  &-tab-bar-item {
    flex: 1;

    display: flex;
    flex-direction: column;
    align-items: center;    
    padding-top: $padding-sm;
    padding-bottom: $padding-sm;

    &-text{
      font-size: $font-size-12;
    }

    img{
      height: 28px;
    }
  }
}
