v-tabs.scss 329 B

12345678910
  1. .grad-tabs > .v-tabs-bar {
  2. background-image: linear-gradient(to top, rgba(#000, .025), transparent);
  3. border-bottom: 1px solid rgba(#000, .1);
  4. border-radius: 4px 4px 0 0;
  5. @at-root .theme--dark & {
  6. background-image: linear-gradient(to bottom, rgba(#FFF, .05), transparent);
  7. border-bottom-color: transparent;
  8. }
  9. }