JKnorr91 / ion-slide-box-tabs

An Add-On directive for the ion-slide-box, that adds tabs to the slide box, known from the Android Material Design specification
MIT License
248 stars 110 forks source link

Can't change tab border height #1

Closed shaulhadar closed 9 years ago

shaulhadar commented 9 years ago

Hi Jknor, first of all i would like to say amazing work!!

I was trying to make the tab border a bit bigger, like 4px or so to test a design, but i couldn't find in what class to edit it...

Please help me to edit this..

Thanks, Shaul.

JKnorr91 commented 9 years ago

Hi shaulhadar,

changing the height is really simple: Just search for the ".tab-indicator-wrapper" class in the scss or css and change the "height" and the "-webkit-transform: translateY" property to a value you like.

shaulhadar commented 9 years ago

Great man, it works!

Thanks so much :)