mirror of
https://github.com/tabler/tabler.git
synced 2026-08-01 16:04:37 +04:00
bottom cards component
This commit is contained in:
+21
-2
@@ -338,9 +338,10 @@ Card list group
|
||||
Card tabs
|
||||
*/
|
||||
.card-tabs {
|
||||
margin-bottom: $card-group-margin;
|
||||
|
||||
.nav-tabs {
|
||||
border-bottom-color: transparent;
|
||||
margin-bottom: -1px;
|
||||
border-bottom: 0;
|
||||
z-index: $zindex-dropdown;
|
||||
position: relative;
|
||||
|
||||
@@ -380,7 +381,25 @@ Card tabs
|
||||
}
|
||||
}
|
||||
|
||||
.nav-tabs-bottom {
|
||||
margin-bottom: 0;
|
||||
|
||||
.nav-item {
|
||||
margin-top: -1px;
|
||||
margin-bottom: 0;
|
||||
|
||||
.nav-link {
|
||||
border-bottom: $card-border-width solid $card-border-color;
|
||||
border-top-width: 0;
|
||||
|
||||
border-top-left-radius: 0;
|
||||
border-top-right-radius: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.card {
|
||||
border-top-left-radius: 0;
|
||||
margin: 0;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user