mirror of
https://github.com/billsonnn/nitro-react.git
synced 2024-11-23 14:40:50 +01:00
Update card tabs css
This commit is contained in:
parent
86edf1ddda
commit
779e2c6b3e
@ -1,6 +1,7 @@
|
|||||||
.nitro-card-tabs {
|
.nitro-card-tabs {
|
||||||
min-height: $nitro-card-tabs-height;
|
min-height: $nitro-card-tabs-height;
|
||||||
max-height: $nitro-card-tabs-height;
|
max-height: $nitro-card-tabs-height;
|
||||||
|
border-bottom: $nav-tabs-border-width solid $nav-tabs-border-color;
|
||||||
|
|
||||||
@import './tabs-item/NitroCardTabsItemView';
|
@import './tabs-item/NitroCardTabsItemView';
|
||||||
}
|
}
|
||||||
|
@ -5,7 +5,7 @@ export const NitroCardTabsView: FC<NitroCardTabsViewProps> = props =>
|
|||||||
{
|
{
|
||||||
return (
|
return (
|
||||||
<div className="container-fluid d-flex bg-secondary pt-1 nitro-card-tabs justify-content-center">
|
<div className="container-fluid d-flex bg-secondary pt-1 nitro-card-tabs justify-content-center">
|
||||||
<ul className="nav nav-tabs">
|
<ul className="nav nav-tabs border-0">
|
||||||
{ props.children }
|
{ props.children }
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user