1
0
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:
codecalm
2019-10-07 22:17:22 +02:00
parent d60850af7d
commit 9eaf5c27a2
5 changed files with 66 additions and 22 deletions
+21 -2
View File
@@ -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;
}
}