Fix subpanel slider
index.module.css
This commit is contained in:
@@ -34,22 +34,22 @@
|
||||
@apply min-w-min
|
||||
}
|
||||
.tab-true {
|
||||
@apply text-slate-300/90 pointer-events-none;
|
||||
@apply text-slate-300/90 ;
|
||||
}
|
||||
.tab-false {
|
||||
@apply text-slate-600 hover:text-slate-500 ;
|
||||
}
|
||||
.tab-slider {
|
||||
@apply min-h-[34px] mr-auto min-w-[90px] left-0 relative pointer-events-auto z-[0] top-1 hover:scale-x-[100%] transition-all duration-200 ease-in-out rounded scale-x-[104%] from-primary-300/40 to-primary-300/60 border border-mirage-400/60 bg-gradient-to-br
|
||||
@apply min-h-[34px] mr-auto min-w-[86px] left-0 relative z-[0] top-1 hover:scale-x-[100%] transition-all duration-200 ease-in-out rounded scale-x-[104%] from-primary-300/40 to-primary-300/60 border border-mirage-400/60 bg-gradient-to-br
|
||||
}
|
||||
.graph-tab[aria-selected="true"] ~ div {
|
||||
@apply -translate-x-[304px] w-[134px] scale-x-[104%] cursor-pointer
|
||||
@apply -translate-x-[300px] w-[60px] scale-x-[104%] cursor-pointer
|
||||
}
|
||||
.entities-tab[aria-selected="true"] ~ div {
|
||||
@apply -translate-x-[202px] scale-x-[110%] cursor-pointer
|
||||
@apply -translate-x-[200px] scale-x-[110%] cursor-pointer
|
||||
}
|
||||
.market-tab[aria-selected="true"] ~ div {
|
||||
@apply -translate-x-[97px] scale-x-[106%] cursor-pointer
|
||||
@apply -translate-x-[95px] scale-x-105 cursor-pointer
|
||||
}
|
||||
.tab-panel {
|
||||
@apply w-full relative px-2 pr-2.5;
|
||||
|
||||
Reference in New Issue
Block a user