You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
329 B

  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. }