I want to modify the size of the tab in css.
I found the variable $tabs-bottom-icon-size which modify only the size of the icons in the tab.
Is there any variable which allows me to modify the size of the entire tab?
And if not,how can i do this?
Thank you.
相关问题
- Adding a timeout to a render function in ReactJS
-
Why does the box-shadow property not apply to a
- Add animation to jQuery function Interval
- jQuery hover to slide?
- Issue with star rating css
Unfortunately not. You will have to just override the height of both the
.x-tabbar
and.x-tab
classes.