|
|
@ -28,10 +28,10 @@ |
|
|
|
transform: translateZ(0); |
|
|
|
border-color: @border-color-base; |
|
|
|
color: @primary-color; |
|
|
|
} |
|
|
|
&&-card > &-bar &-tab-active { |
|
|
|
padding-bottom: 5px; |
|
|
|
transform: translateZ(0); |
|
|
|
} |
|
|
|
&&-card > &-bar &-tab-inactive { |
|
|
|
padding: 0; |
|
|
|
} |
|
|
|
&&-card > &-bar &-nav-wrap { |
|
|
|
margin-bottom: 0; |
|
|
@ -52,6 +52,11 @@ |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
&&-card &-content > &-tabpane, |
|
|
|
&&-editable-card &-content > &-tabpane { |
|
|
|
transition: none!important; |
|
|
|
} |
|
|
|
|
|
|
|
&&-editable-card > &-bar &-tab > div { |
|
|
|
transition: all 0.3s @ease-in-out; |
|
|
|
} |
|
|
|