ExpandOrContractButton.module.scss 94 B

12345678
  1. .btn-expand-or-contract {
  2. padding: 3px;
  3. opacity: .5;
  4. &:hover {
  5. opacity: .75;
  6. }
  7. }