46 lines
806 B
Plaintext
Raw Normal View History

2017-07-03 15:34:50 +02:00
.tab
2017-07-23 05:51:00 +02:00
color text-color
2017-07-22 15:04:54 +02:00
padding 0.5rem 1rem
2017-11-04 17:11:47 +01:00
background-color tab-background
2017-07-23 05:51:00 +02:00
border ui-border
border-left none
2017-07-22 16:31:25 +02:00
white-space nowrap
2017-07-03 15:34:50 +02:00
2017-07-23 05:51:00 +02:00
:hover
color text-color
2017-11-04 17:11:47 +01:00
background-color tab-hover-background
2017-11-05 20:39:19 +01:00
cursor pointer
2017-07-23 05:51:00 +02:00
:active
2017-07-22 15:04:54 +02:00
transform none
2017-07-23 05:51:00 +02:00
2017-07-22 16:31:25 +02:00
&.active
2017-11-04 17:11:47 +01:00
background-color tab-active-background
color tab-active-color
2017-07-22 16:31:25 +02:00
:first-child
border-left ui-border
2017-11-04 22:23:07 +01: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 15:34:50 +02:00
< 920px
.tab
.icon
margin-right 0
2018-03-13 02:31:01 +01:00
2017-07-03 15:34:50 +02:00
.tab-text
display none
.tabs
2017-07-22 15:04:54 +02:00
horizontal
2017-07-22 16:31:25 +02:00
justify-content center
2018-03-13 02:31:01 +01:00
margin content-padding calc(content-padding / 4)
margin-top 0
.tab-groups
horizontal
justify-content center