1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-29 08:10:47 +02:00

Updates to .ratio selectors and docs

- Remove group selector for ratio items
- Drop the .ratio-item entirely
- Update docs to explain updated approach
- Update Migration guide to reflect the latest
This commit is contained in:
Mark Otto
2020-09-23 11:06:21 -07:00
committed by Mark Otto
parent 73e5640405
commit 9f60659d1d
4 changed files with 19 additions and 19 deletions

View File

@@ -174,11 +174,12 @@
color: $gray-600;
background-color: $gray-100;
border: $border-width solid $border-color;
}
.ratio-item {
display: flex;
align-items: center;
justify-content: center;
> div {
display: flex;
align-items: center;
justify-content: center;
}
}
}
.bd-example-ratios-breakpoint {