mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-20 20:00: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:
@@ -82,6 +82,15 @@
|
||||
// Docs examples
|
||||
//
|
||||
|
||||
.bd-example-snippet {
|
||||
border: solid $border-color;
|
||||
border-width: 1px 0;
|
||||
|
||||
@include media-breakpoint-up(md) {
|
||||
border-width: 1px;
|
||||
}
|
||||
}
|
||||
|
||||
.bd-example {
|
||||
position: relative;
|
||||
padding: 1rem;
|
||||
@@ -371,8 +380,6 @@
|
||||
|
||||
.bd-code-snippet {
|
||||
margin: $spacer ($bd-gutter-x * -.5);
|
||||
border: solid $border-color;
|
||||
border-width: 1px 0;
|
||||
|
||||
.highlight {
|
||||
margin-bottom: 0;
|
||||
@@ -381,7 +388,6 @@
|
||||
@include media-breakpoint-up(md) {
|
||||
margin-right: 0;
|
||||
margin-left: 0;
|
||||
border-width: 1px;
|
||||
@include border-radius($border-radius);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user