45 lines
874 B
Plaintext
Raw Normal View History

2017-07-03 13:34:50 +00:00
.tab
color text-color !important
2017-07-22 13:04:54 +00:00
padding 0.5rem 1rem
2017-07-22 14:31:25 +00:00
background-color rgb(238, 238, 238)
2017-07-22 13:04:54 +00:00
border-right ui-border
2017-07-22 14:31:25 +00:00
border-bottom ui-border
white-space nowrap
2017-07-03 13:34:50 +00:00
:hover,
&.active
2017-07-22 13:04:54 +00:00
background-color bg-color !important
transform none
2017-07-22 14:31:25 +00:00
&.active
border-bottom-color transparent
:first-child
border-left ui-border
2017-07-03 13:34:50 +00:00
// color text-color !important
// :hover
// color white !important
// &.active
// color white !important
// background-color link-hover-color
< 920px
.tab
.icon
margin-right 0
.tab-text
display none
.tabs
2017-07-22 13:04:54 +00:00
horizontal
2017-07-22 14:31:25 +00:00
justify-content center
// margin-left calc(content-padding * -1)
// margin-top calc(content-padding * -1)
// margin-right calc(content-padding * -2)
margin-bottom content-padding
// background-color rgba(0, 0, 0, 0.02)
2017-07-03 13:34:50 +00:00
// justify-content flex-start !important
2017-07-22 13:04:54 +00:00
// margin-bottom 1rem
// margin-top -0.6rem