mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-22 13:13:03 +02:00
Docs: Small enhancements (#37803)
* Consistency with the doc * Bring a class to avoid weird behavior * Consistency + Add some explaining text * fix(color)
This commit is contained in:
committed by
GitHub
parent
702a3b6a61
commit
fd1ec97bd3
@@ -314,8 +314,15 @@
|
||||
min-height: 15rem;
|
||||
|
||||
> div {
|
||||
background-color: tint-color($bd-violet, 75%);
|
||||
border: 1px solid tint-color($bd-violet, 50%);
|
||||
color: var(--bs-body-bg);
|
||||
background-color: var(--bd-violet);
|
||||
border: 1px solid var(--bd-purple);
|
||||
|
||||
> span {
|
||||
position: absolute;
|
||||
right: 5px;
|
||||
bottom: 0;
|
||||
}
|
||||
}
|
||||
|
||||
> :nth-child(2) {
|
||||
|
Reference in New Issue
Block a user