Skip to content

Commit 81c6027

Browse files
authored
Add fitting styles to lumens card and similar (#1343)
* Add fitting styles to lumens card and similar * Fix linting errors
1 parent bd91312 commit 81c6027

14 files changed

+74
-8
lines changed

dist/lumen/_bootswatch.scss

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -330,6 +330,19 @@ a.list-group-item {
330330
}
331331
}
332332

333+
.card,
334+
.modal-content,
335+
.popover,
336+
.toast {
337+
@include shadow();
338+
border-top-width: 1px;
339+
}
340+
341+
.accordion-item:last-child,
342+
.list-group-item:last-child {
343+
@include shadow();
344+
}
345+
333346
.modal,
334347
.toast,
335348
.offcanvas {

dist/lumen/bootstrap.css

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12370,6 +12370,17 @@ a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus {
1237012370
background-color: #e63b31;
1237112371
}
1237212372

12373+
.card, .modal-content, .popover, .toast {
12374+
border-style: solid;
12375+
border-width: 0 1px 4px 1px;
12376+
border-top-width: 1px;
12377+
}
12378+
12379+
.accordion-item:last-child, .list-group-item:last-child {
12380+
border-style: solid;
12381+
border-width: 0 1px 4px 1px;
12382+
}
12383+
1237312384
.modal .btn-close,
1237412385
.toast .btn-close,
1237512386
.offcanvas .btn-close {

dist/lumen/bootstrap.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/lumen/bootstrap.min.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/lumen/bootstrap.rtl.css

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12344,6 +12344,17 @@ a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus {
1234412344
background-color: #e63b31;
1234512345
}
1234612346

12347+
.card, .modal-content, .popover, .toast {
12348+
border-style: solid;
12349+
border-width: 0 1px 4px 1px;
12350+
border-top-width: 1px;
12351+
}
12352+
12353+
.accordion-item:last-child, .list-group-item:last-child {
12354+
border-style: solid;
12355+
border-width: 0 1px 4px 1px;
12356+
}
12357+
1234712358
.modal .btn-close,
1234812359
.toast .btn-close,
1234912360
.offcanvas .btn-close {

dist/lumen/bootstrap.rtl.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/lumen/bootstrap.rtl.min.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/5/lumen/_bootswatch.scss

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -330,6 +330,15 @@ a.list-group-item {
330330
}
331331
}
332332

333+
.card, .modal-content, .popover, .toast {
334+
@include shadow();
335+
border-top-width: 1px;
336+
}
337+
338+
.accordion-item:last-child, .list-group-item:last-child {
339+
@include shadow();
340+
}
341+
333342
.modal,
334343
.toast,
335344
.offcanvas {

docs/5/lumen/bootstrap.css

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12370,6 +12370,17 @@ a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus {
1237012370
background-color: #e63b31;
1237112371
}
1237212372

12373+
.card, .modal-content, .popover, .toast {
12374+
border-style: solid;
12375+
border-width: 0 1px 4px 1px;
12376+
border-top-width: 1px;
12377+
}
12378+
12379+
.accordion-item:last-child, .list-group-item:last-child {
12380+
border-style: solid;
12381+
border-width: 0 1px 4px 1px;
12382+
}
12383+
1237312384
.modal .btn-close,
1237412385
.toast .btn-close,
1237512386
.offcanvas .btn-close {

docs/5/lumen/bootstrap.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)