/*!
 * Created by PhpStorm.
 * Developer: Tariq Ayman ( tariq.ayman94@gmail.com )
 * Date: 1/5/20, 1:53 AM
 * Last Modified: 12/22/19, 10:14 PM
 * Project Name: Wafaq
 * File Name: _list-group.scss
 */

/*!
 * Created by PhpStorm.
 * Developer: Tariq Ayman ( tariq.ayman94@gmail.com )
 * Date: 12/22/19, 10:14 PM
 * Last Modified: 11/1/19, 5:58 PM
 *
 * File Name: _list-group.scss
 */

// List groups
//

@each $color, $value in $theme-colors {
  @if $color != primary and $color != light {
    @include appwork-list-group-item-variant('.list-group-item-#{$color}', $value);
  }
}

// *******************************************************************************
// * RTL

@include rtl-only {
  .list-group {
    padding-right: 0;
  }
}
