fix: groups edit tabs UI
This commit is contained in:
10
client/scss/components/v-tabs.scss
Normal file
10
client/scss/components/v-tabs.scss
Normal file
@@ -0,0 +1,10 @@
|
||||
.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;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user