mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-22 13:13:03 +02:00
@@ -109,15 +109,6 @@
|
|||||||
margin-top: 2rem;
|
margin-top: 2rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.pos-f-t {
|
|
||||||
position: relative;
|
|
||||||
margin: -1rem;
|
|
||||||
|
|
||||||
@include media-breakpoint-up(sm) {
|
|
||||||
margin: -1.5rem;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.custom-file-input:lang(es) ~ .custom-file-label::after {
|
.custom-file-input:lang(es) ~ .custom-file-label::after {
|
||||||
content: "Elegir";
|
content: "Elegir";
|
||||||
}
|
}
|
||||||
|
@@ -564,7 +564,7 @@ With a toggler on the left and brand name on the right:
|
|||||||
Sometimes you want to use the collapse plugin to trigger hidden content elsewhere on the page. Because our plugin works on the `id` and `data-target` matching, that's easily done!
|
Sometimes you want to use the collapse plugin to trigger hidden content elsewhere on the page. Because our plugin works on the `id` and `data-target` matching, that's easily done!
|
||||||
|
|
||||||
{% capture example %}
|
{% capture example %}
|
||||||
<div class="pos-f-t">
|
<div class="fixed-top">
|
||||||
<div class="collapse" id="navbarToggleExternalContent">
|
<div class="collapse" id="navbarToggleExternalContent">
|
||||||
<div class="bg-dark p-4">
|
<div class="bg-dark p-4">
|
||||||
<h5 class="text-white h4">Collapsed content</h5>
|
<h5 class="text-white h4">Collapsed content</h5>
|
||||||
|
Reference in New Issue
Block a user