selectedline.scss 296 B

12345678910111213
  1. .selectedline {
  2. font-family: $fontcuprum;
  3. font-weight: bold;
  4. font-size: 20px;
  5. color: #929292;
  6. margin-bottom: 30px;
  7. display: block;
  8. &__item {
  9. background: url('../img/icon_filter_26x26@2x.png') 4px 50% / 13px 13px no-repeat;
  10. padding-left: 23px;
  11. }
  12. }