48 lines
878 B
Plaintext
Raw Normal View History

2017-07-03 13:34:50 +00:00
.tab
2017-07-23 03:51:00 +00:00
color text-color
2017-07-22 13:04:54 +00:00
padding 0.5rem 1rem
2017-07-23 03:51:00 +00:00
background-color rgba(0, 0, 0, 0.02)
border ui-border
border-left none
2017-07-22 14:31:25 +00:00
white-space nowrap
2017-07-03 13:34:50 +00:00
2017-07-23 03:51:00 +00:00
:hover
color text-color
background-color bg-color
:active
2017-07-22 13:04:54 +00:00
transform none
2017-07-23 03:51:00 +00:00
2017-07-22 14:31:25 +00:00
&.active
2017-11-04 07:45:39 +00:00
background tab-active-background
2017-11-03 11:02:13 +00:00
color theme-white
2017-07-22 14:31:25 +00:00
: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