fixed card-outline header border inside card-tabs

This commit is contained in:
REJack 2020-01-16 15:17:34 +01:00
parent ffadc3d261
commit a4d297de9d
No known key found for this signature in database
GPG key ID: 9F3976CC630CC888
5 changed files with 6 additions and 6 deletions

View file

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

View file

@ -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