Skip to content

Commit d1904f7

Browse files
committed
lux: add box-shadow to modal, fixes #1336
1 parent afb7c09 commit d1904f7

14 files changed

+32
-8
lines changed

dist/lux/_bootswatch.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -280,3 +280,7 @@ th {
280280
color: inherit;
281281
}
282282
}
283+
284+
.modal-dialog {
285+
box-shadow: var(--bs-box-shadow);
286+
}

dist/lux/bootstrap.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12022,4 +12022,8 @@ th {
1202212022
.card .h5,
1202312023
.card .h6 {
1202412024
color: inherit;
12025+
}
12026+
12027+
.modal-dialog {
12028+
box-shadow: var(--bs-box-shadow);
1202512029
}

dist/lux/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/lux/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/lux/bootstrap.rtl.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11996,4 +11996,8 @@ th {
1199611996
.card .h5,
1199711997
.card .h6 {
1199811998
color: inherit;
11999+
}
12000+
12001+
.modal-dialog {
12002+
box-shadow: var(--bs-box-shadow);
1199912003
}

dist/lux/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/lux/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/lux/_bootswatch.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -280,3 +280,7 @@ th {
280280
color: inherit;
281281
}
282282
}
283+
284+
.modal-dialog {
285+
box-shadow: var(--bs-box-shadow);
286+
}

docs/5/lux/bootstrap.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12022,4 +12022,8 @@ th {
1202212022
.card .h5,
1202312023
.card .h6 {
1202412024
color: inherit;
12025+
}
12026+
12027+
.modal-dialog {
12028+
box-shadow: var(--bs-box-shadow);
1202512029
}

docs/5/lux/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)