57 lines
1.2 KiB
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-11-04 16:11:47 +00:00
background-color tab-background
2017-07-23 03:51:00 +00:00
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
2017-11-04 16:11:47 +00:00
background-color tab-hover-background
text-shadow none
2017-11-05 19:39:19 +00:00
cursor pointer
2017-07-23 03:51:00 +00:00
: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 16:11:47 +00:00
background-color tab-active-background
color tab-active-color
text-shadow tab-active-text-shadow
2017-07-22 14:31:25 +00:00
:first-child
border-left ui-border
2017-11-04 21:23:07 +00:00
border-top-left-radius ui-element-border-radius
border-bottom-left-radius ui-element-border-radius
:last-child
border-top-right-radius ui-element-border-radius
border-bottom-right-radius ui-element-border-radius
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