mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-21 21:40:48 +00:00
Replace inline styles in example "Dropdowns" (#35483)
This commit is contained in:
parent
328f723008
commit
e45111fb74
@ -107,19 +107,19 @@ body_class: ""
|
|||||||
</form>
|
</form>
|
||||||
<ul class="list-unstyled mb-0">
|
<ul class="list-unstyled mb-0">
|
||||||
<li><a class="dropdown-item d-flex align-items-center gap-2 py-2" href="#">
|
<li><a class="dropdown-item d-flex align-items-center gap-2 py-2" href="#">
|
||||||
<span class="d-inline-block bg-success rounded-circle" style="width: .5em; height: .5em;"></span>
|
<span class="d-inline-block bg-success rounded-circle p-1"></span>
|
||||||
Action
|
Action
|
||||||
</a></li>
|
</a></li>
|
||||||
<li><a class="dropdown-item d-flex align-items-center gap-2 py-2" href="#">
|
<li><a class="dropdown-item d-flex align-items-center gap-2 py-2" href="#">
|
||||||
<span class="d-inline-block bg-primary rounded-circle" style="width: .5em; height: .5em;"></span>
|
<span class="d-inline-block bg-primary rounded-circle p-1"></span>
|
||||||
Another action
|
Another action
|
||||||
</a></li>
|
</a></li>
|
||||||
<li><a class="dropdown-item d-flex align-items-center gap-2 py-2" href="#">
|
<li><a class="dropdown-item d-flex align-items-center gap-2 py-2" href="#">
|
||||||
<span class="d-inline-block bg-danger rounded-circle" style="width: .5em; height: .5em;"></span>
|
<span class="d-inline-block bg-danger rounded-circle p-1"></span>
|
||||||
Something else here
|
Something else here
|
||||||
</a></li>
|
</a></li>
|
||||||
<li><a class="dropdown-item d-flex align-items-center gap-2 py-2" href="#">
|
<li><a class="dropdown-item d-flex align-items-center gap-2 py-2" href="#">
|
||||||
<span class="d-inline-block bg-info rounded-circle" style="width: .5em; height: .5em;"></span>
|
<span class="d-inline-block bg-info rounded-circle p-1"></span>
|
||||||
Separated link
|
Separated link
|
||||||
</a></li>
|
</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
@ -131,19 +131,19 @@ body_class: ""
|
|||||||
</form>
|
</form>
|
||||||
<ul class="list-unstyled mb-0">
|
<ul class="list-unstyled mb-0">
|
||||||
<li><a class="dropdown-item d-flex align-items-center gap-2 py-2" href="#">
|
<li><a class="dropdown-item d-flex align-items-center gap-2 py-2" href="#">
|
||||||
<span class="d-inline-block bg-success rounded-circle" style="width: .5em; height: .5em;"></span>
|
<span class="d-inline-block bg-success rounded-circle p-1"></span>
|
||||||
Action
|
Action
|
||||||
</a></li>
|
</a></li>
|
||||||
<li><a class="dropdown-item d-flex align-items-center gap-2 py-2" href="#">
|
<li><a class="dropdown-item d-flex align-items-center gap-2 py-2" href="#">
|
||||||
<span class="d-inline-block bg-primary rounded-circle" style="width: .5em; height: .5em;"></span>
|
<span class="d-inline-block bg-primary rounded-circle p-1"></span>
|
||||||
Another action
|
Another action
|
||||||
</a></li>
|
</a></li>
|
||||||
<li><a class="dropdown-item d-flex align-items-center gap-2 py-2" href="#">
|
<li><a class="dropdown-item d-flex align-items-center gap-2 py-2" href="#">
|
||||||
<span class="d-inline-block bg-danger rounded-circle" style="width: .5em; height: .5em;"></span>
|
<span class="d-inline-block bg-danger rounded-circle p-1"></span>
|
||||||
Something else here
|
Something else here
|
||||||
</a></li>
|
</a></li>
|
||||||
<li><a class="dropdown-item d-flex align-items-center gap-2 py-2" href="#">
|
<li><a class="dropdown-item d-flex align-items-center gap-2 py-2" href="#">
|
||||||
<span class="d-inline-block bg-info rounded-circle" style="width: .5em; height: .5em;"></span>
|
<span class="d-inline-block bg-info rounded-circle p-1"></span>
|
||||||
Separated link
|
Separated link
|
||||||
</a></li>
|
</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
@ -336,4 +336,4 @@ body_class: ""
|
|||||||
<div class="col-4">
|
<div class="col-4">
|
||||||
...
|
...
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user