Skip to content

Commit 6a0c041

Browse files
author
Christopher Mühl
committed
Style tab headers
1 parent 0e3e0bf commit 6a0c041

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

switcher.styl

+8-1
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,18 @@
55
.tab-header
66
ul
77
padding 0
8+
text-align right
9+
margin-bottom -5px
10+
margin-top 20px
811

912
li
1013
display inline-block
1114
padding 0 10px
1215
cursor pointer
16+
border-radius 4px
17+
border 2px solid $borderColor
18+
margin-left 5px
19+
font-size 80%
1320

1421
&.active
15-
font-weight bold
22+
border-color $accentColor

0 commit comments

Comments
 (0)