butce.css 159 B

123456789101112131415161718
  1. .butce {
  2. overflow: hidden;
  3. }
  4. .tab button {
  5. cursor: pointer;
  6. }
  7. .tab button.active {
  8. }
  9. /* Style the tab content */
  10. .butce-liste {
  11. display: none;
  12. }