Migrate Bootstrap utilities to v5

Names of utility classes have changed:
https://getbootstrap.com/docs/5.0/migration/#utilities
This commit is contained in:
Yannic Schroeder
2022-02-20 01:21:30 +01:00
parent 7aea9bc53d
commit 0aaf553acc
20 changed files with 75 additions and 75 deletions

View File

@@ -1,5 +1,5 @@
<h6>
<button type="button" class="btn btn-outline-secondary btn-sm mr-2"
<button type="button" class="btn btn-outline-secondary btn-sm me-2"
(click)="expand = !expand">
<svg class="buttonicon" fill="currentColor" *ngIf="!expand">
<use xlink:href="assets/bootstrap-icons.svg#caret-down" />