mirror of
https://github.com/jgthms/bulma
synced 2026-03-23 05:19:35 -07:00
committed by
Jeremy Thomas
parent
f97f0d7df9
commit
61938a39e9
@@ -122,8 +122,16 @@ $tabs-toggle-link-active-color: $link-invert !default
|
||||
margin-left: -#{$tabs-toggle-link-border-width}
|
||||
&:first-child a
|
||||
border-radius: $tabs-toggle-link-radius 0 0 $tabs-toggle-link-radius
|
||||
&.is-rounded
|
||||
border-top-left-radius: $radius-rounded
|
||||
border-bottom-left-radius: $radius-rounded
|
||||
padding-left: 1.25em
|
||||
&:last-child a
|
||||
border-radius: 0 $tabs-toggle-link-radius $tabs-toggle-link-radius 0
|
||||
&.is-rounded
|
||||
border-top-right-radius: $radius-rounded
|
||||
border-bottom-right-radius: $radius-rounded
|
||||
padding-right: 1.25em
|
||||
&.is-active
|
||||
a
|
||||
background-color: $tabs-toggle-link-active-background-color
|
||||
|
||||
Reference in New Issue
Block a user