MenuUss.uss 485 B

123456789101112131415
  1. .tabButton {
  2. border-left-color: rgba(103, 100, 100, 255);
  3. border-right-color: rgba(103, 100, 100, 255);
  4. border-top-color: rgba(103, 100, 100, 255);
  5. border-bottom-color: rgba(103, 100, 100, 255);
  6. border-left-width: 2px;
  7. border-right-width: 2px;
  8. border-top-width: 2px;
  9. border-bottom-width: 2px;
  10. border-top-left-radius: 3px;
  11. border-bottom-left-radius: 3px;
  12. border-top-right-radius: 3px;
  13. border-bottom-right-radius: 3px;
  14. flex-grow: 1;
  15. }