filter.scss 300 B

12345678910111213141516171819202122
  1. @import "vars";
  2. #filter {
  3. .icon {
  4. position: absolute;
  5. opacity: 0.5;
  6. color: $medium;
  7. left: 0;
  8. top: -4px;
  9. display: none;
  10. }
  11. .form-group {
  12. .btn-less { bottom: 0; left: 0px; }
  13. .btn-more { bottom: 0; right: 0px;}
  14. .label {
  15. margin-bottom: -5px;
  16. }
  17. }
  18. }