style.scss 654 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. md-content {
  2. background-color: transparent !important;
  3. md-tabs {
  4. border: 1px solid #e1e1e1;
  5. md-tab-content {
  6. background: #f6f6f6;
  7. }
  8. md-tabs-canvas {
  9. background: white;
  10. }
  11. }
  12. h1:first-child {
  13. margin-top: 0;
  14. }
  15. }
  16. md-input-container {
  17. padding-bottom: 0;
  18. }
  19. .remove-tab {
  20. margin-bottom: 40px;
  21. }
  22. .demo-tab > div > div {
  23. padding: 25px;
  24. box-sizing: border-box;
  25. }
  26. .edit-form input {
  27. width: 100%;
  28. }
  29. md-tabs {
  30. border-bottom: 1px solid rgba(0,0,0,0.12);
  31. }
  32. md-tab[disabled] {
  33. opacity: 0.5;
  34. }
  35. label {
  36. text-align: left;
  37. }
  38. .long > input {
  39. width: 264px;
  40. }
  41. .md-button.add-tab {
  42. transform: translateY(5px);
  43. }