mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-23 20:40:36 +03:00
Do some CSS and Migration guide cleanup (#36191)
* Do some CSS and Migration guide cleanup - More code snippet tweaks - Fix some homepage hero bugs - Do a cleanup on Migration guide content to highlight more changes and fix some issues from merge conflicts
This commit is contained in:
@@ -20,9 +20,13 @@
|
||||
color: $gray-700;
|
||||
}
|
||||
|
||||
.bd-code-snippet {
|
||||
margin: 0;
|
||||
@include border-radius(.5rem);
|
||||
}
|
||||
|
||||
.highlight {
|
||||
padding: .5rem 4rem .5rem 1rem;
|
||||
margin-bottom: 0;
|
||||
line-height: 1.25;
|
||||
background-color: rgba(var(--bs-body-color-rgb), .075);
|
||||
@include border-radius(.5rem);
|
||||
|
||||
Reference in New Issue
Block a user