mirror of https://github.com/Requarks/wiki.git
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
10 lines
329 B
.grad-tabs > .v-tabs-bar {
|
|
background-image: linear-gradient(to top, rgba(#000, .025), transparent);
|
|
border-bottom: 1px solid rgba(#000, .1);
|
|
border-radius: 4px 4px 0 0;
|
|
|
|
@at-root .theme--dark & {
|
|
background-image: linear-gradient(to bottom, rgba(#FFF, .05), transparent);
|
|
border-bottom-color: transparent;
|
|
}
|
|
}
|