2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-14 18:42:30 +03: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:
Louis-Maxime Piton
2023-01-06 04:59:59 +01:00
committed by GitHub
parent 702a3b6a61
commit fd1ec97bd3
5 changed files with 24 additions and 9 deletions
+9 -2
View File
@@ -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) {