#settings {
  .list-group-item {
    padding-bottom: 10px;
    padding-top: 10px;
    &:hover{
      background: #f0ecf0 !important;
      color: #333!important;
      .btn-group-sm{
        opacity: 1;
      }
    }
    &::after {
      width: 100%;
      content: "";
      border-bottom: 1px solid rgba(0, 0, 0, 0.1);
      float: right;
      bottom: 0;
      position: absolute;
      left: 15px;
    }
    .btn-group-sm{
      opacity: 0;
      transition: .3s ease all;
    }
  }
}