fixed card-outline header border inside card-tabs

pull/2501/head
REJack 5 years ago
parent ffadc3d261
commit a4d297de9d
No known key found for this signature in database
GPG Key ID: 9F3976CC630CC888

@ -87,7 +87,7 @@
&.card-tabs {
&:not(.card-outline) {
& .card-header {
& > .card-header {
border-bottom: 0;
.nav-item {

@ -17544,11 +17544,11 @@ textarea.form-control.is-warning {
border-left: 1px solid rgba(0, 0, 0, 0.125);
}
.card.card-tabs:not(.card-outline) .card-header {
.card.card-tabs:not(.card-outline) > .card-header {
border-bottom: 0;
}
.card.card-tabs:not(.card-outline) .card-header .nav-item:first-child .nav-link {
.card.card-tabs:not(.card-outline) > .card-header .nav-item:first-child .nav-link {
margin-left: -1px;
}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save